dhcpv6-snooping guard-policy

dhcpv6-snooping guard-policy

no dhcpv6-snooping guard-policy

Description

Configures a DHCPv6 snooping guard policy with the given name and enters the guard policy configuration context.

The no form of the command disables the specified guard policy.

Parameter

Description

Specifies the name of the DHCPv6 snooping guard policy. Maximum length: 64.

Examples

Creating the DHCPv6 snooping guard policy name pol1:

switch(config)#dhcpv6-snooping guard-policy pol1switch(config-guard-policy-pol1)#

Deleting the DHCPv6 snooping guard policy named pol1:

switch(config)#no dhcpv6-snooping guard-policy pol1

Creating the DHCPv6 snooping guard policy name pol1 on interface 1/1/1:

The DHCPv6 snooping guard policy applied on the port takes priority over the policy applied over VLAN.

switch(config)#interface 1/1/1switch(config-if)#dhcpv6-snooping guard-policy pol1

Creating the DHCPv6 snooping guard policy name pol1 on a VLAN:

switch(config)#vlan 100switch(config-vlan-100)#dhcpv6-snooping guard-policy pol1

Command History

Release

Modification

10.10

Command introduced.

Command Information

Platforms

Command context

Authority

8400

config

config-if

config-dhcpv6-guard-policy

config-vlan-< vlan id >

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