249
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip msdp originator-id
ip msdp originator-id
To configure the IP address used in the RP field of a Source-Active message entry, use the ip msdp
originator-id command. To reset the value to the default, use the no form of this command.
ip msdp originator-id {ethernet slot/port | loopback if_number | port-channel number | vlan
vlan-id}
no ip msdp originator-id [{ethernet slot/port | loopback if_number | port-channel number | vlan
vlan-id}]
Syntax Description
Command Default The MSDP process uses the RP address of the local system.
Command Modes Global configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines We recommend that you use a loopback interface for the RP address.
This command requires the LAN Base Services license.
Examples This example shows how to configure the IP address used in the RP field of SA messages:
switch(config)# ip msdp originator-id loopback0
This example shows how to reset the RP address to the default:
switch(config)# no ip msdp originator-id loopback0
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.
Release Modification
6.0(2)N1(1) This command was introduced.