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

Defines a cluster id for a neighbor.

set protocols bgp asn neighbor id cluster-id cluster-id
delete protocols bgp asn neighbor id cluster-id cluster-id
show protocols bgp asn neighbor id cluster-id cluster-id
asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967295.
id
Multi-node. The IPv4 or IPv6 address of a BGP neighbor.

You can define multiple BGP neighbors by creating multiple neighbor configuration nodes.

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 {
        neighbor id {
            cluster-id cluster-id {
            }
        }
    }
}

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

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

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