Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
317
36. IPv6 Snooping Commands
36-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 command to delete an IPv6 snooping policy.
ipv6 snooping policy POLICY-NAME
no ipv6 snooping policy POLICY-NAME
Parameters
POLICY-NAME
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)#
36-2 protocol
This command is used to specify that addresses should be snooped with DHCPv6 or NDP. Use the no
command to indicate that a protocol will not to be used for snooping.
protocol {dhcp | ndp}
no protocol {dhcp | ndp}
Parameters
dhcp
Specifies that addresses should be snooped in DHCPv6 packets.
ndp
Specifies that addresses should be snooped in NDP packets.
Default
By default, both DHCPv6 and ND snooping are disabled.