Cisco Catalyst 2960-XR Security Configuration Manual page 377

Ios release 15.0 2 ex1
Hide thumbs Also See for Catalyst 2960-XR:
Table of Contents

Advertisement

Configuring IPv6 First Hop Security
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
interface Interface_type stack/module/port
Example:
Switch(config)# interface gigabitethernet
1/1/4
Step 3
switchport
Example:
Switch(config-if)# switchport
Step 4
ipv6 snooping [attach-policy policy_name [ vlan
{vlan_id | add vlan_ids | exceptvlan_ids | none |
remove vlan_ids}] | vlan {vlan_id | add vlan_ids
| exceptvlan_ids | none | remove vlan_ids | all} ] To attach the default policy to VLANs on the interface, use the ipv6
Example:
Switch(config-if)# ipv6 snooping
or
Switch(config-if)# ipv6 snooping
attach-policy example_policy
or
Switch(config-if)# ipv6 snooping vlan
111,112
or
Switch(config-if)# ipv6 snooping
attach-policy example_policy vlan 111,112
Step 5
do show running-config
Example:
Switch#(config-if)# do show running-config
OL-29434-01
How to Attach an IPv6 Snooping Policy to an Interface or a VLAN on an Interface
Purpose
Enters the global configuration mode.
Specifies an interface type and identifier; enters the interface
configuration mode.
Enters the Switchport mode.
To configure Layer 2 parameters, if the interface is in Layer
Note
3 mode, you must enter the switchport interface configuration
command without any parameters to put the interface into
Layer 2 mode. This shuts down the interface and then
re-enables it, which might generate messages on the device
to which the interface is connected. When you put an interface
that is in Layer 3 mode into Layer 2 mode, the previous
configuration information related to the affected interface
might be lost, and the interface is returned to its default
configuration. The command prompt displays as (config-if)#
in Switchport configuration mode.
Attaches a custom ipv6 snooping policy to the interface or the specified
VLANs on the interface. To attach the default policy to the interface,
use the ipv6 snooping command without the attach-policy keyword.
snooping vlan command. The default policy is, security-level guard,
device-role node, protocol ndp and dhcp.
Verifies that the policy is attached to the specified interface without
exiting the interface configuration mode.
Catalyst 2960-XR Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX1
355

Advertisement

Table of Contents
loading

Table of Contents