APSYSLOG-MIB

File: APSYSLOG-MIB.mib (10406 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ACMEPACKET-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 TEXTUAL-CONVENTION
DisplayString TimeStamp TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
acmepacketMgmt

Defined Types

SyslogLevel  
The log-level of a syslog message.
TEXTUAL-CONVENTION    
  INTEGER emergency(1), critical(2), major(3), minor(4), warning(5), notice(6), info(7), trace(8), debug(9)  

ApSyslogHistoryEntry  
SEQUENCE    
  apSyslogHistIndex Integer32
  apSyslogHistFrom DisplayString
  apSyslogHistLevel SyslogLevel
  apSyslogHistType DisplayString
  apSyslogHistContent DisplayString
  apSyslogHistTimestamp TimeStamp

Defined Values

apSyslogModule 1.3.6.1.4.1.9148.3.1
The syslog MIB for Acme Packet
MODULE-IDENTITY    

apSyslogMIBObjects 1.3.6.1.4.1.9148.3.1.1
OBJECT IDENTIFIER    

apSyslogBasic 1.3.6.1.4.1.9148.3.1.1.1
OBJECT IDENTIFIER    

apSyslogNotificationsSent 1.3.6.1.4.1.9148.3.1.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apSyslogNotificationsEnabled 1.3.6.1.4.1.9148.3.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

apSyslogMaxLevel 1.3.6.1.4.1.9148.3.1.1.1.3
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).
Status: current Access: read-write
OBJECT-TYPE    
  SyslogLevel  

apSyslogMsgIgnores 1.3.6.1.4.1.9148.3.1.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apSyslogMsgDrops 1.3.6.1.4.1.9148.3.1.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apSyslogHistory 1.3.6.1.4.1.9148.3.1.1.2
OBJECT IDENTIFIER    

apSyslogHistTableMaxLength 1.3.6.1.4.1.9148.3.1.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..500  

apSyslogHistMsgsFlushed 1.3.6.1.4.1.9148.3.1.1.2.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

apSyslogHistoryTable 1.3.6.1.4.1.9148.3.1.1.2.3
A table of syslog messages generated by this device. All 'interesting' syslog messages (i.e. Log-Level <= apSyslogMaxLevel) are entered into this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApSyslogHistoryEntry

apSyslogHistoryEntry 1.3.6.1.4.1.9148.3.1.1.2.3.1
A syslog message that was previously generated by this device. Each entry is indexed by a message index.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApSyslogHistoryEntry  

apSyslogHistIndex 1.3.6.1.4.1.9148.3.1.1.2.3.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

apSyslogHistFrom 1.3.6.1.4.1.9148.3.1.1.2.3.1.2
The process name and host of the sending client. For example: 'anyclient@sr.acme.com'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..20)  

apSyslogHistLevel 1.3.6.1.4.1.9148.3.1.1.2.3.1.3
The Log-Level of the message.
Status: current Access: read-only
OBJECT-TYPE    
  SyslogLevel  

apSyslogHistType 1.3.6.1.4.1.9148.3.1.1.2.3.1.4
A textual identification for the Log-Type, which categorizes the log message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..30)  

apSyslogHistContent 1.3.6.1.4.1.9148.3.1.1.2.3.1.5
The text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 255 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

apSyslogHistTimestamp 1.3.6.1.4.1.9148.3.1.1.2.3.1.6
The value of sysUpTime when this message was generated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

apSyslogMIBNotificationPrefix 1.3.6.1.4.1.9148.3.1.2
OBJECT IDENTIFIER    

apSyslogMIBNotifications 1.3.6.1.4.1.9148.3.1.2.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

apSyslogMIBConformance 1.3.6.1.4.1.9148.3.1.3
OBJECT IDENTIFIER    

apSyslogMIBCompliances 1.3.6.1.4.1.9148.3.1.3.1
OBJECT IDENTIFIER    

apSyslogMIBGroups 1.3.6.1.4.1.9148.3.1.3.2
OBJECT IDENTIFIER    

apSyslogGroup 1.3.6.1.4.1.9148.3.1.3.2.1
A collection of objects providing the syslog MIB capability.
Status: current Access: read-only
OBJECT-GROUP    

apSyslogNotificationsGroup 1.3.6.1.4.1.9148.3.1.3.2.2
A collection of notifications describing license violation.
Status: current Access: read-only
NOTIFICATION-GROUP