208
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip igmp snooping mrouter interface
ip igmp snooping mrouter interface
To configure a static connection to a multicast router, use the
ip igmp snooping mrouter interface
command. To remove the static connection, use the
no
form of this command.
ip igmp snooping mrouter interface
{
ethernet
slot
/
port
|
port-channel
number
[
.
sub_if_number
]}
no ip igmp snooping mrouter interface
{
ethernet
slot
/
port
|
port-channel
number
[
.
sub_if_number
]}
Syntax Description
Command Default
None
Command Modes
VLAN configuration mode
Supported User Roles
network-admin
vdc-admin
Command History
Usage Guidelines
The interface to the router must be in the selected VLAN.
This command does not require a license.
Examples
This example shows how to configure a static connection to a multicast router:
switch(config)#
vlan 1
switch(config-vlan)#
ip igmp snooping mrouter interface ethernet 2/1
switch(config-vlan)#
This example shows how to remove a static connection to a multicast router:
switch(config)#
vlan 1
switch(config-vlan)#
no ip igmp snooping mrouter interface ethernet 2/1
switch(config-vlan)#
ethernet
slot
/
port
(Optional) 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.
port-channel
number
(Optional) Specifies the EtherChannel interface and EtherChannel number. The
range is from 1 to 4096.
sub_if_number
(Optional) Subinterface number. The range is from 1 to 4093.
Release
Modification
6.0(2)N1(1)
This command was introduced.