- Read Me First
- IP Access List Overview
- Creating an IP Access List and Applying It to an Interface
- Creating an IP Access List to Filter IP Options, TCP Flags, Noncontiguous Ports
- Configuring an FQDN ACL
- Refining an IP Access List
- IP Named Access Control Lists
- Commented IP Access List Entries
- Standard IP Access List Logging
- IP Access List Entry Sequence Numbering
- Configuring Lock-and-Key Security (Dynamic Access Lists)
- ACL IP Options Selective Drop
- Displaying and Clearing IP Access List Data Using ACL Manageability
- ACL Syslog Correlation
- IPv6 Access Control Lists
- IPv6 ACL Undetermined-Transport Support
- Configuring Template ACLs
- IPv6 Template ACL
- IPv4 ACL Chaining Support
- IPv6 ACL Chaining with a Common ACL
- IPv6 ACL Extensions for Hop by Hop Filtering
- Security (ACL) Enhancements
IPv6 Template ACL
When user profiles are configured using vendor-specific attribute (VSA) Cisco AV-pairs, similar per-user IPv6 ACLs may be replaced by a single template ACL. That is, one ACL represents many similar ACLs. By using IPv6 template ACLs, you can increase the total number of per-user ACLs while minimizing the memory and Ternary Content Addressable Memory (TCAM) resources needed to support the ACLs.
The IPv6 Template ACL feature can create templates using the following ACL fields:
IPv6 source and destination addresses
TCP and UDP, including all associated ports (0 through 65535)
ICMP neighbor discovery advertisements and solicitations
IPv6 DSCP with specified DSCP values
ACL names are dynamically generated by this feature; for example:
6Temp_#152875854573--Example of a dynamically generated template name for a template ACL parent
Virtual-Access2.32135#152875854573--Example of a child ACL or an ACL that has not yet been made part of a template.
- Finding Feature Information
- Information About IPv6 ACL—Template ACL
- How to Enable IPv6 ACL—Template ACL
- Configuration Examples for IPv6 ACL—Template ACL
- Additional References
- Feature Information for IPv6 ACL—Template ACL
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About IPv6 ACL—Template ACL
IPv6 Template ACL
When user profiles are configured using vendor-specific attribute (VSA) Cisco AV-pairs, similar per-user IPv6 ACLs may be replaced by a single template ACL. That is, one ACL represents many similar ACLs. By using IPv6 template ACLs, you can increase the total number of per-user ACLs while minimizing the memory and Ternary Content Addressable Memory (TCAM) resources needed to support the ACLs.
The IPv6 Template ACL feature can create templates using the following ACL fields:
IPv6 source and destination addresses
TCP and UDP, including all associated ports (0 through 65535)
ICMP neighbor discovery advertisements and solicitations
IPv6 DSCP with specified DSCP values
ACL names are dynamically generated by this feature; for example:
6Temp_#152875854573--Example of a dynamically generated template name for a template ACL parent
Virtual-Access2.32135#152875854573--Example of a child ACL or an ACL that has not yet been made part of a template.
How to Enable IPv6 ACL—Template ACL
Enabling IPv6 Template Processing
1.
enable
2.
configure
terminal
3.
access-list
template
[number-of-rules]
4.
exit
5.
show
access-list
template
{summary | aclname | exceed number | tree}
DETAILED STEPS
Configuration Examples for IPv6 ACL—Template ACL
Example: IPv6 Template ACL Processing
In this example, the contents of ACL1 and ACL2 are the same, but the names are different:
ipv6 access-list extended ACL1 (PeerIP: 2001:1::1/64) permit igmp any 2003:1::1/64 permit icmp 2002:5::B/64 any permit udp any host 2004:1::5 permit udp any host 2002:2BC::a permit icmp host 2001:BC::7 host 2003:3::7 ipv6 access-list extended ACL2 (PeerIP: 2007:2::7/64) permit igmp any 2003:1::1/64 permit icmp 2002:5::B/64 any permit udp any host 2004:1::5 permit udp any host 2002:2BC::a permit icmp host 2001:BC::7 host 2003:3::7
The template for these ACLs is as follows:
ipv6 access-list extended Template_1 permit igmp any 2003:1::1/64 permit icmp 2002:5::B/64 any permit udp any host 2004:1::5 permit udp any host 2002:2BC::a permit icmp host 2001:BC::7 host 2003:3::7
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
IPv6 addressing and connectivity |
IPv6 Configuration Guide |
Cisco IOS commands |
|
IPv6 commands |
Cisco IOS IPv6 Command Reference |
Cisco IOS IPv6 features |
Standards and RFCs
Standard/RFC |
Title |
---|---|
RFCs for IPv6 |
IPv6 RFCs |
MIBs
MIB |
MIBs Link |
---|---|
|
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for IPv6 ACL—Template ACL
Feature Name |
Releases |
Feature Information |
---|---|---|
IPv6 ACL—Template ACL |
Cisco IOS XE Release 3.2S |
This feature allows similar per-user IPv6 ACLs to be replaced by a single template ACL. The following commands were introduced or modified: access-list template, show access-list template. |