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

Enables or disables route reflection for a cluster.

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

The cluster ID can be in dotted decimal format such as 192.168.7.4 or decimal format such as 23, with a maximum of 4 bytes.

The vrouter modifies a cluster ID that is configured in decimal format such as 23 to dotted decimal format such as 0.0.0.23 when it appears in a configuration file.

Configuration mode


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

Use the set form of this command to disable intra-cluster client-to-client route reflection from a BGP route reflector to the specified cluster. When the software changes reflection state for the given cluster ID BGP sends an outbound soft refresh to all clients.

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

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