ip igmp last-member-query-interval
Use this command to configure the frequency at which the router sends IGMP group-specific host query messages. This command applies to interfaces configured for IGMP Layer-3 multicast protocols and IGMP Proxy.
Use the no parameter with this command to set this frequency to the default value.
Command Syntax
ip igmp last-member-query-interval <1000-25500>
no ip igmp last-member-query-interval
Parameter
<1000-25500>
Frequency (in milliseconds) at which IGMP group-specific host query messages are sent.
Default
1000 milliseconds
Command Mode
Interface mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following example changes the IGMP group-specific host query message interval to 2 seconds:
#configure terminal
(config)#interface eth1
(config-if)#ip igmp last-member-query-interval 2000
Last modified date: 10/20/2023