SHIVA-LOG-MIB

File: SHIVA-LOG-MIB.mib (6302 bytes)

Imported modules

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

Imported symbols

TimeTicks DisplayString OBJECT-TYPE
TRAP-TYPE log lanrover

Defined Types

LogBufferEntry  
SEQUENCE    
  logBufferSequence INTEGER
  logBufferPriority INTEGER
  logBufferFacility INTEGER
  logBufferTimeOfDay INTEGER
  logBufferTimeStamp TimeTicks
  logBufferText DisplayString
  logBufferPort DisplayString
  logBufferUser DisplayString

Defined Values

logCount 1.3.6.1.4.1.166.1.6.1
The number of entries currently in the message log buffer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

logBufferTable 1.3.6.1.4.1.166.1.6.3
A list of message log entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogBufferEntry

logBufferEntry 1.3.6.1.4.1.166.1.6.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: mandatory Access: not-accessible
OBJECT-TYPE    
  LogBufferEntry  

logBufferSequence 1.3.6.1.4.1.166.1.6.3.1.1
Ordinal position in the Log Buffer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

logBufferPriority 1.3.6.1.4.1.166.1.6.3.1.2
The priority of the log message.
Status: mandatory 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)  

logBufferFacility 1.3.6.1.4.1.166.1.6.3.1.3
The Facility which generated the log message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER default(1), init(8), inet(9), atalk(10), dnet(11), nw(12), audit(13), system(16), config(17), serial(18), dialout(19), ltl(20), callControl(21), fileIO(22)  

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

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

logBufferText 1.3.6.1.4.1.166.1.6.3.1.6
The text of the log message.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

logBufferPort 1.3.6.1.4.1.166.1.6.3.1.7
The Serial Port associated the log message. Only valid when logBufferFacility is audit(13).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

logBufferUser 1.3.6.1.4.1.166.1.6.3.1.8
The User associated the log message. Only valid when logBufferFacility is audit(13).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

logSavePriority 1.3.6.1.4.1.166.1.6.4
This variable indicates the lowest (numerically highest) priority message (as indicated by logBufferPriority) which will be save in the logBufferTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), emerg(2), alert(3), crit(4), err(5), warning(6), notice(7), info(8), debug(9)  

logClear 1.3.6.1.4.1.166.1.6.5
Indicates whether the log buffer is non-empty. Clears the log buffer when written with clear(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notClear(1), clear(2)  

logNewMessage 1
This trap is generated when an new message of priority at or higher than logTrapPriority is generated, and SNMP trapping is enabled.
TRAP-TYPE