logical-system-mux
Syntax
logical-system-mux {
traceoptions {
file {
<file name>;
files;
no-world-readable;
size;
world-readable;
}
flag {
all;
debug;
general;
normal;
parse;
policy;
route;
state;
task;
timer;
}
}
}
Hierarchy Level
[edit routing-options]
Description
Enabling tracing can adversely impact scale and performance and may increase security risk. We strongly recommend using the trace, tracing, or traceoptions commands only under the guidance of a JTAC support engineer. After collecting the debug information, immediately disable tracing to minimize risk and restore normal system performance.
Display the logical system control daemon information.
Options
<filename>— Specify the filename, in which trace information should be written.
files—Specify the maximum number of trace files. Range being from 2 to 1000.
no-world-readable—Do not allow any user to read the log file.
size—Specify the maximum size of trace file. Range being from 10240 to 4294967295 bytes.
world-readable—Allow any user to read the log file.
all—Trace everything
debug—Trace debug-level lrmuxd activities.
general—Trace general events.
normal—Trace normal events.
parse—Trace configuration parsing.
policy—Trace policy parsing.
route—Trace routing information.
state—Trace state transitions.
task—Trace routing protocol task processing.
timer—Trace routing protocol timer processing.
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.