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 mesh-group <mesh-group-name> peer <peer-address>

Configures a peer as a member of a mesh group.

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

Configuration mode

protocols {
    msdp {
        mesh-group mesh-group-name {
            peer peer-address1
            peer peer-address2
            peer peer-address3
        }
    }
}

Using mesh groups reduces SA message flooding or simplifies peer-RPF flooding and eliminates the need to run BGP or Multiprotocol BGP (MBGP) among MSDP peers.

A mesh group is a group of MSDP speakers that have fully meshed MSDP connectivity among themselves. No SA messages received from a peer belonging to a mesh group are forwarded to other peers from that mesh group.

Use the set form of this command to configure a peer as a member of a mesh group.

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

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