ip msdp mesh-group

Use this command to configure a mesh group of MSDP peers.

Syntax

ip msdp mesh-group group-name peer-address
[no] ip msdp mesh-group group-name peer-address

Parameters

mesh-group group-name Specifies the name of the mesh group to which you are adding (or removing) MSDP peers.
peer-address Specifies the IP address of the MSDP peer which belongs to that mesh group.

Defaults

None.

Mode

Global configuration mode.

Usage

An MSDP mesh group consists of a group of MSDP peers which have fully meshed MSDP connectivity between each other. By default, MSDP peers do not belong to a mesh group. Execute this command once for each MSDP peer in the group.

Use the “no” form of this command to remove a peer from the group.

Examples

This example shows how to add MSDP peer 192.168.30.20 to mesh group angel:

System(su-config)->ip msdp mesh-group angel 192.168.30.20