Command Manual – IPv6 Routing
H3C S7500E Series Ethernet Switches
Chapter 5 IPv6 BGP Configuration Commands
5-44
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
[Sysname-bgp-af-ipv6] peer test reflect-client
5.1.52 peer route-limit
Syntax
peer
{
ipv6-group-name
|
ipv6-address
}
route-limit
limit
[
percentage
]
undo peer
{
ipv6-group-name
|
ipv6-address
}
route-limit
View
IPv6 address family view
Parameters
ipv6-group-name
: Name of an IPv6 peer group, a string of 1 to 47 characters.
ipv6-address
: IPv6 address of a peer.
limit
: Specifies the upper limit of IPv6 address prefixes that can be received from the
peer or peer group. The limit varies with devices.
percentage
: Specifies the percentage of routes to generate alarm information, ranging
from 1 to 100, with the default as 75.
Description
Use the
peer route-limit
command to set the maximum number of prefixes that can be
received from a peer/peer group.
Use the
undo peer route-limit
command to restore the default.
By default, the router has no limit on prefixes from a peer/peer group.
The router will end the peer relation when the number of address prefixes received for
the peer exceeds the limit.
Examples
# Set the number of prefixes allowed to receive from the peer 1:2::3:4 to 1000.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] peer 1:2::3:4 route-limit 1000