Specifications
14-20 Security ACL Commands
show security acl info
DisplaysthecontentsofaspecifiedsecurityACLorallsecurityACLsthatarecommitted—saved
intherunningconfigurationandnonvolatilestorage—orthecontentsofsecurityACLsinthe edit
bufferbeforetheyarecommitted.
Syntax
showsecurityaclinfo [acl‐name | all] [editbuffer]
Parameters
Defaults
None.
Mode
Enabled.
Example
TodisplaythecontentsofallsecurityACLscommittedonaRoamAboutSwitch,typethe
followingcommand:
RBT-8100# show security acl info all
ACL information for all
set security acl ip acl_123 (hits #5 462)
---------------------------------------------------------
1. permit IP source IP 192.168.1.11 0.0.0.255 destination IP any enable-hits
2. deny IP source IP 192.168.2.11 0.0.0.0 destination IP any
set security acl ip acl_134 (hits #3 0)
---------------------------------------------------------
1. permit IP source IP 192.168.0.1 0.0.0.0 destination IP any enable-hits
set security acl ip acl_135 (hits #2 0)
---------------------------------------------------------
1. deny IP source IP 192.168.1.1 0.0.0.0 destination IP any enable-hits
Thefollowingcommanddisplaysthecontentsofacl_123intheeditbuffer,includingthe
committedACErules 1and2and theuncommittedrule 3:
RBT-8100# show security acl info acl_123 editbuffer
ACL edit-buffer information for acl_123
set security acl ip acl_123 (ACEs 3, add 3, del 0, modified 0)
---------------------------------------------------------
acl‐name NameofanexistingsecurityACLtodisplay.ACLnamesmuststartwitha
letterandarecase‐insensitive.
all DisplaysthecontentsofallsecurityACLs.
editbuffer DisplaysthecontentsofthespecifiedsecurityACLorallsecurityACLsthat
arestoredintheeditbufferafterbeingcreatedwith
setsecurityacl.Ifyou
donotusethisparameter,onlycommittedACLsareshown.