Configuring IGMP Snooping
•
•
Except for the global enable command, all IGMP snooping commands are supported only on VLAN
Note
interfaces.
Enabling IGMP Snooping
To enable IGMP snooping globally, perform this task:
Command
Step 1
Router(config)# ip igmp snooping
Router(config)# no ip igmp snooping
Step 2
Router(config)# end
Step 3
Router# show ip igmp interface vlan vlan_ID |
include globally
This example shows how to enable IGMP snooping globally and verify the configuration:
Router(config)# ip igmp snooping
Router(config)# end
Router# show ip igmp interface vlan 200 | include globally
IGMP snooping is globally enabled
Router#
To enable IGMP snooping in a VLAN, perform this task:
Command
Step 1
Router(config)# interface vlan vlan_ID
Step 2
Router(config-if)# ip igmp snooping
Router(config-if)# no ip igmp snooping
Step 3
Router(config-if)# end
Step 4
Router# show ip igmp interface vlan vlan_ID |
include snooping
This example shows how to enable IGMP snooping on VLAN 25 and verify the configuration:
Router# interface vlan 25
Router(config-if)# ip igmp snooping
Router(config-if)# end
Router# show ip igmp interface vl25 | include snooping
IGMP snooping is globally enabled
IGMP snooping is enabled on this interface
IGMP snooping fast-leave is disabled and querier is disabled
IGMP snooping explicit-tracking is enabled on this interface
IGMP snooping last member query interval on this interface is 1000 ms
Router#
Cisco 7600 Series Router Cisco IOS Software Configuration Guide, Release 12.2SX
30-10
Configuring IGMPv3 Explicit Host Tracking, page 30-13
Displaying IGMP Snooping Information, page 30-14
Chapter 30
Configuring IGMP Snooping for IPv4 Multicast Traffic
Purpose
Enables IGMP snooping.
Disables IGMP snooping.
Exits configuration mode.
Verifies the configuration.
Purpose
Selects a VLAN interface.
Enables IGMP snooping.
Disables IGMP snooping.
Exits configuration mode.
Verifies the configuration.
OL-4266-08