Specifications
Modifying a Security ACL
15-16 Configuring and Managing Security ACLs
TodeleteasecurityACLfromauser’sconfigurationonaRADIUSserver,seethedocumentation
foryourRADIUSserver.
IfyounolongerneedthesecurityACL,deleteitfromtheconfigurationwiththeclearsecurityacl
andcommitsecurityaclcommands.(See“ClearingSecurityACLs”onpage 15‐12.)
Modifying a Security ACL
YoucanmodifyasecurityACLinthe followingways:
•AddanotherACEtoasecurityACL,attheendoftheACElist.(See“AddingAnotherACEto
aSecurityACL”onpage 15‐16.)
•PlaceanACEbeforeanotherACE,soitisprocessedbeforesubsequentACEs,usingthe
before
editbuffer‐indexportionofthesetsecurityaclcommands.(See“PlacingOneACE
beforeAnother”onpage 15‐17.)
•ModifyanexistingACEusingthemodifyeditbuffer‐indexportionofthesetsecurityacl
commands.(See“ModifyinganExistingSecurityACL”onpage 15 ‐18.)
•Usetherollbackcommandsetto
clearchangesmadetothesecurity ACLeditbuffersincethe
lasttimeitwassaved.TheACLisrolledbacktoitsstateatthelastcommitcommand.
(See“ClearingSecurityACLsfromtheEditBuffer”onpage 15‐19.)
•Usetheclearsecurityaclmapcommandtostopthe
filteringactionofanACLonaVLAN,or
virtualport.(See“ClearingaSecurityACLMap”onpage 15‐15.)
•UseclearsecurityaclpluscommitsecurityacltocompletelydeletetheACLfromthe
RoamAboutswitch’sconfiguration.(See“ClearingSecurityACLs”onpage 15‐12.)
Adding Another ACE to a Security ACL
ThesimplestwaytomodifyasecurityACListoaddanotherACE.
Example
Forexample,supposeyouwantedtomodifyanexistingACLnamedacl‐violet.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. ToaddanotherACEtotheendofacl‐violet,typethefollowingcommand:
RBT-8100# set security acl ip acl-violet permit 192.168.123.11 0.0.0.255 hits
3. TocommittheupdatedsecurityACLacl‐violet,typethefollowingcommand:
RBT-8100# commit security acl acl-violet
success: change accepted.
4. Todisplaytheupdatedacl‐violet,typethefollowingcommand:
RBT-8100# show security acl info