Interpreting Event Messages
The following output shows a sample event message.
Jul 24 17:43:28 router1 mgd[4163]: UI_CFG_AUDIT_SET_SECRET: User 'admin' set: [system radius-server 1.2.3.4 secret]
Table 1 describes the fields for an event message. If the system logging utility cannot determine the value in a particular field, a hyphen ( - ) appears instead.
Field | Description | Examples |
---|---|---|
|
Time when the message was generated, in one of two representations:
|
Jul 24 17:43:28 is the timestamp expressed as local time in the United States. 2012-07-24T09:17:15.719Z is 9:17 AM UTC on 24 July 2012. |
|
Name of the host that originally generated the message. |
router1 |
|
Name of the Junos OS process that generated the message. |
mgd |
|
UNIX process ID (PID) of the Junos OS process that generated the message. |
4153 |
|
Junos OS system log message tag, which uniquely identifies the message. |
UI_DBASE_LOGOUT_EVENT |
|
Username of the user initiating the event. |
“admin” |
|
English-language description of the event . |
set: [system radius-server 1.2.3.4 secret] |