252
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip msdp peer
ip msdp peer
To configure a Multicast Source Discovery Protocol (MSDP) peer with the specified peer IP address, use
the ip msdp peer command. To remove an MDSP peer, use the no form of this command.
ip msdp peer peer-address connect-source {ethernet slot/port | loopback if_number |
port-channel number | vlan vlan-id} [remote-as asn]
no ip msdp peer peer-address [connect-source {ethernet slot/port | loopback if_number |
port-channel number | vlan vlan-id}] [remote-as asn]
Syntax Description
Command Default None
Command Modes Global configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines The software uses the source IP address of the interface for the TCP connection with the peer. If the AS
number is the same as the local AS, then the peer is within the Protocol Independent Multicast (PIM)
domain; otherwise, this peer is external to the PIM domain.
This command requires the LAN Base Services license.
Examples This example shows how to configure an MSDP peer:
switch(config)# ip msdp peer 192.168.1.10 connect-source ethernet 1/0 remote-as 8
peer-address IP address of the MSDP peer.
connect-source Configures a local IP address for a TCP connection.
ethernet
slot/port
Specifies the Ethernet interface and the slot number and port number. The slot
number is from 1 to 255, and the port number is from 1 to 128.
loopback
if_number
Specifies the loopback interface. The loopback interface number is from 0 to 1023.
port-channel
number
Specifies the EtherChannel interface and EtherChannel number. The range is from 1
to 4096.
vlan vlan-id Specifies the VLAN interface. The range is from 1 to 4094.
remote-as asn (Optional) Configures a remote autonomous system (AS) number.
Release Modification
6.0(2)N1(1) This command was introduced.