R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
401
If you do not specify the ibgp or the ebgp keyword, this command enables load sharing for all IPv6 BGP
routes.
You cannot execute the balance number command after you specify the ibgp or the ebgp keyword. To
execute the balance number command, use the undo command to remove the previous configuration,
and vice versa.
Examples
# Set the number of IPv6 BGP ECMP routes to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] balance 2
# Set the number of IPv6 IBGP ECMP routes to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] balance ibgp 2
# Set the number of IPv6 EBGP ECMP routes to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] balance ebgp 2
Related commands
display bgp ipv6 routing-table
bestroute as-path-neglect (IPv6 address family view)
Use bestroute as-path-neglect to configure the IPv6 BGP router to not evaluate the AS_PATH during best
route selection.
Use undo bestroute as-path-neglect to configure the IPv6 BGP router to use the AS_PATH during best
route selection.
Syntax
bestroute as-path-neglect
undo bestroute as-path-neglect
Default
The router takes AS_PATH as a factor when selecting the best route.
Views
IPv6 address family view
Default command level
2: System level
Examples
# Ignore AS_PATH in route selection.
<Sysname> system-view