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>

Creates an MSDP mesh group.

set protocols msdp mesh-group mesh-group-name
delete protocols msdp mesh-group [ mesh-group-name ]
show protocols msdp mesh-group
mesh-group-name
The name of a mesh group.

Configuration mode

protocols {
    msdp {
        mesh-group mesh-group-name {
        }
    }
}

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 in a mesh group are forwarded to other peers in the same mesh group.

Use the set form of this command to create an MSDP mesh group.

Use the delete form of this command to delete an MSDP mesh group.

Use the show form of this command to display a list of MSDP mesh group names.