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
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk syslogMsgTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SYSLOG-MSG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSLOG-MSG-MIB::syslogMsgTable'
A table containing recent SYSLOG messages.  The size of the
table is controlled by the syslogMsgTableMaxSize object.
syslogMsgEntry row .1.3.6.1.2.1.192.1.2.1
An entry of the syslogMsgTable.
Indexes
Column Syntax OID
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
The facility of the SYSLOG message.
SYSLOG-TC-MIBSyslogFacility
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
The severity of the SYSLOG message
SYSLOG-TC-MIBSyslogSeverity
Type Values:
0emerg
1alert
2crit
3err
4warning
5notice
6info
7debug
.1.3.6.1.2.1.192.1.2.1.3
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
The timestamp of the SYSLOG message. A zero-length
string is returned if the timestamp is unknown.
SyslogTimeStamp
Type Constraints:
range: 0
range: 10
range: 13
.1.3.6.1.2.1.192.1.2.1.5
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
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
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
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
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.192.1.2.1.10
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
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk syslogMsgSDTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SYSLOG-MSG-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSLOG-MSG-MIB::syslogMsgSDTable'
A table containing structured data elements of SYSLOG
messages.
syslogMsgSDEntry row .1.3.6.1.2.1.192.1.3.1
An entry of the syslogMsgSDTable.
Column Syntax OID
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
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
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
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 .1.3.6.1.2.1.192.1.3.1.4