SYSLOG-MSG-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
15
.1.3.6.1.2.1.192.1.2 · 1 row entry · 11 columns
A table containing recent SYSLOG messages.  The size of the
table is controlled by the syslogMsgTableMaxSize object.
syslogMsgEntry entry .1.3.6.1.2.1.192.1.2.1
An entry of the syslogMsgTable.
Indexes
syslogMsgIndex
Column Syntax OID
syslogMsgIndex
A monotonically increasing number used to identify entries in
the syslogMsgTable. When syslogMsgIndex reaches the maximum
value (4294967295), the value wraps back to 1.

Applications periodically polling …
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.2.1.192.1.2.1.1
syslogMsgFacility
The facility of the SYSLOG message.
SYSLOG-TC-MIBSyslogFacility
Textual Convention: SYSLOG-TC-MIBSyslogFacility Enumeration
Type Values:
0kern
1user
2mail
3daemon
4auth
5syslog
6lpr
7news
8uucp
9cron
10authpriv
11ftp
12ntp
13audit
14console
15cron2
16local0
17local1
18local2
19local3
20local4
21local5
22local6
23local7
.1.3.6.1.2.1.192.1.2.1.2
syslogMsgSeverity
The severity of the SYSLOG message
SYSLOG-TC-MIBSyslogSeverity
Textual Convention: SYSLOG-TC-MIBSyslogSeverity Enumeration
Type Values:
0emerg
1alert
2crit
3err
4warning
5notice
6info
7debug
.1.3.6.1.2.1.192.1.2.1.3
syslogMsgVersion
The version of the SYSLOG message. A value of 0 indicates
that the version is unknown.
Unsigned32
Constraints:
range: 0-999
.1.3.6.1.2.1.192.1.2.1.4
syslogMsgTimeStamp
The timestamp of the SYSLOG message. A zero-length
string is returned if the timestamp is unknown.
SyslogTimeStamp
Textual Convention: SyslogTimeStamp OctetString
Type Constraints:
range: 0
range: 10
range: 13
.1.3.6.1.2.1.192.1.2.1.5
syslogMsgHostName
The hostname and the (optional) domain name of the SYSLOG
message. A zero-length string indicates an unknown hostname.
The SYSLOG protocol specification constrains this string to
printable US-ASCII code points.
OctetString
Constraints:
range: 0-255
.1.3.6.1.2.1.192.1.2.1.6
syslogMsgAppName
The app-name of the SYSLOG message. A zero-length string
indicates an unknown app-name. The SYSLOG protocol
specification constrains this string to printable US-ASCII
code points.
OctetString
Constraints:
range: 0-48
.1.3.6.1.2.1.192.1.2.1.7
syslogMsgProcID
The procid of the SYSLOG message. A zero-length string
indicates an unknown procid. The SYSLOG protocol
specification constrains this string to printable
US-ASCII code points.
OctetString
Constraints:
range: 0-128
.1.3.6.1.2.1.192.1.2.1.8
syslogMsgMsgID
The msgid of the SYSLOG message. A zero-length string
indicates an unknown msgid. The SYSLOG protocol specification
constrains this string to printable US-ASCII code points.
OctetString
Constraints:
range: 0-32
.1.3.6.1.2.1.192.1.2.1.9
syslogMsgSDParams
The total number of structured data element parameters
carried in the SYSLOG message. This number effectively
indicates the number of entries in the syslogMsgSDTable.
It can be used, for example, by a notification rece…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.192.1.2.1.10
syslogMsgMsg
The message part of the SYSLOG message. The syntax does not
impose a size restriction. Implementations of this MIB module
may truncate the message part of the SYSLOG message such that
it fits into the size constraints…
OctetString .1.3.6.1.2.1.192.1.2.1.11
.1.3.6.1.2.1.192.1.3 · 1 row entry · 4 columns
A table containing structured data elements of SYSLOG
messages.
syslogMsgSDEntry entry .1.3.6.1.2.1.192.1.3.1
An entry of the syslogMsgSDTable.
Indexes
syslogMsgIndex syslogMsgSDParamIndex syslogMsgSDID syslogMsgSDParamName
Column Syntax OID
syslogMsgSDParamIndex
This object indexes the structured data element parameters
contained in a SYSLOG message. The first structured data
element parameter has the index value 1, and subsequent
parameters are indexed by incrementing the ind…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.2.1.192.1.3.1.1
syslogMsgSDID
The name (SD-ID) of a structured data element. The SYSLOG
protocol specification constrains this string to printable
US-ASCII code points.
OctetString
Constraints:
range: 1-32
.1.3.6.1.2.1.192.1.3.1.2
syslogMsgSDParamName
The name of a parameter of the structured data element. The
SYSLOG protocol specification constrains this string to
printable US-ASCII code points.
OctetString
Constraints:
range: 1-32
.1.3.6.1.2.1.192.1.3.1.3
syslogMsgSDParamValue
The value of the parameter of a SYSLOG message identified by
the index of this table. The value is stored in the unescaped
format.
SyslogParamValueString
Textual Convention: SyslogParamValueString OctetString
.1.3.6.1.2.1.192.1.3.1.4