To configure the query interval used when the IGMP process starts up, use the ip igmp startup-query-interval command. To reset the query interval to the default, use the no form of this command.
ip igmp startup-query-interval interval
no ip igmp startup-query-interval [interval]
interval |
Query interval in seconds. The range is from 1 to 18,000. The default is 31. |
The query interval is 31 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 startup query interval:
switch(config)# interface ethernet 2/2
switch(config-if)# ip igmp startup-query-interval 25
switch(config-if)#
This example shows how to reset a startup query interval to the default:
switch(config)# interface ethernet 2/2
switch(config-if)# no ip igmp startup-query-interval
switch(config-if)#
Command |
Description |
---|---|
show ip igmp interface |
Displays IGMP information about the interface. |