Owner's Manual

218 Multicast Routing Commands
www.dell.com | support.dell.com
Example
The following example configures the maximum response time advertised in IGMP queries on port
g5 to 20 seconds.
ip igmp version
The
ip igmp version
global configuration command configures which version of Internet Group
Management Protocol (IGMP) the router uses. To restore the default IGMP version, use the
no
form of this command.
Syntax
ip igmp version
{
1
|
2
}
no ip igmp version
1
—IGMP version 1
2
—IGMP version 2
Default Configuration
The default is IGMP version 2.
Command Mode
Interface configuration (Ethernet, VLAN, port-channel)
User Guidelines
IGMP must be enabled before setting the IGMP version.
If IGMP is disabled on an interface, the IGMP parameters on the interface return to the
default values.
Example
The following example configures the IGMP on port g5 to version 2.
Console (config)# interface ethernet g5
Console (config-if)# ip igmp query-max-response-time 20
Console (config)# interface ethernet g5
Console (config-if)# ip igmp version 2