377
Examples
# In BGP IPv4 unicast address family 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] address-family ipv4 unicast
[Sysname-bgp-ipv4] peer test reflect-client
# In BGP VPNv4 address family 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] address-family vpnv4
[Sysname-bgp-vpnv4] peer test reflect-client
# In BGP-VPN IPv6 unicast address family 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] address-family ipv6 unicast
[Sysname-bgp-ipv6-vpn1] peer test reflect-client
# In BGP L2VPN address family 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] address-family l2vpn
[Sysname-bgp-l2vpn] 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 address family view/BGP-VPN IPv4 unicast address family view/BGP VPNv4
address family view/BGP VPNv6 address family 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 address family view:
peer { group-name | ip-address | ipv6-address } route-limit prefix-number [ { alert-only | reconnect
reconnect-time } | percentage-value ] *