ip igmp querier interval

Syntax

ip igmp querier interval <INTERVAL-VALUE>
no ip igmp querier interval

Description

Configures the interval between IGMP queries on an interface, depending on the command context you are in.

The no form of this command sets the IGMP querier interval to the default value of 125 seconds on an interface.

Command context

config-if-vlan

config-if

config-lag-if

Parameters

<INTERVAL-VALUE>

Specifies the IGMP querier interval in seconds on the interface. Default: 125 seconds. Range: 5-300.

Authority

Administrators

Examples

Configuring an IGMP querier interface interval of 100 on interface VLAN 2:

switch# configure terminal
switch(config)# interface vlan 2
switch(config-if-vlan)# ip igmp querier interval 100

Configuring an IGMP querier interface interval of 100 on interface 1/1/1:

switch# configure terminal
switch(config)# interface 1/1/1
switch(config-if)# ip igmp querier interval 100

Resetting an IGMP querier interval to the default value:

switch(config-if-vlan)# no ip igmp querier interval