R3303-HP HSR6800 Routers IP Multicast Command Reference
382
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 MBGP ECMP routes to 2.
<Sysname> system-view
[Sysname]bgp 100
[Sysname-bgp]ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] balance 2
# Set the number of IPv6 MBGP ECMP routes learned from IBGP peers to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] balance ibgp 2
# Set the number of IPv6 MBGP ECMP routes learned from EBGP peers to 2.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] balance ebgp 2
Related commands
display ipv6 multicast routing-table
bestroute as-path-neglect (IPv6 MBGP address family view)
Use bestroute as-path-neglect to configure IPv6 MBGP not to consider the AS path during best route
selection.
Use undo bestroute as-path-neglect to configure IPv6 MBGP to consider the AS path during best route
selection.
Syntax
bestroute as-path-neglect
undo bestroute as-path-neglect
Default
IPv6 MBGP considers the AS path during best route selection.
Views
IPv6 MBGP address family view
Default command level
2: System level
Examples
# In IPv6 MBGP address family view, configure IPv6 MBGP to ignore AS path during best route selection.
<Sysname> system-view
[Sysname]bgp 100
[Sysname-bgp]ipv6-family multicast