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

Shuts down a configured MSDP peer.

set protocols msdp peer peer-address shutdown
delete protocols msdp peer peer-address [ shutdown ]
show protocol msdp peer peer-address
peer-address
An IPv4 MSDP peer address

Configuration mode

protocols {
    msdp {
        peer peer-address {
            shutdown
        }
    }
}

Use the set form of this command to administratively shut down a configured MSDP peer. When an MSDP peer is administratively shut down, this command clears all SA cache entries received from the peer and disables the TCP connection.

Use the delete form of this command to enable an MSDP peer.

Use the show form of this command to display the configured action for shutting down an MSDP peer.