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

Sets the cluster ID for a BGP route reflection cluster.

set protocols bgp asn parameters cluster-id id
delete protocols bgp asn parameters cluster-id id
show protocols bgp asn parameters
asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967295.
id
A network address uniquely identifying the route reflection cluster.

Configuration mode


protocols {
    bgp asn {
        parameters {
            cluster-id id
        }
    }
}

Use the set form of this command to specify the route reflection cluster-ID for an internal route reflection cluster.

When a cluster has only one route reflector, the cluster uses the router ID of the route reflector as an ID. If more than one route reflector is deployed in a cluster (for example, to provide redundancy), you must provide an ID for the cluster. In this case, the cluster ID is assigned to every route reflector in the cluster.

Use the delete form of this command to remove a cluster ID.

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