Hide thumbs Also See for 6500 Series:
Table of Contents

Advertisement

Chapter 21
Configuring IGMP Snooping

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 200 and verify the configuration:
Router# interface vlan 200
Router(config-if)# ip igmp snooping
Router(config-if)# end
Router# show ip igmp interface vlan 200 | include snooping
IGMP snooping is globally enabled
IGMP snooping is enabled on this interface
IGMP snooping fast-leave is enabled on this interface
IGMP snooping querier is disabled on this interface
Router#
78-14099-04
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.
Catalyst 6500 Series Switch Cisco IOS Software Configuration Guide—Release 12.1 E
Configuring IGMP Snooping
21-9

Advertisement

Table of Contents
loading

Table of Contents