dhcpv6-snooping信任

Syntax

dhcpv6-snooping信任no dhcpv6-snooping trust

描述

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

作者ity

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/1switch(config-if)#dhcpv6-snooping信任switch(config-if)#exitswitch(config)#

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

switch(config)#interface 2/2/1switch(config-if)#no dhcpv6-snooping trustswitch(config-if)#exitswitch(config)#