Ip igmp query-interval – Dell PowerEdge VRTX User Manual
Page 603

IGMP Commands
603
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC
2+3\new_system_mifs_ARC2_latest\IGMP.fm
D E LL CO N F I D E N T IA L – P R E L I M I N A RY 4 / 3 / 14 - F O R PR O O F O N LY
ip igmp query-interval
To configure the frequency at which the IGMP querier sends Internet Group
Management Protocol (IGMP) host-query messages from an interface, use
the ip igmp query-interval command in interface configuration mode. To
restore the default IGMP query interval, use the no form of this command.
Syntax
ip igmp query-interval
seconds
no ip igmp query-interval
Parameters
•
seconds
—Frequency, in seconds, at which the switch sends IGMP query
messages from the interface. The range is from 1 to 31744.
Default Configuration
The default IGMP query interval is 125 seconds.
Command Mode
Interface (VLAN) Configuration mode
User Guidelines
Use the ip igmp query-interval command to configure the frequency at
which the IGMP querier sends IGMP host-query messages from an interface.
The IGMP querier sends query-host messages to discover which multicast
groups have members on the attached networks of the router.
The query interval must be bigger than the maximum query response time.
Example
The following example shows how to increase the frequency at which the
IGMP querier sends IGMP host-query messages to 180 seconds:
console(config)#
interface vlan 100
console(config-if)#
ip igmp query-interval 180
console(config-if)#
exit