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 or local user group members with execution rights for this command.

Examples

Configuring an IGMP querier interface interval of 100 on interface VLAN 2:
switch(config)# interface vlan 2
switch(config-if-vlan)# ip igmp querier interval 100

Resetting an IGMP querier interval to the default value:

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