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

Adds a peer to a peer group.

set protocols msdp peer-group group-name peer peer-address
delete protocols msdp peer-group group-name peer [ peer-address ]
show protocols msdp peer-group group-name peer
group-name
The name of a peer group.
peer-address
An IPv4 MSDP peer address.

Configuration mode

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

A peer group should be configured explicitly.

All parameters that are assigned to a peer group are applied to a peer. A peer can be a member of only one group. A peer group configures several peers with the same parameters.

Use the set form of this command to add a peer to a peer group.

Use the delete form of this command to delete a peer from a peer group.

Use the show form of this command to display the current members of a peer group.