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> peer-group <group-name> cluster-id <cluster-id>

Defines a cluster ID for a peer group.

set protocols bgp asn peer-group name cluster-id cluster-id
delete protocols bgp asn peer-group name cluster-id cluster-id
show protocols bgp asn peer-group name cluster-id cluster-id
asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967295.
name
Multi-node. The peer-group name.
cluster-id
Neighbor cluster ID. When you change a cluster ID for a neighbor, BGP automatically does an inbound soft refresh and an outbound soft refresh for all iBGP peers.

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 {
        peer-group name{
            cluster-id cluster-id {
            }
        }
    }
}

Use the set form of this command to define a cluster ID for a peer group.

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

Use the show form of this command to view the cluster ID for a peer group.