dhcpv6-snooping (in config-vlan context)

Syntax

dhcpv6-snooping

no dhcpv6-snooping

Description

Enables DHCPv6 snooping in the config-vlan context. DHCPv6 snooping is disabled by default for all VLANs.

The no form of the command disables DHCPv6 snooping on the specified VLAN, flushing all the IPv6 bindings learned for this VLAN since DHCPv6 snooping was enabled for this VLAN.

Command context

config-vlan

Authority

Administrators or local user group members with execution rights for this command.

Examples

Enabling DHCPv6 snooping on VLAN 100:

switch(config)# vlan 100
switch(config-vlan-100)# dhcpv6-snooping
switch(config-vlan-100)# exit
switch(config)#

Disabling DHCPv6 snooping on VLAN 100:

switch(config)# vlan 100
switch(config-vlan-100)# no dhcpv6-snooping
switch(config-vlan-100)# exit
switch(config)#