Specifications
Remotely Monitoring Traffic
A-16 Troubleshooting a RoamAbout Switch
Toinformyouofthiscondition,MSSgeneratesalogmessagesuchasthefollowingthefirst
timeanICMPerrormessageisreceivedfollowingthestartofasnoopfilter:
AP Mar 25 13:15:21.681369 ERROR DAP 3 ap_network: Observer 10.10.101.2 is not
accepting TZSP packets
TopreventICMPerrormessagesfromtheobserver,EnterasysNetworksrecommendsusing
theNetcatapplicationontheobservertolistentoUDPpacketsontheTZSPport.
Configuring a Snoop Filter
Toconfigureasnoopfilter,usethefoll owingcommand:
set snoop filter-name [condition-list] [observer ip-addr] [snap-length num]
Thefilter-namecanbeupto15alphanumericcharacters.
Thecondition‐listspecifiesthematchcriteriaforpackets.ConditionsinthelistareANDed.
Therefore,tobecopiedandsenttoanobserver,apacketmustmatchallcriteriainthecondition‐
list.Youcan specifyuptoeightof
thefollowingconditionsinafilter,inanyorderorcombination:
frame‐type{eq|neq}{beacon|control|data|management|probe}
channel{eq|neq}channel
bssid{eq|neq}bssid
src‐mac{eq|neq | lt | gt}mac‐addr
dest‐mac{eq|
neq | lt | gt}mac‐addr
host‐mac{eq|neq | lt | gt}mac‐addr
mac‐pairmac‐addr1mac‐addr2
TomatchonpacketstoorfromaspecificMACaddress,usethedest‐macorsrc‐macoption.To
matchonbothsendandreceivetraffic forahost
address,usethehost‐macoption.Tomatchona
trafficflow(sourceanddestinationMACaddresses),usethemac‐pairoption.Thisoption
matchesforeitherdirectionofaflow,andeitherMACaddresscanbethesourceordestination
address.
Ifyouomitacondition,allpacketsmatchthat
condition.Forexample,ifyouomitframe‐type,all
frametypesmatchthefilter.
Formostconditions,youcanuseeq(equal)tomatchonlyontrafficthatmatchesthecondition
value.Useneq(notequal)tomatchonlyontrafficthatisnotequaltothe conditionvalue.The
src‐
mac,dest‐mac,andhost‐macconditionsalsosupportlt(lessthan)andgt(greaterthan).
Theobserverip‐addroptionspecifiesthe IPaddressofthestationwheretheprotocolanalyzeris
located.Ifyoudonotspecifyanobserver,theAPradiostillcountsthepacketsthat
matchthe
filter.(See“DisplayingRemoteTrafficMonitoringStatistics”onpage 19.)
Thesnap‐lengthnumoptionspecifiesthemaximumnumberofbytestocapture.Ifyoudonot
specifyalength,theentirepacketiscopiedandsenttotheobserver.EnterasysNetworks
recommendsspecifyingasnaplengthof100bytes
orless.
Thefollowingcommandconfiguresasnoopfilternamedsnoop1thatmatchesonalltraffic,and
copiesthetraffictothedevicethathasIPaddress10.10.30.2:
RBT-8100# set snoop snoop1 observer 10.10.30.2 snap-length 100