AC-ALARM-MIB: View SNMP OID List / Download MIB
VENDOR: AUDIOCODES LTD
Home | MIB: AC-ALARM-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).
|
|||
Object Name | OID | Type | Access | Info |
audioCodes | 1.3.6.1.4.1.5003 | |||
acFault | 1.3.6.1.4.1.5003.11 | |||
acAlarm | 1.3.6.1.4.1.5003.11.1 |
This MIB defines the enterprise-specific objects needed to support fault management of Audiocodes products. The MIB consists of: o Active alarm table o Alarm history table o Alarm notification varbinds |
||
acActiveAlarm | 1.3.6.1.4.1.5003.11.1.1 | |||
acActiveAlarmTable | 1.3.6.1.4.1.5003.11.1.1.1 | no-access |
Table of active alarms. |
|
1.3.6.1.4.1.5003.11.1.1.1.1 | no-access |
A conceptual row in the acActiveAlarmTable |
||
acActiveAlarmSequenceNumber | 1.3.6.1.4.1.5003.11.1.1.1.1.1 | unsigned32 | read-only |
The sequence number of the alarm raise trap. |
acActiveAlarmSysuptime | 1.3.6.1.4.1.5003.11.1.1.1.1.2 | timestamp | read-only |
The value of sysuptime at the time the alarm raise trap was sent |
acActiveAlarmTrapOID | 1.3.6.1.4.1.5003.11.1.1.1.1.3 | object identifier | read-only |
The OID of the notification trap |
acActiveAlarmDateAndTime | 1.3.6.1.4.1.5003.11.1.1.1.1.4 | dateandtime | read-only |
The date and time at the time the alarm raise trap was sent. |
acActiveAlarmName | 1.3.6.1.4.1.5003.11.1.1.1.1.5 | unsigned32 | read-only |
The name of the alarm that was raised. This actually in the form of a number. Each kind of alarm has a unique number associated with it. |
acActiveAlarmTextualDescription | 1.3.6.1.4.1.5003.11.1.1.1.1.6 | snmpadminstring | read-only |
Text that descries the alarm condition. |
acActiveAlarmSource | 1.3.6.1.4.1.5003.11.1.1.1.1.7 | snmpadminstring | read-only |
The component in the system which raised the alarm. |
acActiveAlarmSeverity | 1.3.6.1.4.1.5003.11.1.1.1.1.8 | acalarmseverity | read-only |
The severity of the alarm. |
acActiveAlarmEventType | 1.3.6.1.4.1.5003.11.1.1.1.1.9 | acalarmeventtype | read-only |
The event type of the alarm. |
acActiveAlarmProbableCause | 1.3.6.1.4.1.5003.11.1.1.1.1.10 | acalarmprobablecause | read-only |
The probable cause of the alarm. |
acActiveAlarmAdditionalInfo1 | 1.3.6.1.4.1.5003.11.1.1.1.1.11 | snmpadminstring | read-only |
Additional miscellaneous info regarding this alarm. |
acActiveAlarmAdditionalInfo2 | 1.3.6.1.4.1.5003.11.1.1.1.1.12 | snmpadminstring | read-only |
Additional miscellaneous info regarding this alarm. |
acActiveAlarmAdditionalInfo3 | 1.3.6.1.4.1.5003.11.1.1.1.1.13 | snmpadminstring | read-only |
Additional miscellaneous info regarding this alarm. |
acAlarmHistory | 1.3.6.1.4.1.5003.11.1.2 | |||
acAlarmHistoryTable | 1.3.6.1.4.1.5003.11.1.2.1 | no-access |
A table of all raise-alarm and clear-alarm traps sent by the system. Internal to the system, this table of traps is a fixed size. Once the table reaches this size, older traps are removed to make room for new traps. The size of the table is the value of the nlmConfigLogEntryLimit (NOTIFICATION-LOG-MIB). |
|
1.3.6.1.4.1.5003.11.1.2.1.1 | no-access |
A conceptual row in the acAlarmHistoryTable |
||
acAlarmHistorySequenceNumber | 1.3.6.1.4.1.5003.11.1.2.1.1.1 | unsigned32 | read-only |
The sequence number of the alarm raise or clear trap. |
acAlarmHistorySysuptime | 1.3.6.1.4.1.5003.11.1.2.1.1.2 | timestamp | read-only |
The value of sysuptime at the time the alarm raise or clear trap was sent |
acAlarmHistoryTrapOID | 1.3.6.1.4.1.5003.11.1.2.1.1.3 | object identifier | read-only |
The OID of the notification trap |
acAlarmHistoryDateAndTime | 1.3.6.1.4.1.5003.11.1.2.1.1.4 | dateandtime | read-only |
The date and time at the time the alarm raise or clear trap was sent. |
acAlarmHistoryName | 1.3.6.1.4.1.5003.11.1.2.1.1.5 | unsigned32 | read-only |
The name of the alarm that was raised or cleared. This actually in the form of a number. Each kind of alarm has a unique number associated with it. |
acAlarmHistoryTextualDescription | 1.3.6.1.4.1.5003.11.1.2.1.1.6 | snmpadminstring | read-only |
Text that descries the alarm condition. |
acAlarmHistorySource | 1.3.6.1.4.1.5003.11.1.2.1.1.7 | snmpadminstring | read-only |
The component in the system which raised or cleared the alarm. |
acAlarmHistorySeverity | 1.3.6.1.4.1.5003.11.1.2.1.1.8 | acalarmseverity | read-only |
The severity of the alarm. A severity of warning, minor, major or critical indicates a raise trap. A severity of cleared indicates a clear trap. |
acAlarmHistoryEventType | 1.3.6.1.4.1.5003.11.1.2.1.1.9 | acalarmeventtype | read-only |
The event type of the alarm. |
acAlarmHistoryProbableCause | 1.3.6.1.4.1.5003.11.1.2.1.1.10 | acalarmprobablecause | read-only |
The probable cause of the alarm. |
acAlarmHistoryAdditionalInfo1 | 1.3.6.1.4.1.5003.11.1.2.1.1.11 | snmpadminstring | read-only |
Additional miscellaneous info regarding this alarm. |
acAlarmHistoryAdditionalInfo2 | 1.3.6.1.4.1.5003.11.1.2.1.1.12 | snmpadminstring | read-only |
Additional miscellaneous info regarding this alarm. |
acAlarmHistoryAdditionalInfo3 | 1.3.6.1.4.1.5003.11.1.2.1.1.13 | snmpadminstring | read-only |
Additional miscellaneous info regarding this alarm. |
acAlarmVarbinds | 1.3.6.1.4.1.5003.11.1.3 | |||
acAlarmVarbindsSequenceNumber | 1.3.6.1.4.1.5003.11.1.3.1 | unsigned32 | no-access |
The sequence number of the alarm raise or clear trap. |
acAlarmVarbindsDateAndTime | 1.3.6.1.4.1.5003.11.1.3.2 | dateandtime | no-access |
The date and time at the time the alarm raise or clear trap was sent. |
acAlarmVarbindsAlarmName | 1.3.6.1.4.1.5003.11.1.3.3 | unsigned32 | no-access |
The name of the alarm that was raised or cleared. This actually in the form of a number. Each kind of alarm has a unique number associated with it. |
acAlarmVarbindsTextualDescription | 1.3.6.1.4.1.5003.11.1.3.4 | snmpadminstring | no-access |
Text that descries the alarm condition. |
acAlarmVarbindsSource | 1.3.6.1.4.1.5003.11.1.3.5 | snmpadminstring | no-access |
The component in the system which raised or cleared the alarm. |
acAlarmVarbindsSeverity | 1.3.6.1.4.1.5003.11.1.3.6 | acalarmseverity | no-access |
The severity of the alarm. A severity of warning, minor, major or critical indicates a raise trap. A severity of cleared indicates a clear trap. |
acAlarmVarbindsEventType | 1.3.6.1.4.1.5003.11.1.3.7 | acalarmeventtype | no-access |
The event type of the alarm. |
acAlarmVarbindsProbableCause | 1.3.6.1.4.1.5003.11.1.3.8 | acalarmprobablecause | no-access |
The probable cause of the alarm. |
acAlarmVarbindsAdditionalInfo1 | 1.3.6.1.4.1.5003.11.1.3.9 | snmpadminstring | no-access |
Additional miscellaneous info regarding this alarm. |
acAlarmVarbindsAdditionalInfo2 | 1.3.6.1.4.1.5003.11.1.3.10 | snmpadminstring | no-access |
Additional miscellaneous info regarding this alarm. |
acAlarmVarbindsAdditionalInfo3 | 1.3.6.1.4.1.5003.11.1.3.11 | snmpadminstring | no-access |
Additional miscellaneous info regarding this alarm. |