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> local-address <local-ip>

Configures an MSDP peer IP address and a local IP address of the router.

set protocols msdp peer peer-address local-address local-ip
delete protocols msdp peer peer-address local-address [ local-ip ]
show protocols msdp peer [ peer-address local-address ]
peer-address
An IPv4 MSDP (remote) peer address.
local-ip
An IPv4 address of the router, which is used as a source IP address for the TCP connection with the MSDP peer. By default, this address is the most appropriate one to use to connect to an MSDP peer address.

Configuration mode

protocols {
    msdp {
        peer peer-address {
            local-address local-ip
        }
    }
}

Use the set form of this command to configure an MSDP peer with an IPv4 MSDP (remote) peer address.

Use the delete form of this command to delete a remote peer address.

Use the show form of this command to display the peer IP address and the local IP address of the router.