16- and 36-Port Ethernet Switch Module for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series
ip igmp snooping vlan static
194
Cisco IOS Release 12.2(2)XT, 12.2(8)T, and 12.2(15)ZJ
ip igmp snooping vlan static
To 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 the configuration, use the no form of this command.
ip igmp snooping vlan vlan-id static mac-address interface interface-id
no ip igmp snooping vlan vlan-id static mac-address interface interface-id
Syntax Description
Defaults
No Layer 2 ports are configured.
Command Modes
Global configuration
Command History
Usage Guidelines
The command is used to statically configure the IP multicast group member ports.
The static ports and groups are saved in nonvolatile RAM (NVRAM).
Static connections to multicast routers are supported only on switch ports.
Examples
The following example shows how to statically configure a host on an interface:
Switch(config)#
ip igmp snooping vlan 1 static 0100.5e02.0203 interface fastethernet0/6
Configuring port FastEthernet 0/6 on group 0100.5e02.0203
You can verify your settings by entering the show mac-address-table multicast privileged EXEC
command.
Related Commands
vlan vlan-id
Specifies the VLAN ID. The range is 1 to 1001. Do not enter
leading zeroes.
static mac-address
Specifies the static group MAC address.
interface interface-id
Specifies the interface configured to a static router port.
Release
Modification
12.0(5.2)WC(1)
This command was introduced.
12.2(15)ZJ
This command was implemented on the following platforms: Cisco 2600
series, Cisco 3600 series, and Cisco 3700 series routers.
Command
Description
ip igmp snooping
Enables IGMP snooping.
ip igmp snooping vlan
Enables IGMP snooping on the VLAN interface.
ip igmp snooping vlan
immediate-leave
Configures IGMP Immediate-Leave processing.