The reflect between-clients command enables route reflection between clients.
The undo reflect between-clients command disables the route reflection between clients.
By default, the route reflection between clients is enabled.
BGP view, BGP-IPv4 unicast address family view, BGP-IPv6 unicast address family view, BGP-VPNv4 address family view, BGP-VPN instance IPv4 address family view, BGP-VPN instance IPv6 address family view, BGP-VPN-Target address family view
Usage Scenario
On some networks, if the clients of an RR establish full-mesh connections with each other, they can directly exchange routing information. Route reflection among clients is unnecessary. The undo reflect between-clients command can be used to prohibit the clients from reflecting routes to each other to reduce costs.
Prerequisites
Before running the reflect between-clients command, you must run the peer reflect-client command to configure the route reflector client.
Configuration Impact
After the undo reflect between-clients command is run, the clients of an RR are prohibited from reflecting routes.
Precautions
This command is valid only for the route reflector.
# Disable the route reflection between clients (clients are fully meshed).
<sysname> system-view
[sysname] bgp 100
[sysname-bgp] group rr-client internal
[sysname-bgp] peer 1.1.2.1 group rr-client
[sysname-bgp] peer 1.1.3.1 group rr-client
[sysname-bgp] peer 1.1.4.1 group rr-client
[sysname-bgp] ipv4-family unicast
[sysname-bgp-af-ipv4] peer rr-client reflect-client
[sysname-bgp-af-ipv4] undo reflect between-clients