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 msdp peer-group <group-name> shutdown

Shuts down MSDP peers that belong to a peer group.

set protocols msdp peer-group group-name shutdown
delete protocols msdp peer-group group-name shutdown
show protocol msdp peer-group group-name
group-name
The name of a peer group.

Configuration mode

protocols {
    msdp {
        peer-group group-name {
            shutdown
        }
    }
}

Use the set form of this command to administratively shut down MSDP peers that belong to a peer.

Use the delete form of this command to remove the configuration to administratively shut down MSDP peers that belong to a peer.

Use the show form of this command to display the state of the configuration to administratively shut down MSDP peers that belong to a peer.