APSYSLOG-MIB
- Registered at
- 1.3.6.1.4.1.9148.3.1
- Last updated
- 2014-06-26 00:00
- Organization
- Oracle Communications
- Revisions
- 2012-07-16 00:00, 2013-09-13 00:00, 2014-06-26 00:00
- Namespace
- oracle
- Source file
APSYSLOG-MIB- Digest
sha256:8c8a15fe87f4cd5b07bda4218d252583b09408098dbf406f6faf80c80581e6ae
Description
The syslog MIB for Oracle Communications Acme Packet SBCs
Contact
Customer Service Postal: Oracle Communications 100 Crosby Drive Bedford, MA 01730 US Tel: 1-800-633-0738 Url: www.oracle.com E-mail: support@oracle.com
Imports
| From | Symbols |
|---|---|
| ACMEPACKET-SMI | acmepacketMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ACMEPACKET-SMI APSYSLOG-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| SyslogLevel TEXTUAL-CONVENTION The log-level of a syslog message. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| apSyslogMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.1 | |||
| apSyslogBasic OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.1.1 | |||
| apSyslogNotificationsSent OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.1.1 | Counter32 | read-only | current |
| apSyslogNotificationsEnabled OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.1.2 | TruthValue | read-write | current |
| apSyslogMaxLevel OBJECT-TYPE 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). | 1.3.6.1.4.1.9148.3.1.1.1.3 | SyslogLevel | read-write | current |
| apSyslogMsgIgnores OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.1.4 | Counter32 | read-only | current |
| apSyslogMsgDrops OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.1.5 | Counter32 | read-only | current |
| apSyslogHistory OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.1.2 | |||
| apSyslogHistTableMaxLength OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.2.1 | Integer32 (0..500) | read-write | current |
| apSyslogHistMsgsFlushed OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.2.2 | Counter32 | read-only | current |
| apSyslogHistoryTable OBJECT-TYPE A table of alarm messages generated by this device. All 'interesting' alarm messages (i.e. Log-Level <= apSyslogMaxLevel) are entered into this table. An alarm is a special message that can be displayed in a SBC. It is accompanied by a log message and a syslog message. Alarm is often associated with an alarm specific SNMP trap which is triggered when the alarm message is created. When an alarm is not associated with a particular trap, it can be configured in ACLI to trigger an apSyslogMessageGenerated trap. | 1.3.6.1.4.1.9148.3.1.1.2.3 | not-accessible | current | |
| apSyslogHistoryEntry OBJECT-TYPE An alarm message that was previously generated by this device. Each entry is indexed by a message index. | 1.3.6.1.4.1.9148.3.1.1.2.3.1 | not-accessible | current | |
| apSyslogHistIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.9148.3.1.1.2.3.1.1 | Integer32 (1..2147483647) | read-only | current |
| apSyslogHistFrom OBJECT-TYPE The process name and host of the sending client. For example: 'anyclient@sr.acme.com'. | 1.3.6.1.4.1.9148.3.1.1.2.3.1.2 | DisplayString (SIZE(1..20)) | read-only | current |
| apSyslogHistLevel OBJECT-TYPE The Log-Level of the message. | 1.3.6.1.4.1.9148.3.1.1.2.3.1.3 | SyslogLevel | read-only | current |
| apSyslogHistType OBJECT-TYPE A textual identification for the Log-Type, which categorizes the log message. | 1.3.6.1.4.1.9148.3.1.1.2.3.1.4 | DisplayString (SIZE(1..30)) | read-only | current |
| apSyslogHistContent OBJECT-TYPE The text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 255 bytes. | 1.3.6.1.4.1.9148.3.1.1.2.3.1.5 | DisplayString (SIZE(1..255)) | read-only | current |
| apSyslogHistTimestamp OBJECT-TYPE The value of sysUpTime when this message was generated. | 1.3.6.1.4.1.9148.3.1.1.2.3.1.6 | TimeStamp | read-only | current |
| apSyslogMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.2 | |||
| apSyslogMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.2.0 | |||
| apSyslogMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.3 | |||
| apSyslogMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.3.1 | |||
| apSyslogMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9148.3.1.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| apSyslogMessageGenerated NOTIFICATION-TYPE When an alarm message is generated by the device an apSyslogMessageGenerated notification is sent if the alarm is not associated with a alarm specific notification. The sending of these notifications can be enabled/disabled via the apSyslogNotificationsEnabled object. | 1.3.6.1.4.1.9148.3.1.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| apSyslogGroup OBJECT-GROUP A collection of objects providing the syslog MIB capability. | 1.3.6.1.4.1.9148.3.1.3.2.1 | current |
| apSyslogNotificationsGroup NOTIFICATION-GROUP A collection of notifications describing license violation. | 1.3.6.1.4.1.9148.3.1.3.2.2 | current |