SHIVA-MLOG-MIB

File: SHIVA-MLOG-MIB.mib (3497 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
SHIVA-MIB

Imported symbols

TimeTicks DisplayString OBJECT-TYPE
messageLog

Defined Types

MLogEntry  
SEQUENCE    
  mLogTimeStamp TimeTicks
  mLogPriority INTEGER
  mLogMessageText DisplayString
  mLogTimeOfDay INTEGER

Defined Values

mLogEntryCount 1.3.6.1.4.1.166.1.1.1
The number of entries currently in the message log buffer.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

mLogNewMessageTrapEnable 1.3.6.1.4.1.166.1.1.2
Enables or disables the generation of mLogNewMessage Traps of a priority numerically equal or lower than the value of this variable.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), emerg(2), alert(3), crit(4), err(5), warning(6), notice(7), info(8), debug(9)  

mLogBuffer 1.3.6.1.4.1.166.1.1.3
A list of message log entries.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MLogEntry

mLogMessage 1.3.6.1.4.1.166.1.1.3.1
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  MLogEntry  

mLogTimeStamp 1.3.6.1.4.1.166.1.1.3.1.1
The time the message was generated, measured in number of ticks since the device started.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks  

mLogPriority 1.3.6.1.4.1.166.1.1.3.1.2
The priority of the log message. This field is for future use. All messages are currently logged at priority 'notice'
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER not-possible(1), emerg(2), alert(3), crit(4), err(5), warning(6), notice(7), info(8), debug(9)  

mLogMessageText 1.3.6.1.4.1.166.1.1.3.1.3
The text of the log message.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

mLogTimeOfDay 1.3.6.1.4.1.166.1.1.3.1.4
The time of day at which the message is logged. This is expressed in seconds.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER