Specifications

Modifying a Security ACL
15-16 Configuring and Managing Security ACLs
TodeleteasecurityACLfromausersconfigurationonaRADIUSserver,seethedocumentation
foryourRADIUSserver.
IfyounolongerneedthesecurityACL,deleteitfromtheconfigurationwiththeclearsecurityacl
andcommitsecurityaclcommands.(SeeClearingSecurityACLsonpage 1512.)
Modifying a Security ACL
YoucanmodifyasecurityACLinthe followingways:
•AddanotherACEtoasecurityACL,attheendoftheACElist.(SeeAddingAnotherACEto
aSecurityACLonpage 1516.)
•PlaceanACEbeforeanotherACE,soitisprocessedbeforesubsequentACEs,usingthe
before
editbufferindexportionofthesetsecurityaclcommands.(SeePlacingOneACE
beforeAnotheronpage 1517.)
•ModifyanexistingACEusingthemodifyeditbufferindexportionofthesetsecurityacl
commands.(SeeModifyinganExistingSecurityACLonpage 15 18.)
•Usetherollbackcommandsetto
clearchangesmadetothesecurity ACLeditbuffersincethe
lasttimeitwassaved.TheACLisrolledbacktoitsstateatthelastcommitcommand.
(SeeClearingSecurityACLsfromtheEditBufferonpage 1519.)
•Usetheclearsecurityaclmapcommandtostopthe
filteringactionofanACLonaVLAN,or
virtualport.(SeeClearingaSecurityACLMaponpage 1515.)
•UseclearsecurityaclpluscommitsecurityacltocompletelydeletetheACLfromthe
RoamAboutswitch’sconfiguration.(SeeClearingSecurityACLsonpage 1512.)
Adding Another ACE to a Security ACL
ThesimplestwaytomodifyasecurityACListoaddanotherACE.
Example
Forexample,supposeyouwantedtomodifyanexistingACLnamedaclviolet.Followthesesteps:
1. TodisplayallcommittedsecurityACLs,typethefollowingcommand:
RBT-8100# show security acl info
ACL information for all
set security acl ip acl-violet (hits #2 0)
----------------------------------------------------
1. permit IP source IP 192.168.253.1 0.0.0.255 destination IP any enable-
hits
2. ToaddanotherACEtotheendofaclviolet,typethefollowingcommand:
RBT-8100# set security acl ip acl-violet permit 192.168.123.11 0.0.0.255 hits
3. TocommittheupdatedsecurityACLaclviolet,typethefollowingcommand:
RBT-8100# commit security acl acl-violet
success: change accepted.
4. Todisplaytheupdatedaclviolet,typethefollowingcommand:
RBT-8100# show security acl info