R3303-HP HSR6800 Routers IP Multicast Command Reference
424
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.
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
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] peer 1:2::3:4 enable
[Sysname-bgp-af-ipv6-mul] peer 1:2::3:4 route-limit 10000
peer route-policy (IPv6 MBGP address family view)
Use peer route-policy to apply a routing policy to routes incoming from or outgoing to an IPv6 MBGP
peer or peer group.
Use undo peer route-policy to remove the configuration.
Syntax
peer { ipv6-group-name | ipv6-address } route-policy route-policy-name { import | export }
undo peer { ipv6-group-name | ipv6-address } route-policy route-policy-name { import | export }
Default
No routing policy is applied to the routes from or to an IPv6 MBGP peer or a peer group.
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.
route-policy-name: Specifies a routing policy by its name, a case-sensitive string of 1 to 63 characters.
import: Specifies the inbound direction.
export: Specifies the outbound direction.