Specifications

Modifying a Security ACL
RoamAbout Mobility System Software Configuration Guide 15-19
Clearing Security ACLs from the Edit Buffer
UsetherollbackcommandtoclearchangesmadetothesecurityACLeditbuffersinceitwaslast
committed.TheACLisrolledbacktoitsstateatthelastcommitcommand.
Example
Forexample,supposeyouwanttoremoveanACEthatyoujustcreatedintheeditbufferforacl
111:
1. TodisplaythecontentsofallcommittedsecurityACLs,typethefollowingcommand:
RBT-8100# show security acl infoshow security acl info
ACL information for all
set security acl ip acl-111 (hits #4 0)
----------------------------------------------------
1. permit IP source IP 192.168.254.12 0.0.0.0 destination IP any
2. permit IP source IP 192.168.253.11 0.0.0.0 destination IP any
set security acl ip acl-2 (hits #1 0)
----------------------------------------------------
1. permit L4 Protocol 115 source IP 192.168.1.11 0.0.0.0 destination IP
192.168.1.15 0.0.0.0 precedence 0 tos 0 enable-hits
2. ToviewasummaryofthesecurityACLsforwhichyoujustcreatedACEsintheeditbuffer,
typethefollowingcommand:
RBT-8100# show security acl editbuffer
ACL edit-buffer table
ACL Type Status
------------------------------- ---- --------------
acl-a IP Not committed
acl-111 IP Not committed
3. ToviewdetailsabouttheseuncommittedACLs, typethefollowingcommand.Theentire
acl111isdisplayed,includingitscommittedACLs.
RBT-8100# show security acl info editbuffer
ACL edit-buffer information for all
set security acl ip acl-111 (ACEs 3, add 3, del 0, modified 2)
----------------------------------------------------
1. permit IP source IP 192.168.254.12 0.0.0.0 destination IP any
2. permit IP source IP 192.168.253.11 0.0.0.0 destination IP any
3. deny SRC source IP 192.168.253.1 0.0.0.255
set security acl ip acl-a (ACEs 1, add 1, del 0, modified 0)
----------------------------------------------------
1. permit SRC source IP 192.168.1.1 0.0.0.0
4. Tocleartheuncommittedacl111ACEfromtheeditbuffer,typethefollowingcommand:
RBT-8100# rollback security acl acl-111
5. Toensurethatyouhaveclearedtheacl111ACE,typethefollow ingcommand.Onlythe
uncommittedaclanowappears.
RBT-8100# show security acl info editbuffer
ACL edit-buffer information for all
set security acl ip acl-a (ACEs 1, add 1, del 0, modified 0)
----------------------------------------------------
1. permit SRC source IP 192.168.1.1 0.0.0.0