Specifications

Creating and Committing a Security ACL
15-6 Configuring and Managing Security ACLs
APforwardingprioritizationoccursautomaticallyforWiFiMultimedia(WMM)traffi c.Youdo
notneedtoconfigureACLstoprovideWMMprioritization.FornonWMMdevices,youcan
provideAPforwarding prioritizationbyconfiguringACLs.
IfyoudisableWMM,APforwardingprioritizat ion isoptimizedforSpectraLinkVoicePriority
(SVP)insteadof
WMM,andtheAPdoesnottagpacketsitsendstotheRAS.Otherwise,the
classificationandtaggingdescribedinQoSModeonpage 123remainineffect.
IfyouplantouseSVPoranothernonWMMtypeofprioritization,youmustconfigureACLsto
tagthepackets.
(SeeEnablingPrioritizationforLegacyVoiceoverIPonpage 1523.)
Optionally,forWMMornonWMMtraffic,youcanuseACLstochange thepriorityoftrafficsent
toanAPorVLAN.(TochangeCoSfor WMMornonWMMtraffi c,seeUsingACLstoChange
CoS
onpage 1520.)
Setting an ICMP ACL
Withthefollowingcommand,youcanusesecurityACLstosetInternetControlMessageProtocol
(ICMP)parametersforthepingcommand:
set security acl ip acl-name {permit [cos cos] | deny} icmp {source-ip-addr mask
destination-ip-addr mask} [type icmp-type] [code icmp-code] [precedence
precedence] [tos tos] [before editbuffer-index | modify editbuffer-index] [hits]
AnICMPACLcanfilterpacketsbysourceanddestinationIPaddress,TOSlevel,precedence,
ICMPtype,andICMPcode.
Example
ThefollowingcommandpermitsallICMPpacketscomingfrom192.168.1.3andgoingto
192.168.1.4thatalsomeetthefollowingconditions:
•ICMPtypeis11(TimeExceeded).
•ICMPcodeis0(TimetoLiveExceeded).
•Typeofservicelevelis12(minimumdelayplusmaximumthroughput).
•Precedenceis7(networkcontrol).
RBT-8100# set security acl ip acl-3 permit icmp 192.168.1.3 0.0.0.0 192.168.1.4
0.0.0.0 type 11 code 0 precedence 7 tos 12 before 1 hits
Thebefore1portionoftheACEplacesitbeforeanyothersintheACL,soithasprecedenceover
anylaterACEsforanyparametersettingsthataremet.
FormoreinformationaboutchangingtheorderofACEsorotherwisemodifyingsecurityACLs,
seeModifyingaSecurityACLon
page 1516.ForinformationaboutTOSandprecedencelevels,
seetheRoamAboutMobilitySystemSoftwareCommandLineInterfaceReference.ForCoSdetails,see
ClassofServiceonpage 155.
ICMPincludesmanymessagesthatareidentifiedbyatypefield.Somealsohaveacodewithin
thattype.Table 15
3onpage 157listssomecommonICMPtypesandcodes.Formore
information,seewww.iana.org/assignments/icmpparameters.