Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

logical-system-mux

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
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

content_copy zoom_out_map
[edit routing-options]

Description

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.

footer-navigation