Purpose
Command or Action
Remove the current configuration of a parameter with
the
no
form of the command.
no
{
device-role
|
hop-limit
{
maximum
|
minimum
} |
managed-config-flag
|
match
{
ipv6 access-list
|
ra prefix-list
} |
other-config-flag
|
router-preference maximum
|
trusted-port
}
Step 11
Example:
Switch(config-nd-raguard)#
no match ipv6 access-list
(Optional)
—
Displays the ND Guard Policy
configuration without exiting the RA Guard policy
configuration mode.
do show ipv6 nd raguard policy policy_name
Example:
Switch(config-nd-raguard)#
do show ipv6 nd raguard
policy example_policy
Step 12
How to Attach an IPv6 RA Guard Policy to an Interface
Beginning in privileged EXEC mode, follow these steps to attach an IPv6 Router Advertisement policy to an
interface or to VLANs on the interface :
SUMMARY STEPS
1.
configure terminal
2.
interface
Interface_type
stack/module/port
3.
ipv6 nd raguard
[
attach-policy policy_name
[
vlan
{
vlan_ids
|
add vlan_ids
|
except vlan_ids
|
none
|
remove vlan_ids
|
all
} ] |
vlan
[ {
vlan_id
s |
add vlan_ids
|
exceptvlan_ids
|
none
|
remove vlan_ids
|
all
} ]
4.
do show running-config
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Specifies an interface type and identifier; enters the
interface configuration mode.
interface
Interface_type
stack/module/port
Example:
Switch(config)#
interface gigabitethernet 1/1/4
Step 2
Attaches the Neighbor Discovery Inspection policy
to the interface or the specified VLANs on that
ipv6 nd raguard
[
attach-policy policy_name
[
vlan
{
vlan_ids
|
add vlan_ids
|
except vlan_ids
|
none
|
remove vlan_ids
|
all
} ]
Step 3
interface. The default policy is attached if the
attach-policy
option is not used.
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
364
OL-29434-01
Configuring IPv6 First Hop Security
How to Attach an IPv6 RA Guard Policy to an Interface