ip msdp peer
Use this command to configure an Multicast Source Discovery Protocol (MSDP) peer relationship.
Use the no option with this command to remove a peer relationship.
Command Syntax
ip msdp peer A.B.C.D ((connect-source (IFNAME))|)
ip msdp (vrf NAME|) peer A.B.C.D ((connect-source (IFNAME))|)
ip msdp peer A.B.C.D connect-source A.B.C.D
ip msdp (vrf Name|) peer A.B.C.D connect-source A.B.C.D
no ip msdp peer A.B.C.D
no ip msdp (vrf NAME|) peer A.B.C.D
Parameters
A.B.C.D
IP address of the potential peer
A.B.C.D
IP address of local peer
IFNAME
Use the primary address of this interface for the TCP connection with the peer
NAME
Name of the VPN routing/forwarding instance
Default
By default, all ip msdp options are disabled.
Command Mode
Configure mode
Applicability
This command was introduced in OcNOS version 4.0.
Example
#configure terminal
(config)#ip msdp peer 192.168.1.26 connect-source eth2
Last modified date: 10/20/2023