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

Assigns a password for a peer connection.

set protocols msdp peer peer-address password password
peer-address
The IPv4 address of an MSDP peer.
password
A password for the peer.

Configuration mode

protocols {
    msdp {
        peer peer-address {
            password password
        }
    }
}

The password must match on both the local and remote peers.