Configuring IGMP snooping per port filtering
Configure IGMP snooping traffic handling by specifying auto, blocked, or forward for a port, list of ports or range of ports. In auto mode traffic flow is controlled by the IGMP joins/leaves. Auto mode is the default. In blocked mode, joins and traffic are always blocked on this port. In forward mode traffic is always forwarded on this port, irrespective of joins.
You must be in the VLAN configuration context, as indicated by the
switch(config-vlan)#
prompt.
Configure the specified ports in auto mode using the following command:
ip igmp snooping auto <PORT-LIST>
.Configure the specified ports in blocked mode using the following command:
ip igmp snooping blocked <PORT-LIST>
.Configure the specified ports in forward mode using the following command:
ip igmp snooping forward <PORT-LIST>
.
switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ip igmp snooping auto 1/1/1,1/1/2-1/1/3