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 cluster-id any

Enables or disables route reflection for all the intra cluster client-to-client route reflection.

set protocols bgp asn parameters no-client-to-client-reflection cluster-id any
delete protocols bgp asn parameters no-client-to-client-reflection cluster-id any
show protocols bgp asn parameters
asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967295.
any
All clusters

Configuration mode


protocols {
    bgp asn {
        parameters no-client-to-client-reflection cluster-id any {
        }
    }
}

Use the set form of this command to disable intra-cluster client-to-client route reflection from a BGP route reflector to all clusters.

Use the delete form of this command to enable intra-cluster client-to-client route reflection from a BGP route reflector to all clusters.

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