[Contents] [Prev] [Next] [Index] [Report an Error]


Display System Log Message Descriptions

This manual lists the messages available at the time of its publication. To display the most current list of messages, enter JUNOS CLI operational mode and issue the following command:

user@host> help syslog ?

To display the complete description of a particular message, substitute its name for the variable code:

user@host> help syslog code 

For an description of the fields in a system log message description, see Interpret System Log Message Descriptions.

Examples: Display System Log Message Descriptions

Display the list of all currently available system log message descriptions:

user@host> help syslog ?
Possible completions:
  <syslog-tag>                                            Syslog tag
  BOOTPD_ARG_ERR                                            Command-line option was invalid
  BOOTPD_BAD_ID                                            Request failed because assembly ID was unknown
  BOOTPD_BOOTSTRING                                            tnp.bootpd provided boot string
  BOOTPD_CONFIG_ERR                                            tnp.bootpd could not parse configuration file; used default settings
  BOOTPD_CONF_OPEN                                            tnp.bootpd could not open configuration file
  BOOTPD_DUP_REV                                            Extra boot string definitions for revision were ignored
---(more 2%)---

Display the description of the UI_CMDLINE_READ_LINE message:

user@host> help syslog UI_CMDLINE_READ_LINE
Name:                    UI_CMDLINE_READ_LINE
Message:                    User '<user>', command '<input>'
Help:                    User entered command at CLI prompt
Description:                    The indicated user typed the indicated command at the CLI prompt and pressed the

                    Enter key, sending the command string to the management process (mgd).
Type:                    Event: This message reports an event, not an error
Severity:                    info


[Contents] [Prev] [Next] [Index] [Report an Error]