Specifications
2-90
Catalyst 2950 and Catalyst 2955 Switch Command Reference
78-15304-01
Chapter 2 Cisco IOS Commands
ip igmp snooping vlan static
ip igmp snooping vlan static
Use the ip igmp snooping vlan vlan-id static global configuration command to add a Layer 2 port as a
member of a multicast group. Use the no form of this command to remove the configuration.
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 None 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 This 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.
vlan vlan-id Specify the VLAN ID. The range is 1 to 4094 when the enhanced
software image (EI) is installed and 1 to 1001 when the standard software
image (SI) is installed. Do not enter leading zeros.
static mac-address Specify the static group MAC address.
interface interface-id Specify the interface configured to a static router port.
Release Modification
12.0(5.2)WC(1) This command was first introduced.