client-to-client-reflection

Enables routes from one client to be reflected to other clients by the host device on which it is configured.

Syntax

client-to-client-reflection
no client-to-client-reflection

Command Default

This feature is enabled.

Modes

BGP configuration mode

BGP address-family IPv6 unicast configuration mode

BGP address-family L2VPN EVPN configuration mode

Usage Guidelines

Use the no form of this command to restore the default.

The host device on which it is configured becomes the route-reflector server.

When this command is entered in BGP global configuration mode, it applies only to the IPv4 address family. Use this command in BGP address-family IPv6 unicast configuration mode for BGP4+ configurations.

Examples

This example configures client-to-client reflection on the BGP4 host device.

device# configure terminal
device(config)# router bgp
device(config-bgp-router)# client-to-client-reflection

This example disables client-to-client reflection on the BGP4+ host device.

device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# no client-to-client-reflection