CISCO-SYSLOG-MIB Table View

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

Tables
2
Rows
2
Columns
9
.1.3.6.1.4.1.9.9.41.1.2.3 · 1 row entry · 6 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk clogHistoryTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-SYSLOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SYSLOG-MIB::clogHistoryTable'
A table of syslog messages generated by this device.
All 'interesting' syslog messages (i.e. severity <=
clogMaxSeverity) are entered into this table.
clogHistoryEntry row .1.3.6.1.4.1.9.9.41.1.2.3.1
A syslog message that was previously generated by this
device. Each entry is indexed by a message index.
Indexes
Column Syntax OID
A monotonically increasing integer for the sole
purpose of indexing messages. When it reaches the
maximum value the agent flushes the table and wraps
the value back to 1.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.9.9.41.1.2.3.1.1
Name of the facility that generated this message.
For example: 'SYS'.
OctetString
Constraints:
range: 1-20
.1.3.6.1.4.1.9.9.41.1.2.3.1.2
The severity of the message.
SyslogSeverity
Type Values:
1emergency
2alert
3critical
4error
5warning
6notice
7info
8debug
.1.3.6.1.4.1.9.9.41.1.2.3.1.3
A textual identification for the message type.
A facility name in conjunction with a message name
uniquely identifies a message type.
OctetString
Constraints:
range: 1-30
.1.3.6.1.4.1.9.9.41.1.2.3.1.4
The text of the message. If the text of the message
exceeds 255 bytes, the message will be truncated to
254 bytes and a '*' character will be appended -
indicating that the message has been truncated.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.9.41.1.2.3.1.5
The value of sysUpTime when this message was
generated.
SNMPv2-TCTimeStamp
Based On: SNMPv2-SMITimeTicks
Description:
The value of the sysUpTime object at which a specific
occurrence happened. The specific occurrence must be

defined in the description of any object defined using this
type.

If sysUpTime is reset t…
.1.3.6.1.4.1.9.9.41.1.2.3.1.6
.1.3.6.1.4.1.9.9.41.1.3.2 · 1 row entry · 3 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk clogServerConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-SYSLOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SYSLOG-MIB::clogServerConfigTable'
This table contains entries that allow application
to configure syslog servers for the system.
          
The maximum number of entries that can be created
for this table is limited by the object
clogMaxServers.
clogServerConfigEntry row .1.3.6.1.4.1.9.9.41.1.3.2.1
An entry containing information about syslog servers
configured for the system.
Column Syntax OID
The type of Internet address of this syslog server.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.41.1.3.2.1.1
The Internet address of this syslog server.
The type of this address is determined by the
value of the clogServerAddrType object.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.9.9.41.1.3.2.1.2
The status object used to manage rows in this table.

A row may only be created by setting this object to
'createAndGo'.

A row may only be deleted by setting this object to
'destroy'.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.9.9.41.1.3.2.1.3