R3303-HP HSR6800 Routers IP Multicast Command Reference

381
Keywords Function
suppress-policy
Used to create a summary route and suppress the advertisement of some
summarized routes. If you want to suppress some routes selectively and
leave other routes advertised, use the if-match clause of the route-policy
command.
origin-policy Selects only routes that meet the routing policy for route summarization.
attribute-policy
Sets attributes, except the AS-PATH attribute, for the summary route. You
can accomplish the same task by using the peer route-policy command.
Examples
# In IPv6 MBGP address family view, create a summary of 12::/64 in the IPv6 MBGP routing table.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] aggregate 12:: 64
balance (IPv6 MBGP address family view)
Use balance to configure the number of IPv6 MBGP routes used for load balancing.
Use undo balance to disable load balancing.
Syntax
balance [ ebgp | ibgp ] number
undo balance [ ebgp | ibgp ]
Default
Load balancing is disabled.
Views
IPv6 MBGP address family view
Default command level
2: System level
Parameters
ebgp: Configures load sharing for IPv6 MBGP routes learned from EBGP peers.
ibgp: Configures load sharing for IPv6 MBGP routes learned from IBGP peers.
number: Specifies the number of IPv6 MBGP routes for load balancing. The value range is 1 to 8. When
it is set to 1, load balancing is disabled.
Usage guidelines
IPv6 MBGP has no explicit metric for implementing load balancing. Instead, it implements load
balancing by using IPv6 MBGP route selection rules.
If you do not specify the ibgp or the ebgp keyword, this command configures load sharing for all IPv6
MBGP routes.