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.
Theconditionlistspecifiesthematchcriteriaforpackets.ConditionsinthelistareANDed.
Therefore,tobecopiedandsenttoanobserver,apacketmustmatchallcriteriainthecondition
list.Youcan specifyuptoeightof
thefollowingconditionsinafilter,inanyorderorcombination:
frametype{eq|neq}{beacon|control|data|management|probe}
channel{eq|neq}channel
bssid{eq|neq}bssid
srcmac{eq|neq | lt | gt}macaddr
destmac{eq|
neq | lt | gt}macaddr
hostmac{eq|neq | lt | gt}macaddr
macpairmacaddr1macaddr2
TomatchonpacketstoorfromaspecificMACaddress,usethedestmacorsrcmacoption.To
matchonbothsendandreceivetraffic forahost
address,usethehostmacoption.Tomatchona
trafficflow(sourceanddestinationMACaddresses),usethemacpairoption.Thisoption
matchesforeitherdirectionofaflow,andeitherMACaddresscanbethesourceordestination
address.
Ifyouomitacondition,allpacketsmatchthat
condition.Forexample,ifyouomitframetype,all
frametypesmatchthefilter.
Formostconditions,youcanuseeq(equal)tomatchonlyontrafficthatmatchesthecondition
value.Useneq(notequal)tomatchonlyontrafficthatisnotequaltothe conditionvalue.The
src
mac,destmac,andhostmacconditionsalsosupportlt(lessthan)andgt(greaterthan).
Theobserveripaddroptionspecifiesthe IPaddressofthestationwheretheprotocolanalyzeris
located.Ifyoudonotspecifyanobserver,theAPradiostillcountsthepacketsthat
matchthe
filter.(See“DisplayingRemoteTrafficMonitoringStatistics”onpage 19.)
Thesnaplengthnumoptionspecifiesthemaximumnumberofbytestocapture.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