show access-list template
To display information about access control lists (ACLs), use the show access-list template command in privileged EXEC mode.
show access-list template {summary | aclname | exceed number | tree}
Syntax Description
summary |
Displays summary information about ACLs. |
aclname |
Displays information about the specified ACL. |
exceed number |
Limits the results to template ACLs that replace more than the specified number of individual ACLs. |
tree |
Provides an easily readable summary of the frequency of use of each of the ACL types that the template ACL function sees. |
Command Modes
Privileged EXEC#
Command History
Cisco IOS Release |
Description |
---|---|
12.2(27)SBKA |
This command was introduced on the Cisco 10000 series router. |
Cisco IOS XE Release 2.4 |
This command was implemented on the Cisco ASR 1000 series routers. |
Examples
This section provides examples of the different forms of the show access-list template command.
Examples
The following example shows output from the show access-list template summary command:
Router# show access-list template summary
Maximum rules per template ACL = 100
Templates active = 1
Number of ACLs those templates represent = 50
Number of tree elements = 1
Output from this command includes:
-
Maximum number of rules per template ACL
-
Number of discovered active templates
-
Number of ACLs replaced by those templates
Examples
The following example shows output from the show access-list template aclname command:
Router# show access-list template 4Temp_1073741891108
Showing data for 4Temp_1073741891108
4Temp_1073741891108 peer_ip used is 172.17.2.62,
is a parent, attached acl count = 98
currentCRC = 59DAB725
Router# show access-list template 4Temp_1342177340101
Showing data for 4Temp_1342177340101
4Temp_1342177340101 idb’s ip peer = 172.17.2.55,
parent is 4Temp_1073741891108, user account attached to parent = 98
currentCRC = 59DAB725
Output from this display includes:
-
Peer IP of the interface associated with the named template ACL
-
Name of the ACL serving as the primary user of the named template ACL
-
Number of ACLs matching the template of the named template ACL
-
Current cyclic redundancy check 32-bit (CRC32) value
Examples
The following example shows output from the show access-list template exceed number command:
Router# show access-list template exceed 49
ACL name OrigCRC Count CalcCRC
4Temp_#120795960097 104FB543 50 104FB543
The table below describes the significant fields shown in the display.
Field |
Description |
---|---|
ACL Name |
Name of the template ACL. Only template ACLs that contain more than the specified number (exceed number ) of child ACLs are listed. |
OrigCRC |
Original CRC32 value |
Count |
Count of ACLs that match the template ACL |
CalcCRC |
Calculated CRC32 value |
Examples
The following example shows output from the show access-list template tree command:
Router# show access-list template tree
ACL name OrigCRC Count CalcCRC
4Temp_1073741891108 59DAB725 98 59DAB725
The table below describes the significant fields shown in the display.
Field |
Description |
---|---|
ACL name |
Name of an ACL on the Red-Black tree |
OrigCRC |
Original CRC32 value |
Count |
Number of users of the ACL |
CalcCRC |
Calculated CRC32 value |