R3303-HP 6600/HSR6600 Routers IP Multicast Command Reference
421
Examples
# Configure the local device as a route reflector and specify the peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] group test internal
[Sysname-bgp-af-ipv6] quit
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] peer test enable
[Sysname-bgp-af-ipv6-mul] peer test reflect-client
Related commands
• reflect between-clients
• reflector cluster-id
peer route-limit (IPv6 MBGP address family view)
Use peer route-limit to set the maximum number of IPv6 prefixes that can be received from an IPv6 MBGP
peer or a peer group.
Use undo peer route-limit to restore the default.
Syntax
peer { ipv6-group-name | ipv6-address } route-limit limit [ percentage ]
undo peer { ipv6-group-name | ipv6-address } route-limit
Default
The IPv6 prefixes from an IPv6 MBGP peer or a peer group are unlimited.
Views
IPv6 MBGP address family view
Default command level
2: System level
Parameters
ipv6-group-name: Specifies an IPv6 MBGP peer group by its name, a string of 1 to 47 characters.
ipv6-address: Specifies an IPv6 MBGP peer by its IPv6 address.
limit: Specifies the upper limit of IPv6 address prefixes that can be received from the peer or peer group.
The value range is 1 to 500000.
percentage: Specifies a percentage in the range of 1 to 100. The default value is 75. If the number of
received routes divided by the upper limit reaches the specified percentage, the system generates an
alarm.
Usage guidelines
The router will terminate the TCP connection when the number of IPv6 prefixes received from the peer
exceeds the limit.










