APSYSLOG-MIB: View SNMP OID List / Download MIB

VENDOR: ACME PACKET


 Home MIB: APSYSLOG-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
 apSyslogModule 1.3.6.1.4.1.9148.3.1
The syslog MIB for Acme Packet
     apSyslogMIBObjects 1.3.6.1.4.1.9148.3.1.1
         apSyslogBasic 1.3.6.1.4.1.9148.3.1.1.1
             apSyslogNotificationsSent 1.3.6.1.4.1.9148.3.1.1.1.1 counter32 read-only
The number of apSyslogMessageGenerated notifications that have been sent. This number may include notifications that were prevented from being transmitted due to reasons such as resource limitations and/or non-connectivity. If one is receiving notifications, one can periodically poll this object to determine if any notifications were missed. If so, a poll of the apSyslogHistoryTable might be appropriate.
             apSyslogNotificationsEnabled 1.3.6.1.4.1.9148.3.1.1.1.2 truthvalue read-write
Indicates whether apSyslogMessageGenerated notifications will or will not be sent when a syslog message is generated by the device. Disabling notifications does not prevent syslog messages from being added to the apSyslogHistoryTable.
             apSyslogMaxLevel 1.3.6.1.4.1.9148.3.1.1.1.3 sysloglevel read-write
Indicates which syslog severity levels will be processed. Any syslog message with a Log-level value greater than this value will be ignored by the agent. note: severity numeric values increase as their severity decreases, e.g. major(3) is more severe than debug(8).
             apSyslogMsgIgnores 1.3.6.1.4.1.9148.3.1.1.1.4 counter32 read-only
The number of syslog messages which were ignored, means no need to send apSyslog apSyslogMessageGenerated notification. A message will be ignored if it has a Log-Level value greater than apSyslogMaxSeverity.
             apSyslogMsgDrops 1.3.6.1.4.1.9148.3.1.1.1.5 counter32 read-only
The number of syslog messages which could not be processed due to lack of system resources. Most likely this will occur at the same time that syslog messages are generated to indicate this lack of resources. Increases in this object's value may serve as an indication that system resource levels should be examined via other mib objects. A message that is dropped will not appear in the history table and no notification will be sent for this message.
         apSyslogHistory 1.3.6.1.4.1.9148.3.1.1.2
             apSyslogHistTableMaxLength 1.3.6.1.4.1.9148.3.1.1.2.1 integer32 read-write
The upper limit on the number of entries that the apSyslogHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created.
             apSyslogHistMsgsFlushed 1.3.6.1.4.1.9148.3.1.1.2.2 counter32 read-only
The number of entries that have been removed from the apSyslogHistoryTable in order to make room for new entries. This object can be utilized to determine whether your polling frequency on the history table is fast enough and/or the size of your history table is large enough such that you are not missing messages.
             apSyslogHistoryTable 1.3.6.1.4.1.9148.3.1.1.2.3 no-access
A table of syslog messages generated by this device. All 'interesting' syslog messages (i.e. Log-Level <= apSyslogMaxLevel) are entered into this table.
                 apSyslogHistoryEntry 1.3.6.1.4.1.9148.3.1.1.2.3.1 no-access
A syslog message that was previously generated by this device. Each entry is indexed by a message index.
                     apSyslogHistIndex 1.3.6.1.4.1.9148.3.1.1.2.3.1.1 integer32 read-only
A monotonically increasing integer for the sole purpose of indexing messages. When it reaches the maximum value the agent wraps the value back to 1.
                     apSyslogHistFrom 1.3.6.1.4.1.9148.3.1.1.2.3.1.2 displaystring read-only
The process name and host of the sending client. For example: 'anyclient@sr.acme.com'.
                     apSyslogHistLevel 1.3.6.1.4.1.9148.3.1.1.2.3.1.3 sysloglevel read-only
The Log-Level of the message.
                     apSyslogHistType 1.3.6.1.4.1.9148.3.1.1.2.3.1.4 displaystring read-only
A textual identification for the Log-Type, which categorizes the log message.
                     apSyslogHistContent 1.3.6.1.4.1.9148.3.1.1.2.3.1.5 displaystring read-only
The text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 255 bytes.
                     apSyslogHistTimestamp 1.3.6.1.4.1.9148.3.1.1.2.3.1.6 timestamp read-only
The value of sysUpTime when this message was generated.
     apSyslogMIBNotificationPrefix 1.3.6.1.4.1.9148.3.1.2
         apSyslogMIBNotifications 1.3.6.1.4.1.9148.3.1.2.0
             apSyslogMessageGenerated 1.3.6.1.4.1.9148.3.1.2.0.1
When a syslog message is generated by the device a apSyslogMessageGenerated notification is sent. The sending of these notifications can be enabled/disabled via the apSyslogNotificationsEnabled object.
     apSyslogMIBConformance 1.3.6.1.4.1.9148.3.1.3
         apSyslogMIBCompliances 1.3.6.1.4.1.9148.3.1.3.1
         apSyslogMIBGroups 1.3.6.1.4.1.9148.3.1.3.2
             apSyslogGroup 1.3.6.1.4.1.9148.3.1.3.2.1
A collection of objects providing the syslog MIB capability.
             apSyslogNotificationsGroup 1.3.6.1.4.1.9148.3.1.3.2.2
A collection of notifications describing license violation.