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 <name> override-capability

Overrides capability negotiation to allow a peering session to be established with a peer group that does not support capability negotiation.

set protocols bgp asn peer-group name override-capability
delete protocols bgp asn peer-group name override-capability
show protocols bgp asn peer-group name

A session cannot be established if the peer group does not support capability negotiation.

asn
The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
name
The peer group name.

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            override-capability
        }
    }
}

Use the set form of this command to enable a peering session to be established with a BGP peer group that does not support capability negotiation.

Normally, if a BGP peer does not support capability negotiation, a peering session cannot be established and the connection is terminated. Setting this value overrides this process and allows the session to be established.

Use the delete form of this command to restore the default behavior.

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