R2511-HP MSR Router Series IP Multicast Command Reference(V5)

455
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.
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.
All MSR routers support the command, but they have different values ranges for the limit argument:
MSR900 MSR93
X
MSR20-1
X
MSR20
MSR30
MSR50
MSR1000
Value
range: 1
to 10000
Value
range: 1 to
10000
Value
range: 1 to
10000
Value
range: 1
to 10000
Value
range: 1
to 30000
MPUF:
Value range: 1 to
50000
MPU-G2:
Value range: 1 to
100000
Value range: 1
to 30000
Examples
# Set the number of IPv6 address prefixes allowed to receive from the IPv6 MBGP peer 1:2::3:4 to
10000.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] peer 1:2::3:4 as-number 100
[Sysname-bgp-af-ipv6] quit