Operation Manual

Trace Commands
Mobility System Software Command Reference Guide
Version 7.0
22 – 504
Syntax
clear trace {trace-area | all}
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 1.0.
Examples
To clear all trace processes, type the following command:
MX# clear trace all
success: clear trace all
To clear the session manager trace, type the following command:
MX# clear trace sm
success: clear trace sm
See Also
set trace authentication on page 22-504
set trace authorization on page 22-505
set trace dot1x on page 22-506
set trace sm on page 22-507
show trace on page 22-507
save trace
Saves the accumulated trace data for enabled traces to a file in the MX nonvolatile storage.
Syntax
save trace filename
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 3.0.
Examples
To save trace data into the file trace1 in the subdirectory traces, type the following
command:
MX# save trace traces/trace1
set trace authentication
Traces authentication information.
trace-area Ends a particular trace process. Specify one of the following keywords to end the traces
documented in this chapter:
authorization—Ends an authorization trace
dot1x—Ends an 802.1X trace
authentication—Ends an authentication trace
sm—Ends a session manager trace
all Ends all trace processes.
filename Name for the trace file. To save the file in a subdirectory, specify the subdirectory name,
then a slash. For example: traces/trace1