ipv6 mld snooping [forward <port-list>]

Syntax

ipv6 mld snooping [forward <port-list>]

Description

By default ports are configured in auto mode. This command configures the given ports in forward mode.

The no form of this command unconfigures forward ports.

Command context

config-vlan-<VLAN-ID>

Parameters

port-list
Required: 1/1/1-1/1/2, ports to be configured as forward ports.

Authority

Administrators

Example

switch# configure terminal
switch(config)# vlan 2
switch(config-vlan)# ipv6 mld snooping forward 1/1/1
switch(config-vlan)# ipv6 mld snooping forward 1/1/1-1/1/2
switch(config-vlan)# ipv6 mld snooping forward 1/1/1,1/1/2-1/1/3
switch(config-vlan)# no ipv6 mld snooping forward 1/1/1
switch(config-vlan)# no ipv6 mld snooping forward 1/1/1-1/1/2