SHIVA-MLOG-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-MLOG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
mLogEntryCount | 1.3.6.1.4.1.166.1.1.1 | integer | read-only |
The number of entries currently in the message log buffer. |
mLogNewMessageTrapEnable | 1.3.6.1.4.1.166.1.1.2 | integer | read-write |
Enables or disables the generation of mLogNewMessage Traps of a priority numerically equal or lower than the value of this variable. Enumeration: 'info': 8, 'notice': 7, 'err': 5, 'alert': 3, 'disabled': 1, 'crit': 4, 'emerg': 2, 'debug': 9, 'warning': 6. |
mLogBuffer | 1.3.6.1.4.1.166.1.1.3 | no-access |
A list of message log entries. |
|
1.3.6.1.4.1.166.1.1.3.1 | no-access |
An entry in the message log. Entries are indexed by counting integers. Since the earliest messages are dropped from the log when it overflows, the first row in the table is not necessarily row 1. Therefore, a Get-Next request should be issued to determine the index of the first row. |
||
mLogTimeStamp | 1.3.6.1.4.1.166.1.1.3.1.1 | timeticks | read-only |
The time the message was generated, measured in number of ticks since the device started. |
mLogPriority | 1.3.6.1.4.1.166.1.1.3.1.2 | integer | read-only |
The priority of the log message. This field is for future use. All messages are currently logged at priority 'notice' Enumeration: 'info': 8, 'notice': 7, 'not-possible': 1, 'err': 5, 'alert': 3, 'crit': 4, 'emerg': 2, 'debug': 9, 'warning': 6. |
mLogMessageText | 1.3.6.1.4.1.166.1.1.3.1.3 | displaystring | read-only |
The text of the log message. |
mLogTimeOfDay | 1.3.6.1.4.1.166.1.1.3.1.4 | integer | read-only |
The time of day at which the message is logged. This is expressed in seconds. |