AT-LOG-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AT-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
         logTable 1.3.6.1.4.1.207.8.4.4.4.601.1 no-access
A list of log entries from the source specified in the logSource object. The list is ordered from oldest entry to newest entry.
             logEntry 1.3.6.1.4.1.207.8.4.4.4.601.1.1 no-access
A log entry from the source specified in the logSource object.
                 logIndex 1.3.6.1.4.1.207.8.4.4.4.601.1.1.1 unsigned32 no-access
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.
                 logDate 1.3.6.1.4.1.207.8.4.4.4.601.1.1.2 displaystring read-only
The date that the log was generated, in the form YYYY MMM DD, eg: 2008 Oct 9.
                 logTime 1.3.6.1.4.1.207.8.4.4.4.601.1.1.3 displaystring read-only
The time that the log was generated, in the form HH:MM:SS, eg: 07:15:04.
                 logFacility 1.3.6.1.4.1.207.8.4.4.4.601.1.1.4 displaystring read-only
The syslog facility that generated the log entry. See the Software Reference Manual for more information.
                 logSeverity 1.3.6.1.4.1.207.8.4.4.4.601.1.1.5 displaystring read-only
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
                 logProgram 1.3.6.1.4.1.207.8.4.4.4.601.1.1.6 displaystring read-only
The program that generated the log entry. See the Software Reference Manual for more information.
                 logMessage 1.3.6.1.4.1.207.8.4.4.4.601.1.1.7 displaystring read-only
The log message.
         logOptions 1.3.6.1.4.1.207.8.4.4.4.601.2
             logSource 1.3.6.1.4.1.207.8.4.4.4.601.2.1 integer read-write
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. Enumeration: 'permanentLog': 2, 'bufferedLog': 1.
             logAll 1.3.6.1.4.1.207.8.4.4.4.601.2.2 integer32 read-write
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.
             clearLog 1.3.6.1.4.1.207.8.4.4.4.601.2.3 integer32 read-write
Set with a value of 1 to clear the log that is specified by the logSource object.