ip igmp snooping auto
Syntax
ip igmp snooping auto <PORT-LIST>
no ip igmp snooping auto <PORT-LIST>
Description
Configures the specified ports in auto mode. In auto mode traffic flow is controlled by the IGMP joins/leaves. Auto mode is the default.
The
no
form of this command unconfigures auto ports for the VLAN.
Command context
config-vlan
Parameters
auto <PORT-LIST>
Specifies a list of ports to be configured as auto ports. You can specify a single port, a comma-separated list of ports or a range of ports such as 1/1/1-1/1/3.
Authority
Administrators
Examples
Configure auto ports for the VLAN:
switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ip igmp snooping auto 1/1/1 switch(config-vlan)# ip igmp snooping auto 1/1/1,1/1/2-1/1/3