dhcpv6-snooping trust

Syntax

dhcpv6-snooping trust

no dhcpv6-snooping trust

Description

Enables DHCPv6 snooping trust on the selected interface. Only server packets received on trusted interfaces are forwarded. All the interfaces are untrusted by default.

The no form of the command disables DHCPv6 snooping trust on the selected interface.

Command context

config-if

Authority

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

Examples

Enabling DHCPv6 snooping trust on interface 2/2/1:

switch(config)# interface 2/2/1
switch(config-if)# dhcpv6-snooping trust
switch(config-if)# exit
switch(config)#

Disabling DHCPv6 snooping trust on interface 2/2/1:

switch(config)# interface 2/2/1
switch(config-if)# no dhcpv6-snooping trust
switch(config-if)# exit
switch(config)#