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
A table of syslog messages generated by this device.
All 'interesting' syslog messages (i.e. severity <=
clogMaxSeverity) are entered into this table.
clogHistoryEntry entry .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
clogHistIndex
Column Syntax OID
clogHistIndex
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
clogHistFacility
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
clogHistSeverity
The severity of the message.
SyslogSeverity
Textual Convention: SyslogSeverity Enumeration
Type Values:
1emergency
2alert
3critical
4error
5warning
6notice
7info
8debug
.1.3.6.1.4.1.9.9.41.1.2.3.1.3
clogHistMsgName
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
clogHistMsgText
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
clogHistTimestamp
The value of sysUpTime when this message was
generated.
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.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
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 entry .1.3.6.1.4.1.9.9.41.1.3.2.1
An entry containing information about syslog servers
configured for the system.
Indexes
clogServerAddrType clogServerAddr
Column Syntax OID
clogServerAddrType
The type of Internet address of this syslog server.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.9.41.1.3.2.1.1
clogServerAddr
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
clogServerStatus
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
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.41.1.3.2.1.3