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> passive

Directs the router not to initiate connections with this peer group.

set protocols bgp asn peer-group name passive
delete protocols bgp asn peer-group name passive
show protocols bgp asn peer-group name

The router both accepts inbound connections and initiates outbound connections.

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

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            passive
        }
    }
}

Use the set form of this command to configure the local router such that it accepts inbound connections from the peer group, but does not initiate outbound connections by sending a BGP OPEN message.

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.