Specifications
Creating and Committing a Security ACL
15-6 Configuring and Managing Security ACLs
APforwardingprioritizationoccursautomaticallyforWi‐FiMultimedia(WMM)traffi c.Youdo
notneedtoconfigureACLstoprovideWMMprioritization.Fornon‐WMMdevices,youcan
provideAPforwarding prioritizationbyconfiguringACLs.
IfyoudisableWMM,APforwardingprioritizat ion isoptimizedforSpectraLinkVoicePriority
(SVP)insteadof
WMM,andtheAPdoesnottagpacketsitsendstotheRAS.Otherwise,the
classificationandtaggingdescribedin“QoSMode”onpage 12‐3remainineffect.
IfyouplantouseSVPoranothernon‐WMMtypeofprioritization,youmustconfigureACLsto
tagthepackets.
(See“EnablingPrioritizationforLegacyVoiceoverIP”onpage 15‐23.)
Optionally,forWMMornon‐WMMtraffic,youcanuseACLstochange thepriorityoftrafficsent
toanAPorVLAN.(TochangeCoSfor WMMornon‐WMMtraffi c,see“UsingACLstoChange
CoS”
onpage 15‐20.)
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).
•Type‐of‐servicelevelis12(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,
see“ModifyingaSecurityACL”on
page 15‐16.ForinformationaboutTOSandprecedencelevels,
seetheRoamAboutMobilitySystemSoftwareCommandLineInterfaceReference.ForCoSdetails,see
“ClassofService”onpage 15‐5.
ICMPincludesmanymessagesthatareidentifiedbyatypefield.Somealsohaveacodewithin
thattype.Table 15‐
3onpage 15‐7listssomecommonICMPtypesandcodes.Formore
information,seewww.iana.org/assignments/icmp‐parameters.