PurposeCommand or Action
Configures the frequency at which the designated router sends IGMP
host-query messages.
ip igmp query-interval seconds
Example:
Device(config-if)# ip igmp
Step 4
By default, the designated router sends IGMP host-query messages every 60
seconds to keep the IGMP overhead very low on hosts and networks.
query-interval 75
The range is 1 to 65535.
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 5
Verifies your entries.
show ip igmp interface [interface-id]
Example:
Device# show ip igmp interface
Step 6
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Device# copy running-config
Step 7
startup-config
Changing the IGMP Query Timeout for IGMPv2 (CLI)
If you are using IGMPv2, you can specify the period of time before the device takes over as the querier for
the interface. By default, the device waits twice the query interval period controlled by the ip igmp
query-interval interface configuration command. After that time, if the device has received no queries, it
becomes the querier.
This procedure is optional.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-id
4.
ip igmp querier-timeout seconds
5.
end
6.
show ip igmp interface [interface-id]
7.
copy running-config startup-config
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
OL-32598-01 53
Configuring IGMP
Changing the IGMP Query Timeout for IGMPv2 (CLI)