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

Disables client-to-client route reflection.

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

By default, client-to-client route reflection is disabled.

asn
The number of the AS in which this router resides. The numbers range from 1 through 4294967294. The subrange, 64512 through 65534, is reserved for private AS.

Configuration mode


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

Use the set form of this command to disable client-to-client route reflection.

Use the delete form of this command to restore default setting (no client-to-client route reflection).

Use the show form of this command to view client-to-client route reflection.