no ip igmp
Syntax
no ip igmp
Description
Unconfigures all IGMP configurations on an interface, depending on the command context you are in.
Command context
config-if-vlan
config-if
config-lag-if
Authority
Administrators
Examples
Unconfiguring IGMP on interface VLAN 2:
switch# configure terminal switch(config)# interface vlan 2 switch(config-if-vlan)# no ip igmp
Unconfiguring IGMP on interface 1/1/1:
switch# configure terminal switch(config)# interface 1/1/1 switch(config-if)# no ip igmp