home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols bgp <asn> parameters no-client-to-client-reflection all

Enables or disables route reflection from a BGP route reflector to clients.

set protocols bgp asn parameters no-client-to-client-reflection all
delete protocols bgp asn parameters no-client-to-client-reflection all
show protocols bgp asn parameters

By default, client-to-client-reflection is enabled.

asn
The number of the AS in which this router resides. The numbers ranges from 1 through 4294967295.

Configuration mode


protocols {
    bgp asn {
        parameters {
            no-client-to-client-reflection
        }
    }
}

Use the set form of this command to disable route reflection from a BGP route reflector to clients. When client-to-client route reflection is enabled, the configured route reflector reflects routes from one client to other clients.

Use the delete form of this command to enable client-to-client route reflection.

Use the show form of this command to view global BGP configuration settings.