ip igmp snooping forward
Syntax
ip igmp snooping forward <PORT-LIST>
no ip igmp snooping forward <PORT-LIST>
Description
Configures the specified ports in forward mode. In forward mode, traffic is always forwarded on this port, irrespective of joins.
The
no
form of this command unconfigures forward ports.
Command context
config-vlan
Parameters
forward <PORT-LIST>
Specifies a list of ports to be configured in forward mode. 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
Configuring forward ports for the VLAN:
switch# configure terminal switch(config)# vlan 2 switch(config-vlan)# ip igmp snooping forward 1/1/1 switch(config-vlan)# ip igmp snooping forward 1/1/1-1/1/2 switch(config-vlan)# ip igmp snooping forward 1/1/1,1/1/2-1/1/3 switch(config-vlan)# no ip igmp snooping forward 1/1/1 switch(config-vlan)# no ip igmp snooping forward 1/1/1-1/1/2