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

Administratively shuts down a BGP peer group.

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

Disabled.

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 {
            shutdown
        }
    }
}

Use the set form of this command to administratively shut down a BGP peer group.

Shutting down a BGP speaker administratively terminates any active sessions for the peer group and removes any associated routing information. This could terminate a large number of sessions.

To determine whether a BGP neighbor has been administratively shut down, you can view BGP summary information. A neighbor with a status of Idle with a comment of Admin has been administratively shut down.

Use the delete form of this command to administratively re-enable a BGP peer group.

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