ipv6 mld snooping [blocked <port-list>]

Syntax

ipv6 mld snooping [blocked <port-list>]

Description

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

The no form of this command unconfigures blocked ports.

Command context

config-vlan-<VLAN-ID>

Parameters

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

Authority

Administrators

Example

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