nd-snooping prefix-list

Syntax

nd-snooping prefix-list< IPV6-ADDR >no nd-snooping prefix-list< IPV6-ADDR >

描述

Configures the ND snooping prefix list for the selected VLAN and the specified IPv6 address prefix. ND snooping must be enabled both globally and on this VLAN before this prefix list configuration takes effect.

The no form of this command removes the prefix list configuration for the selected VLAN and IPv6 address.

Command context

config-vlan

Parameters

< IPV6-ADDR >

Specifies the IPv6 address.

权威

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

Configuring ND snooping prefix-list on VLAN 1:

switch(config)#vlan 1switch(config-vlan-1)#nd-snooping prefix-list 2001::1/64switch(config-vlan-1)#exitswitch(config)#

雷莫ve configuration of ND snooping prefix-list on VLAN 100:

switch(config)#vlan 1switch(config-vlan-1)#no nd-snooping prefix-list 2001::1/64switch(config-vlan-1)#exitswitch(config)#