ip msdp peer

Use this command to enable MSDP by configuring an MSDP peer to the local router.

Syntax

ip msdp peer peer-address connect-source type-number [remote-as as-number]
[no] ip msdp peer peer-address connect-source type-number [remote-as as-number]

Parameters

msdp peer peer-address Specifies the IP address of the MSDP peer.
connect-source type-number Specifies the identifier (type number) of the connecting source.
remote-as as-number (Optional) Specifies the identifier (as-number) of the remote autonomous system

Defaults

None.

Mode

Global configuration mode.

Usage

Use the "no" form of this command to delete an MSDP peer.

Examples

This example shows 192.168.30.20 configured as an MSDP peer whose connect source is VLAN 0.30 and the remote AS is 300:

System(su-config)->ip msdp peer 192.168.30.20 connect-source vlan.0.30 remote-as 300