2-158
Catalyst 2950 and Catalyst 2955 Switch Command Reference
OL-10102-01
Chapter 2 Catalyst 2950 and 2955 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 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/1
Configuring port FastEthernet 0/1 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.
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 introduced.