SHIVA-LOG-MIB: View SNMP OID List / Download MIB
VENDOR: SHIVA CORPORATION
Home | MIB: SHIVA-LOG-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 |
logCount | 1.3.6.1.4.1.166.1.6.1 | integer | read-only |
The number of entries currently in the message log buffer. |
logTrapPriority | 1.3.6.1.4.1.166.1.6.2 | integer | read-write |
Enables or disables the generation of logNewMessage 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. |
logBufferTable | 1.3.6.1.4.1.166.1.6.3 | no-access |
A list of message log entries. |
|
1.3.6.1.4.1.166.1.6.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. |
||
logBufferSequence | 1.3.6.1.4.1.166.1.6.3.1.1 | integer | read-only |
Ordinal position in the Log Buffer. |
logBufferPriority | 1.3.6.1.4.1.166.1.6.3.1.2 | integer | read-only |
The priority of the log message. Enumeration: 'info': 8, 'notice': 7, 'not-possible': 1, 'err': 5, 'alert': 3, 'crit': 4, 'emerg': 2, 'debug': 9, 'warning': 6. |
logBufferFacility | 1.3.6.1.4.1.166.1.6.3.1.3 | integer | read-only |
The Facility which generated the log message. Enumeration: 'audit': 13, 'default': 1, 'config': 17, 'system': 16, 'atalk': 10, 'init': 8, 'fileIO': 22, 'dialout': 19, 'dnet': 11, 'serial': 18, 'nw': 12, 'callControl': 21, 'inet': 9, 'ltl': 20. |
logBufferTimeOfDay | 1.3.6.1.4.1.166.1.6.3.1.4 | integer | read-only |
The time of day at which the message is logged. This is expressed in seconds. |
logBufferTimeStamp | 1.3.6.1.4.1.166.1.6.3.1.5 | timeticks | read-only |
The time the message was generated, measured in number of ticks since the device started. |
logBufferText | 1.3.6.1.4.1.166.1.6.3.1.6 | displaystring | read-only |
The text of the log message. |
logBufferPort | 1.3.6.1.4.1.166.1.6.3.1.7 | displaystring | read-only |
The Serial Port associated the log message. Only valid when logBufferFacility is audit(13). |
logBufferUser | 1.3.6.1.4.1.166.1.6.3.1.8 | displaystring | read-only |
The User associated the log message. Only valid when logBufferFacility is audit(13). |
logSavePriority | 1.3.6.1.4.1.166.1.6.4 | integer | read-write |
This variable indicates the lowest (numerically highest) priority message (as indicated by logBufferPriority) which will be save in the logBufferTable. Enumeration: 'info': 8, 'none': 1, 'err': 5, 'notice': 7, 'alert': 3, 'crit': 4, 'emerg': 2, 'debug': 9, 'warning': 6. |
logClear | 1.3.6.1.4.1.166.1.6.5 | integer | read-write |
Indicates whether the log buffer is non-empty. Clears the log buffer when written with clear(2). Enumeration: 'notClear': 1, 'clear': 2. |
logNewMessage | 1.3.6.1.4.1.166.2.30.1 |
This trap is generated when an new message of priority at or higher than logTrapPriority is generated, and SNMP trapping is enabled. |