ip igmp
Syntax
ip igmp {enable | disable}
Description
Enables or disables IGMP on the current interface. IGMP is disabled by default.
Command context
config-if-vlan
config-if
config-lag-if
Parameters
enable
Enable IGMP.
disable
Disable IGMP.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Enabling IGMP on interface VLAN 2:
switch(config)# interface vlan 2 switch(config-if-vlan)# ip igmp enable
Disabling IGMP on interface VLAN 2:
switch(config)# interface vlan 2 switch(config-if-vlan)# ip igmp disable