2-116
Cisco ME 3800X and ME 3600X Switch Command Reference
OL-28238-01
Chapter 2 Cisco ME 3800X and ME 3600X Switch Cisco IOS Commands
ip igmp snooping vlan static
ip igmp snooping vlan static
To enable Internet Group Management Protocol (IGMP) snooping and to statically add a Layer 2 port as
a member of a multicast group, use the ip igmp snooping vlan vlan-id static command in global
configuration mode. To remove ports specified as members of a static multicast group, use the no form
of this command.
ip igmp snooping vlan vlan-id static ip-address interface interface-id
no ip igmp snooping vlan vlan-id static ip-address interface interface-id
Syntax Description
Defaults By default, there are no ports statically configures as members of a multicast group.
Command Modes Global configuration
Command History
Usage Guidelines VLAN IDs 1002 to 1005 are reserved for Token Ring and FDDI VLANs and cannot be used in IGMP
snooping.
The configuration is saved in NVRAM.
Examples This example shows how to statically configure a port as a multicast router port:
Switch(config)# ip igmp snooping vlan 1 mrouter interface gigabitethernet0/2
You can verify your settings by entering the show ip igmp snooping privileged EXEC command.
vlan-id Enables IGMP snooping on the specified VLAN. The range is 1 to 1001 and
1006 to 4094.
ip-address Adds a Layer 2 port as a member of a multicast group with the specified
group IP address.
interface interface-id Specifies the interface of the member port. The keywords have these
meanings:
• gigabitethernet interface number—a Gigabit Ethernet IEEE 802.3z
interface.
• Tengigabitethernet interface number—a 10-Gigabit Ethernet interface.
• port-channel interface number—a channel interface. The range is 0
to 26.
Release Modification
12.2(52)EY This command was introduced.