14-14
Cisco Systems IntelligentGigabit Ethernet Switch Modules for the IBMBladeCenter, Software Configuration Guide
24R9746
Chapter14 Configuring IGMP Snooping and MVR
Displaying IGMP Snooping Information
To enable IP multicast-source-only learning, use the ip igmp snooping source-only-learning global
configuration command. To enable PIM v2 multicast router discovery, use the p igmp snooping
mrouter learn pim v2 global configuration command.
This example shows how to disable IP multicast-source-only learning and PIM v2 multicast router
discovery:
Switch# configure terminal
Switch(config)# no ip igmp snooping source-only-learning
Switch(config)# no ip igmp snooping mrouter learn pim v2
Switch(config)# end

Configuring the Aging Time

You can set the aging time for forwarding-table entries that the switch learns by using the IP
multicast-source-only learning method.
Beginning in privileged EXEC mode, follow these steps to configure the aging time:
To disable the aging of the forwarding table entries, enter the ip igmp snooping source-only-learning
age-timer 0 global configuration command.
If you disable source-only learning by using the no ip igmp snooping source-only learning global
configuration command and the aging time is enabled, it has no effect on the switch.
Displaying IGMP Snooping Information
You can display IGMP snooping information for dynamically learned and statically c onfigured router
ports and VLAN interfaces. You can also display MAC address multicast entries for a VLAN configured
for IGMP snooping.
To display IGMP snooping information, use one or more of the privileged EXEC commands in
Table14-4.
Command Purpose
Step1 configure terminal Enter global configuration mode
Step2 ip igmp snooping source-only learning age-timer
time
Set the aging time. The range is 0 to 2880 seconds. The default
is 600 seconds (10 minutes).
Step3 end Return to privileged EXEC mode.
Step4 show running-config | include
source-only-learning
Verify the aging time.
Step5 copy running-config startup-config (Optional) Save your entries in the configuration file.