ClogHistoryEntry

class CISCOSYSLOGMIB::ClogHistoryTable::ClogHistoryEntry

Bases: Entity

Class Hierarchy : CISCOSYSLOGMIB ClogHistoryTable ClogHistoryEntry

This class represents state data.

A syslog message that was previously generated by this

device. Each entry is indexed by a message index.

cloghistindex(key)

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

type: int

range: 1..2147483647

config: False

cloghistfacility

Name of the facility that generated this message. For example: ‘SYS’

type: std::string

length: 1..20

config: False

cloghistseverity

The severity of the message

type: SyslogSeverity

config: False

cloghistmsgname

A textual identification for the message type. A facility name in conjunction with a message name uniquely identifies a message type

type: std::string

length: 1..30

config: False

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

type: std::string

length: 1..255

config: False

cloghisttimestamp

The value of sysUpTime when this message was generated

type: int

range: 0..4294967295

config: False