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 disables 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 or local user group members with execution rights for this command.

Examples

On the 6400 Switch Series, interface identification differs.

Configuring forward ports for the VLAN:

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