ip igmp querier-timeout
Use this command to set the timeout period before the router takes over as the querier for the interface after the previous querier has stopped querying. This command applies to interfaces configured for IGMP Layer-3 multicast protocols and IGMP Proxy.
To restore the default value, use the no parameter with this command.
Command Syntax
ip igmp querier-timeout <60-300>
no ip igmp querier-timeout
Parameter
<60-300>
Number of seconds that the router waits after the previous querier has stopped querying before it takes over as the querier.
Default
255 seconds
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following example configures the router to wait 120 seconds from the time it received the last query before it takes over as the querier for the interface:
#configure terminal
(config)#interface eth1
(config-if)#ip igmp querier-timeout 120
Last modified date: 07-14-2023