215
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip igmp snooping static-group
ip igmp snooping static-group
To configure a Layer 2 port of a VLAN as a static member of a multicast group, use the ip igmp
snooping static-group command. To remove the static member, use the no form of this command.
ip igmp snooping static-group group [source source] interface {ethernet slot/port | port-channel
number[.sub_if_number]}
no ip igmp snooping static-group group [source source] 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 This command does not require a license.
Examples This example shows how to configure a static member of a multicast group:
switch(config)# vlan 1
switch(config-vlan)# ip igmp snooping static-group 230.0.0.1 interface ethernet 2/1
switch(config-vlan)#
This example shows how to remove a static member of a multicast group:
switch(config)# vlan 1
switch(config-vlan)# no ip igmp snooping static-group 230.0.0.1 interface ethernet 2/1
group Group IP address.
source source (Optional) Configures a static (S, G) channel for the source IP address.
interface Specifies an interface for the static group.
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.
port-channel
number
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.