17-11
Software Configuration Guide—Release 12.2(25)SG
OL-7659-03
Chapter17 Configuring IGMP Snooping and Filtering
Displaying IGMP Snooping Information
This example shows how to modify the switch to stop flooding multicast traffic after four queries:
Switch(config)# ip igmp snooping tcn flood query count 4
Switch(config)# end
Switch#
When a spanning tree root switch receives a topology change in an IGMP snooping-enabled VLAN, the
switch issues a query solicitation that causes an IOS router to send out one or more general queries. The
new command ip igmp snooping tcn query solicit causes the switch to send the query solicitation
whenever it notices a topology change, even if that switch is not the spanning tree root.
This command operates at the global configuration level.
By default, query solicitation is disabled unless the switch is the spanning tr ee root. The default keyword
restores the default behavior.
To direct a switch to send a query solicitation, perform this task:
This example shows how to configure the switch to send a query solicitation upon detecting a TCN:
Switch(config)# ip igmp snooping tcn query solicit
Switch(config)# end
Switch#
Displaying IGMP Snooping Information
The following sections show how to display IGMP snooping information:
Displaying Querier Information, page 17-12
Displaying IGMP Host Membership Information, page 17-12
Displaying Group Information, page 17-13
Displaying Multicast Router Interfaces, page 17-14
Displaying MAC Address Multicast Entries, page 17-15
Displaying IGMP Snooping Information on a VLAN Interface, page 17-15
Command Purpose
Step1 Switch(config)#
ip igmp snooping tcn query solicit
Configures the switch to send a query solicitation when
a TCN is detected.
To stop the switch from sending a query solicitation (if
it’s not a spanning tree root switch), enter this command:
no ip igmp snooping tcn query solicit
Step2 Switch(config)# end Exits configuration mode.