ip igmp query-interval
Use this command to set the frequency of sending IGMP host query messages. This command applies to interfaces configured for IGMP Layer-3 multicast protocols and IGMP Proxy.
To return to the default frequency, use the no parameter with this command.
Note: Querier timeout changes by changing query interval.
Command Syntax
ip igmp query-interval <1-18000>
no ip igmp query-interval
Parameter
<1-18000>
Frequency (in seconds) at which IGMP host query messages are sent.
Default
Default query interval is 125 seconds.
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following example changes the frequency of sending IGMP host-query messages to 2 minutes:
#configure terminal
(config)#interface eth1
(config-if)#ip igmp query-interval 120
Last modified date: 10/20/2023