Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
traceoptions (Ethernet Ring Protection)
Syntax
traceoptions {file filename <no-stamp> <world-readable | no-world-readable> <replace> <size size>;flag flag;}
Hierarchy Level
[edit protocols protection-group]
Release Information
Statement introduced in Junos OS Release 12.1 for EX Series switches.
Description
Configure trace options for the protection group.
Options
file filename—Name of the file to receive the output of the tracing operation. All files are placed in the directory /var/log. You can include the following file options:
- no-stamp—(Optional) Do not timestamp trace file.
- no-world-readable—(Optional) Do not allow any user to read the log file.
- replace—(Optional) Replace the trace file rather than appending to it.
- size—(Optional) Maximum trace file size (10240..4294967295).
- world-readable—(Optional) Allow any user to read the log file.
flag flag—Tracing operation to perform. To specify more than one tracing operation, include multiple flag statements. You can include the following flags:
- all—Trace all SBC process operations.
- configuration—Trace configuration events.
- debug—Trace device monitor events.
- events—Trace events to the protocol state machine
- normal—Trace normal messages.
- pdu—Trace RAPS PDU reception and transmission.
- periodic-packet-management—Trace periodic packet management state and events.
- state-machine—Trace RAPS state machine.
- timers—Trace protocol timers.
Required Privilege Level
system—To view this statement in the configuration.
system-control—To add this statement to the configuration.