traceoptions (Captive Portal Content Delivery)
Syntax
traceoptions {
file filename <files number> <match regular-expression> <size size> <world-readable | no-world-readable>;
flag flag;
no-remote-trace;
}
Hierarchy Level
[edit services captive-portal-content-delivery]
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.
Define tracing operations for captive-portal-content-delivery processes.
Options
file filename—Name of the file to receive the output of the tracing operation.
Enclose the name within quotation marks. All files are placed in the
directory /var/log. Ensure that filenames are unique for
each logical system or routing instance in which Mobile IP is configured.
Global messages (common to all logical systems and routing
instances) are always saved in /var/log/mipd. Messages
that are specific to a logical system or routing instance are never
saved in /var/log/mipd. If you do not configure a trace
filename for a logical system or routing instance, then nothing is
traced for that entity.
size size—(Optional) Maximum
size of each trace file, in kilobytes (KB), megabytes (MB), or gigabytes
(GB). If you specify a maximum file size, you also must specify a
maximum number of trace files with the files option.
Syntax:
xkto specify KB,xmto specify MB, orxgto specify GB
Range: 10 KB through 1 GB
Default: 128 KB
files number—(Optional)
Maximum number of trace files. When a trace file named trace-file reaches its maximum size, it is renamed trace-file.0,
then trace-file.1, and so on, until the maximum number
of trace files is reached. Then the oldest trace file is overwritten.
If you specify a maximum number of files, you also must specify a
maximum file size with the size option.
Range: 2 through 1000
Default: 3 files
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 operations.clicommand—Trace CLI command operations.configuration—Trace home agent state machine operations.general—Trace general operations.gres—Trace graceful routing switchover operations.ipc—Trace Inter-Process Communication (IPC) messages between the PIC and the Routing Engine.rtsock—Trace routing socket operations.rules—Trace rules operations.ssets—Trace service sets operations.statistics—Trace statistics operations.
Required Privilege Level
trace—To view this statement in the configuration.
trace-control—To add this statement to the configuration.
Release Information
Statement introduced in Junos OS Release 10.4.
Support for Next Gen Services introduced in Junos OS Release 19.3R2.