ClogHistoryEntry¶
-
class
CISCOSYSLOGMIB::ClogHistoryTable::ClogHistoryEntry¶ Bases:
EntityClass Hierarchy :
CISCOSYSLOGMIBClogHistoryTableClogHistoryEntryThis 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::stringlength: 1..20
config: False
-
cloghistseverity¶ The severity of the message
type:
SyslogSeverityconfig: 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::stringlength: 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::stringlength: 1..255
config: False
-
cloghisttimestamp¶ The value of sysUpTime when this message was generated
type: int
range: 0..4294967295
config: False
-