DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
323
38. IPv6 Snooping Commands
38-1 ipv6 snooping policy
This command is used to create or modify an IPv6 snooping policy. This command will enter the IPv6
snooping configuration mode. Use the no form of this command to delete an IPv6 snooping policy.
ipv6 snooping policy POLICY-NAME
no ipv6 snooping policy POLICY-NAME
Parameters
Specifies the name of the snooping policy.
Default
No IPv6 snooping policy is created.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to create an IPv6 snooping policy. After an IPv6 snooping policy has been
created, use the ipv6 snooping attach-policy command to apply the policy on a specific interface.
Example
This example shows how to create an IPv6 snooping policy named policy1.
Switch# configure terminal
Switch(config)#ipv6 snooping policy policy1
Switch(config-ipv6-snooping)#
38-2 protocol
This command is used to specify that addresses should be snooped with DHCPv6 or NDP. Use the
no form of this command to indicate that a protocol will not to be used for snooping.
protocol {dhcp | ndp}
no protocol {dhcp | ndp}
Parameters
Specifies that addresses should be snooped in DHCPv6 packets.
Specifies that addresses should be snooped in NDP packets.
Default
By default, both DHCPv6 and ND snooping are disabled.
Command Mode
IPv6 Snooping Configuration Mode.