Configuring PACL Mode and Applying IPv6 PACL on an Interface
Before You Begin
Before you configure the IPv6 PACL feature, you must configure an IPv6 access list. Once you have configured
the IPv6 access list, you must configure the port-based access control list (PACL) mode on the specified IPv6
Layer 2 interface.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ipv6 access-list access-list-name
4.
exit
5.
interface type number
6.
ipv6 traffic-filter access-list-name {in | out}
7.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Defines an IPv6 ACL and enters IPv6 access list
configuration mode.
ipv6 access-list access-list-name
Example:
Device(config)# ipv6 access-list list1
Step 3
Exits IPv6 access list configuration mode and enters global
configuration mode.
exit
Example:
Device(config-ipv6-acl)# exit
Step 4
Specifies an interface type and number and enters interface
configuration mode.
interface type number
Example:
Step 5
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1228
How to Configure IPv6 ACLs