AT-LOG-MIB

File: AT-LOG-MIB.mib (7493 bytes)

Imported modules

AT-SMI-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

modules Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY DisplayString

Defined Types

LogEntry  
SEQUENCE    
  logIndex Unsigned32
  logDate DisplayString
  logTime DisplayString
  logFacility DisplayString
  logSeverity DisplayString
  logProgram DisplayString
  logMessage DisplayString

Defined Values

log 1.3.6.1.4.1.207.8.4.4.4.601
The AT Log MIB, for listing log entries from the buffered and permament logs.
MODULE-IDENTITY    

logTable 1.3.6.1.4.1.207.8.4.4.4.601.1
A list of log entries from the source specified in the logSource object. The list is ordered from oldest entry to newest entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LogEntry

logEntry 1.3.6.1.4.1.207.8.4.4.4.601.1.1
A log entry from the source specified in the logSource object.
Status: current Access: not-accessible
OBJECT-TYPE    
  LogEntry  

logIndex 1.3.6.1.4.1.207.8.4.4.4.601.1.1.1
An index value. This index is not directly tied to any specific log entry. Over time, the log will grow larger and eventually older entries will be removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

logDate 1.3.6.1.4.1.207.8.4.4.4.601.1.1.2
The date that the log was generated, in the form YYYY MMM DD, eg: 2008 Oct 9.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logTime 1.3.6.1.4.1.207.8.4.4.4.601.1.1.3
The time that the log was generated, in the form HH:MM:SS, eg: 07:15:04.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logFacility 1.3.6.1.4.1.207.8.4.4.4.601.1.1.4
The syslog facility that generated the log entry. See the Software Reference Manual for more information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logSeverity 1.3.6.1.4.1.207.8.4.4.4.601.1.1.5
The severity level of the log entry: emerg Emergency, system is unusable alert Action must be taken immediately crit Critical conditions err Error conditions warning Warning conditions notice Normal, but significant, conditions info Informational messages debug Debug-level messages
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logProgram 1.3.6.1.4.1.207.8.4.4.4.601.1.1.6
The program that generated the log entry. See the Software Reference Manual for more information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logMessage 1.3.6.1.4.1.207.8.4.4.4.601.1.1.7
The log message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

logOptions 1.3.6.1.4.1.207.8.4.4.4.601.2
OBJECT IDENTIFIER    

logSource 1.3.6.1.4.1.207.8.4.4.4.601.2.1
The source to retrieve the log entries from. Valid values are: 1 - Buffered log 2 - Permanent log This source is used when retrieving the logTable objects, and also specifies the log to be cleared when the clearLog object is set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER bufferedLog(1), permanentLog(2)  

logAll 1.3.6.1.4.1.207.8.4.4.4.601.2.2
Determines the quantity of logs to be retrieved. Valid values are: 0 - Display only recent log messages 1 - Show all available log entries. Note: Choosing to retrieve all log entries may result in a delay of several seconds before they may be viewed via SNMP.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

clearLog 1.3.6.1.4.1.207.8.4.4.4.601.2.3
Set with a value of 1 to clear the log that is specified by the logSource object.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1