How to Attach an IPv6 Source Guard Policy to an Interface
How to Attach an IPv6 Source Guard Policy to an Interface
SUMMARY STEPS
1. enable
2. configure terminal
3. interface Interface_type stack/module/port
4. ipv6 source-guard [attach-policy <policy_name> ]
5. show ipv6 source-guard policy policy_name
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Switch> enable
Step 2
configure terminal
Example:
Switch# configure terminal
Step 3
interface Interface_type stack/module/port
Example:
Switch(config)#
Step 4
ipv6 source-guard [attach-policy <policy_name> ]
Example:
Switch(config-if)# ipv6 source-guard attach-policy
example_policy
Step 5
show ipv6 source-guard policy policy_name
Example:
Switch#(config-if)# show ipv6 source-guard policy
example_policy
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
466
interface gigabitethernet 1/1/4
Configuring IPv6 First Hop Security
Purpose
Enables privileged EXEC mode. Enter your password if
prompted.
Enters the global configuration mode.
Specifies an interface type and identifier; enters the
interface configuration mode.
Attaches the IPv6 Source Guard policy to the interface.
The default policy is attached if the attach-policy option
is not used.
Shows the policy configuration and all the interfaces
where the policy is applied.
OL-29048-01