Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
512
Switch# configure terminal
Switch(config)# ipv6 nd raguard policy raguard1
Switch(config-ra-guard)# match ipv6 access-list list1
Switch(config-ra-guard)#
55-4 ipv6 nd raguard attach-policy
This command is used to apply an RA guard policy on a specified interface. Use the no command to
remove the binding.
ipv6 nd raguard attach-policy [POLICY-NAME]
no ipv6 nd raguard
Parameters
POLICY-NAME
(Optional) Specifies the IPv6 RA guard policy name.
Default
None.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Only one RA policy can be attached. If the policy name is not specified, the default policy will set the
device role to host.
Example
This example shows how to apply the RA guard policy on interface eth1/0/3.
Switch# configure terminal
Switch(config)# ipv6 nd raguard policy raguard1
Switch(config-ra-guard)# device-role router
Switch(config-ra-guard)# match ipv6 access-list list1
Switch(config-ra-guard)# exit
Switch(config)# interface eth1/0/3
Switch(config-if)# ipv6 nd raguard attach-policy raguard1
Switch(config-if)#
55-5 show ipv6 nd raguard policy
This command is used to display RA guard policy information.
show ipv6 nd raguard policy [POLICY-NAME]
Parameters