ip igmp last-member-query-interval

Sets the IGMP last-member query interval for an interface.

Syntax

ip igmp last-member-query-interval milliseconds
no ip igmp last-member-query-interval

Command Default

By default, the query interval is 1000 milliseconds.

Parameters

milliseconds
Response time in milliseconds. Range is from 100-25500 milliseconds. The default is 1000.

Modes

Interface subtype configuration mode

Usage Guidelines

The last-member query interval is the time in milliseconds that the IGMP router waits to receive a response to a group-specific query message, including messages sent in response to a host-leave message.

Enter the no form of this command to restore the default.

Examples

To set the last-member query interval to 1500 milliseconds on an interface:

device(config)# interface ethernet 1/1
device(conf-if-eth-1/1)# ip igmp last-member-query-interval 1500