To configure a query interval used when the IGMP process starts up, use the ip igmp query-interval command. To reset the query interval to the default, use the no form of this command.
ip igmp query-interval interval
no ip igmp query-interval [interval]
interval |
Interval in seconds. The range is from 1 to 18,000. The default is 125. |
The query interval is 125 seconds.
Interface configuration mode
Release |
Modification |
5.0(3)N1(1) |
This command was introduced. |
This command does not require a license.
This example shows how to configure a query interval:
switch(config)# interface ethernet 2/2
switch(config-if)# ip igmp query-interval 100
switch(config-if)#
This example shows how to reset a query interval to the default:
switch(config)# interface ethernet 2/2
switch(config-if)# no ip igmp query-interval
switch(config-if)#
Command |
Description |
---|---|
show ip igmp interface |
Displays IGMP information about the interface. |