Purpose
Command or Action
Confirms that the policy is attached to the specified VLANs
without exiting the configuration mode.
do show running-config
Example:
Switch#(config-if)#
do show running-config
Step 4
How to Configure an IPv6 Router Advertisement Guard Policy
Beginning in privileged EXEC mode, follow these steps to configure an IPv6 Router Advertisement policy :
SUMMARY STEPS
1.
configure terminal
2.
[
no
]
ipv6 nd raguard policy policy-name
3.
device-role
{
host
|
monitor
|
router
|
switch
}
4.
hop-limit
{
maximum
|
minimum
}
value
5.
managed-config-flag
{
off
|
on
}
6.
match
{
ipv6 access-list list
|
ra prefix-list list
}
7.
other-config-flag
{
on
|
off
}
8.
router-preference maximum
{
high
|
medium
|
low
}
9.
trusted-port
10.
default
{
device-role
|
hop-limit
{
maximum
|
minimum
} |
managed-config-flag
|
match
{
ipv6 access-list
|
ra prefix-list
} |
other-config-flag
|
router-preference maximum
|
trusted-port
}
11.
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
}
12.
do show ipv6 nd raguard policy policy_name
DETAILED STEPS
Purpose
Command or Action
Enters the global configuration mode.
configure terminal
Example:
Switch#
configure terminal
Step 1
Specifies the RA Guard policy name and enters RA
Guard Policy configuration mode.
[
no
]
ipv6 nd raguard policy policy-name
Example:
Switch(config)#
ipv6 nd raguard policy example_policy
Step 2
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
362
OL-29434-01
Configuring IPv6 First Hop Security
How to Configure an IPv6 Router Advertisement Guard Policy