Specifications

14-8 Security ACL Commands
rollback security acl
ClearschangesmadetothesecurityACLeditbuffersinceitwaslastsaved.TheACLisrolled
backtoitsstateafterthelastcommitsecurityaclcommandwasentered.AlluncommittedACLs
intheeditbufferarecleared.
Syntax
rollback security acl {acl-name | all}
Parameters
Defaults
None.
Mode
Enabled.
Example
Thefollowingcommandsshowtheeditbufferbeforearollback,clearany changesintheedit
buffertosecurityacl_122,andshowtheeditbufferaftertherollback:
RBT-8100# show security acl info all editbuffer
ACL edit-buffer information for all
set security acl ip acl_122 (ACEs 3, add 3, del 0, modified 0)
---------------------------------------------------------
1. permit IP source IP 20.0.1.11 0.0.0.255 destination IP any enable-hits
2. deny IP source IP 20.0.2.11 0.0.0.0 destination IP any
3. deny SRC source IP 192.168.1.234 255.255.255.255 enable-hits
RBT-8100# rollback security acl acl_122
RBT-8100# show security acl info all editbuffer
ACL edit-buffer information for all
Related Commands
showsecurityaclonpage 1417
aclname NameofanexistingsecurityACLtorollback.ACLnamesmust startwitha
letterandarecaseinsensitive.
all RollsbackallsecurityACLsintheeditbuffer,clearingalluncommitted
ACEs.