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>

Creates a peer group and configures its name.

set protocols msdp peer-group group-name
delete protocols msdp peer-group group-name
show protocols msdp peer-group

The mode is standard.

group-name
A name for the peer group.

Configuration mode

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

A peer group should be configured explicitly. A peer group enables you to assign the same configuration parameter to all peers that belong to it. A parameter that has not been configured for a single group member is defined by how the parameter is defined by the group configuration.

A parameter that is configured for a peer takes precedence over a parameter that is configured for a peer group. For example, if the keepalive time interval has been configured for 60 seconds on a peer and 70 seconds for the peer group to which it belongs, then the parameter of 60 seconds applies to that peer.

Use the set form of this command to create a group with a name.

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

Use the show form of this command to display the current groups.