Specifications
Running Traces
A-12 Troubleshooting a RoamAbout Switch
Displaying Trace Results
Toviewtheoutputofcurrentlyrunningtracecommands,usethefollowingcommand:
show log trace [{+|-|/}number-of-messages] [facility facility-name]
[matching string] [severity severity-level]
Forexample,thefollowingcommanddisplaysatracelogoferror‐levelevents:
RBT-8100# show log trace severity error
KERNEL Jan 15 23:08:10 ERROR duplicate IP address 10.7.122.102 sent from link
address 00:05:5d:45:ae:cd
Todisplayaspecificnumberoftracelogmessages,youmustenteraplussign(+),minussign(‐),
orslash(/)beforethenumber.Thesecharactersfilterthemessagesdisplayedasfollows:
Tofiltertraceoutput byMSSarea,usethefacilityfacility‐namekeyword.Foralistof
validfacilities
forwhichyoucanvieweventmessages,typethefollowingcommand:
RBT-8100# show log trace facility ?
<facility name> Select one of: KERNEL, AAA, SYSLOGD, ACL, APM,
ARP,ASO, BOOT, CLI, CLUSTER, CRYPTO, DOT1X, ENCAP, ETHERNET, GATEWAY, HTTPD,
IGMP, IP, MISC, NOSE, NP, RAND, RESOLV, RIB, ROAM, ROGUE, SM, SNMPD, SPAN, STORE,
SYS, TAGMGR, TBRIDGE, TCPSSL, TELNET, TFTP, TLS, TUNNEL, VLAN, X509, XML, AP,
RAPDA, WEBVIEW, EAP, PORTCONFIG, FP.
Copying Trace Results to a Server
TocopythecontentsofthetracebuffertoafileonaTFTPserver,usethefollowingcommand:
copy trace-buffer-name tftp://[destination-ip-addr | destination-hostname]/
destination-filename
Tofindthenameofthetracebufferfile,usethedircommand.
Forexample,thefollowingcommandcopiesthelogmessagesintracebuffer0000000001toaTFTP
serveratIPaddress192.168.253.11,inafilecalledlog‐file:
RBT-8100# copy 0000000001 tftp://192.168.253.11/log-file
Clearing the Trace Log
Toclearallmessagesfromthetracelogbuffer,typethefollowingcommand:
RBT-8100# clear log trace
List of Trace Areas
ToseeallMSSareasyoucantrace,typethefollowingcommand:
RBT-8100# set trace ?
+number-of-messages Displays the specified number of log entries, starting with the oldest in the log.
-number-of-messages Displays the specified number of entries, starting with the newest in the log.
/number-of-messages Displays the specified number of the most recent entries in the log, starting with
the least recent.