298
Examples
# In BGP IPv4 unicast instance view, configure the local device as a route reflector and specify the IBGP
peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family unicast
[Sysname-bgp-ipv4] peer test reflect-client
# In BGP-VPN IPv6 unicast instance view, configure the local device as a route reflector and specify the
IBGP peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] ipv6-family unicast
[Sysname-bgp-ipv6-vpn1] peer test reflect-client
Related commands
• reflect between-clients
• reflector cluster-id
peer route-limit
Use peer route-limit to specify the maximum number of routes that can be received from a peer or peer
group.
Use undo peer route-limit to restore the default.
Syntax
In BGP IPv4 unicast instance view/BGP-VPN IPv4 unicast instance view:
peer { group-name | ip-address } route-limit prefix-number [ { alert-only | reconnect reconnect-time } |
percentage-value ] *
undo peer { group-name | ip-address } route-limit
In BGP IPv6 unicast instance view:
peer { group-name | ipv6-address } route-limit prefix-number [ { alert-only | reconnect reconnect-time }
| percentage-value ] *
undo peer { group-name | ipv6-address } route-limit
Default
The number of routes that can be received from a peer or peer group is not limited.
Views
BGP IPv4 unicast instance view, BGP-VPN IPv4 unicast instance view, BGP IPv6 unicast instance view
Predefined user roles
network-admin
Parameters
group-name: Specifies a peer group by its name, a case-sensitive string of 1 to 47 characters. The peer
group must have been created.