ip igmp snooping {enable|disable}
Syntax
ip igmp snooping {enable | disable}
Description
Enables or disables IGMP snooping on the VLAN. By default, IGMP snooping is disabled.
Command context
config-vlan
Parameters
{enable | disable}
Specifies enabling or disabling IGMP snooping on the VLAN. Default: disable.
Authority
Administrators
Examples
Enable IGMP snooping on a VLAN:
switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ip igmp snooping enable
Disable IGMP snooping on a VLAN:
switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ip igmp snooping disable