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

syslog (Chassis)

date_range 21-Mar-24

Syntax

content_copy zoom_out_map
syslog {
    facility {
        severity;
        destination destination;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit chassis fpc slot-number pic pic-number adaptive-services service-package extension-provider]

Description

Enable PIC system logging to record or view system log messages on a specific PIC. The system log information is passed to the kernel for logging in the /var/log directory.

Options

facility—Group of messages that are either generated by the same software process or concern a similar condition or activity. Possible values include the following: daemon, external, kernel, and pfe.

severity—Classification of effect on functioning. Possible values are the following options:

  • any—Include all severity levels.

  • none—Disable logging of the associated facility to a destination.

  • emergency—System panic or other condition that causes the routing platform to stop functioning.

  • alert—Conditions that require immediate correction, such as a corrupted system database.

  • critical—Critical conditions, such as hard errors.

  • error—Error conditions that generally have less serious consequences than errors in the emergency, alert, and critical levels.

  • warning—Conditions that warrant monitoring.

  • notice—Conditions that are not errors but might warrant special handling.

  • info—Events or nonerror conditions of interest.

The remaining statement is explained separately. See CLI Explorer.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 9.2.

Options daemon and kernel (for facility) introduced in Junos OS Release 9.5.

footer-navigation