AT-LOG-MIB
AI MIB Summary
The AT-LOG-MIB facilitates the retrieval and enumeration of system log entries stored in both buffered and permanent memory on Allied Telesis network devices via SNMP. This module enables administrators to audit historical event data, including system alerts, configuration changes, and error conditions, for compliance and troubleshooting without relying on external logging servers.
The AT Log MIB, for listing log entries from the buffered and permament logs.
Main OID:
log.1.3.6.1.4.1.207.8.4.4.4.601
14
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
14 total| Object Name |
|---|
logThe AT Log MIB, for listing log entries from the buffered and permament logs. MODULE-IDENTITY .1.3.6.1.4.1.207.8.4.4.4.601 |
logTableA list of log entries from the source specified in the logSource object. The list is ordered from oldest entry to newest entry. SEQUENCE OF LogEntry .1.3.6.1.4.1.207.8.4.4.4.601.1 |
logEntryA log entry from the source specified in the logSource object. LogEntry .1.3.6.1.4.1.207.8.4.4.4.601.1.1 |
logIndexAn 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. Unsigned32 .1.3.6.1.4.1.207.8.4.4.4.601.1.1.1 |
logDateThe date that the log was generated, in the form YYYY MMM DD, eg: 2008 Oct 9.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.601.1.1.2 |
logTimeThe time that the log was generated, in the form HH:MM:SS, eg: 07:15:04.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.601.1.1.3 |
logFacilityThe syslog facility that generated the log entry. See the Software Reference Manual for more information.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.601.1.1.4 |
logSeverityThe 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 messagesro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.601.1.1.5 |
logProgramThe program that generated the log entry. See the Software Reference Manual for more information.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.601.1.1.6 |
logMessageThe log message.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.4.601.1.1.7 |
logOptions OBJECT IDENTIFIER .1.3.6.1.4.1.207.8.4.4.4.601.2 |
logSourceThe 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.rw Enumeration .1.3.6.1.4.1.207.8.4.4.4.601.2.1 |
logAllDetermines 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.rw Integer32 .1.3.6.1.4.1.207.8.4.4.4.601.2.2 |
clearLogSet with a value of 1 to clear the log that is specified by the logSource object.rw Integer32 .1.3.6.1.4.1.207.8.4.4.4.601.2.3 |