Enables routes from one Route Reflector (RR) client to be reflected to other clients by the host device on which it is configured.
Enabled
BGP address-family IPv4 unicast configuration mode
BGP address-family IPv6 unicast configuration mode
BGP address-family L2VPN EVPN configuration mode
When this command is used, the host device on which it is configured becomes the route-reflector server.
The no form of the command disables route reflection between clients.
The following example configures client-to-client reflection on the BGP host device for the IPv4 unicast address-family.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast device(config-bgp-ipv4u)# client-to-client-reflection
The following example disables client-to-client reflection on the BGP host device for the IPv6 unicast address-family.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)# no client-to-client-reflection
The following example configures client-to-client reflection in L2VPN EVPN configuration mode.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family l2vpn evpn device(config-bgp-evpn)# client-to-client-reflection