SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip igmp snooping last-member-query-interval time
4.
ip igmp snooping vlan vlan-id last-member-query-interval time
5.
end
6.
show ip igmp snooping
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters the global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Configures the IGMP leave timer globally. The range is 100 to
32768 milliseconds. The default is 1000 seconds.
ip igmp snooping last-member-query-interval
time
Step 3
Example:
Device(config)# ip igmp snooping
To globally reset the IGMP leave timer to the default
setting, use the no ip igmp snooping
last-member-query-interval global configuration
command.
Note
last-member-query-interval 1000
(Optional) Configures the IGMP leave time on the VLAN interface.
The range is 100 to 32768 milliseconds.
ip igmp snooping vlan vlan-id
last-member-query-interval time
Step 4
Example:
Device(config)# ip igmp snooping vlan 210
Configuring the leave time on a VLAN overrides the
globally configured timer.
Note
To remove the configured IGMP leave-time setting from
the specified VLAN, use the no ip igmp snooping vlan
vlan-id last-member-query-interval global configuration
command.
Note
last-member-query-interval 1000
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 5
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
66 OL-29890-01
Configuring IGMP
How to Configure IGMP Snooping