ASKEY-ENTITY-ALARM-MIB: View SNMP OID List / Download MIB
VENDOR: ASKEY COMPUTER CORP.
Home | MIB: ASKEY-ENTITY-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 |
askeyEntityAlarmMIB | 1.3.6.1.4.1.3646.1300.2.12 |
The MIB module presents all managed objects extended to ENTITY-MIB, including alarm definition, alarm ,monitoring and entity status. |
||
askeyEntityAlarmMIBObjects | 1.3.6.1.4.1.3646.1300.2.12.1 | |||
aeAlarmDefinition | 1.3.6.1.4.1.3646.1300.2.12.1.2 | |||
aeAlarmDefinitionTable | 1.3.6.1.4.1.3646.1300.2.12.1.2.1 | no-access |
This table contains alarm definition. Each row defines a single alarm per vendor type, NOT an alarm list. |
|
1.3.6.1.4.1.3646.1300.2.12.1.2.1.1 | no-access |
Information about an alarm definition to help an NMS find the meaning of an alarm, and object (aeAlarmFiltered) to help an NMS stop monitoring a type of alarm. |
||
aeAlarmDefVendorTypeEnum | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.1 | askeyvendortypeenum | no-access |
A reference of the vendor-specific hardware type of the physical entity. |
aeAlarmDefType | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.2 | askeyalarmbit | read-only |
The type of this alarm. It represents the position of bit in the AskeyAlarmList. |
aeAlarmDefName | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.3 | askeyalarmname | read-only |
The abbreviation of an alarm type, e.g. LOS, LOF, AIS. |
aeAlarmDefDescr | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.4 | displaystring | read-only |
A textual description of an alarm type. This object should contain the description and trouble-shooting of a alarm. |
aeAlarmDefSeverity | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.5 | askeyalarmseverity | read-write |
The severity of an alarm type. |
aeAlarmDefFiltered | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.6 | truthvalue | read-write |
To determine whether enable this alarm trap. |
aeAlarmDefSuppressedby | 1.3.6.1.4.1.3646.1300.2.12.1.2.1.1.7 | askeyalarmlist | read-write |
To determine which alarms make this alarm suppressed. |
aeAlarmMonitoring | 1.3.6.1.4.1.3646.1300.2.12.1.3 | |||
aeAlarmTable | 1.3.6.1.4.1.3646.1300.2.12.1.3.1 | no-access |
This table contains one row per physical entity. Information in this table are derived from AskeyAlarmList and aeAlarmDefinitionTable. |
|
1.3.6.1.4.1.3646.1300.2.12.1.3.1.1 | no-access |
The status of an physical entity about active alarm includes highest-level alarm severity and service affection. |
||
aeAlarmPhysicalIndex | 1.3.6.1.4.1.3646.1300.2.12.1.3.1.1.1 | unsigned32 | read-only |
Physical entity index, encoded by shelf/slot/port, 2 decimal digits each field. |
aeAlarmPlannedVendorTypeEnum | 1.3.6.1.4.1.3646.1300.2.12.1.3.1.1.2 | askeyvendortypeenum | read-only |
An enumeration of the planned vendor-specific hardware type of the physical entity. |
aeAlarmOnlineVendorTypeEnum | 1.3.6.1.4.1.3646.1300.2.12.1.3.1.1.3 | askeyvendortypeenum | read-only |
An enumeration of the online vendor-specific hardware type of the physical entity. |
aeAlarmList | 1.3.6.1.4.1.3646.1300.2.12.1.3.1.1.4 | askeyalarmlist | read-only |
Defines the active alarms on physical entity. Alarm information is represented by AskeyAlarmList, A manager can use bitwise integer operation to retrieve what type of alarms are asserted. All the alarm types are defined in aeAlarmDefinitionTable. A bit value of '0' implies no such type of alarm and in contrast a bit value of '1' implies there is an such type of alarm asserted. All unused bits (or no alarm) are filled by 0. |
aeAlarmLastChange | 1.3.6.1.4.1.3646.1300.2.12.1.3.1.1.5 | unsigned32 | read-only |
The system time of the alarm vector is changed. |
aeAlarmSeverity | 1.3.6.1.4.1.3646.1300.2.12.1.3.1.1.6 | askeyalarmseverity | read-only |
The highest level of alarm severity of a physical entity. |
aeAlarmHistory | 1.3.6.1.4.1.3646.1300.2.12.1.4 | |||
aeHistoryAlarmTableSize | 1.3.6.1.4.1.3646.1300.2.12.1.4.1 | integer | read-only |
The size of the aeHistoryAlarmTable in rows. A value of 0 means no alarm logged in this table. |
aeHistoryAlarmTable | 1.3.6.1.4.1.3646.1300.2.12.1.4.2 | no-access |
This table contains all active alarms currently exist in the overall system. There is one row per active alarm of physical entity. When a manager misses those traps originated by a agent, it can also retrieve those events from this table. |
|
1.3.6.1.4.1.3646.1300.2.12.1.4.2.1 | no-access |
The history of alarms recently ever existed in the system but removed. |
||
aeHistoryAlarmIndex | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.1 | integer | no-access |
The index of this entry.The value of index will wrap back to 1 while it reaching 2^31-1. So a manager must notice this condition by checking aeHistoryAlarmTime. |
aeHistoryAlarmPhysicalIndex | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.2 | unsigned32 | read-only |
The index of physical entity for this alarm. |
aeHistoryAlarmPlannedVendorTypeEnum | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.3 | askeyvendortypeenum | read-only |
An enumeration of the planned vendor-specific hardware type of the physical entity. |
aeHistoryAlarmOnlineVendorTypeEnum | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.4 | askeyvendortypeenum | read-only |
An enumeration of the online vendor-specific hardware type of the physical entity. |
aeHistoryAlarmType | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.5 | askeyalarmbit | read-only |
The type of this alarm. |
aeHistoryAlarmTime | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.6 | unsigned32 | read-only |
The value of sysUpTime at the time this alarm asserted. |
aeHistoryAlarmAction | 1.3.6.1.4.1.3646.1300.2.12.1.4.2.1.7 | askeyalarmaction | read-only |
The action of this alarm. |
aeRelayInTable | 1.3.6.1.4.1.3646.1300.2.12.1.5 | no-access |
This table contains one row per relay in entity. Administrator use this table to management the normal/abnormal status of relay-in alarm ports. |
|
1.3.6.1.4.1.3646.1300.2.12.1.5.1 | no-access |
The configuration and status of an physical entity about alarm relay-in ports. |
||
aeRelayInPhysicalIndex | 1.3.6.1.4.1.3646.1300.2.12.1.5.1.1 | unsigned32 | read-only |
Physical entity index, encoded by shelf/slot/port, 2 decimal digits each field. |
aeRelayInName | 1.3.6.1.4.1.3646.1300.2.12.1.5.1.2 | displaystring | read-write |
User defined name for this relay-in port. |
aeRelayInNormalStatus | 1.3.6.1.4.1.3646.1300.2.12.1.5.1.3 | integer | read-write |
User defined status for this relay-in port. Enumeration: 'close': 2, 'disable': 3, 'open': 1. |
aeRelayInCurrentStatus | 1.3.6.1.4.1.3646.1300.2.12.1.5.1.4 | integer | read-only |
Current status for this relay-in port. Enumeration: 'close': 2, 'disable': 3, 'open': 1. |
askeyEntityAlarmMIBTraps | 1.3.6.1.4.1.3646.1300.2.12.2 | |||
askeyEntityMIBTrapPrefix | 1.3.6.1.4.1.3646.1300.2.12.2.0 | |||
askeyEntityAlarmTrap | 1.3.6.1.4.1.3646.1300.2.12.2.0.1 |
An askeyEntityAlarmClear trap is sent when a entity clears an alarm. It can be utilized by an NMS to trigger alarm definition table maintenance polls. An NMS should periodically check the items of aeHistoryAlarmTable to detect any missed askeyEntityAlarmClear trap events, e.g. due to throttling or transmission loss. |
||
askeyEntityAlarmConformance | 1.3.6.1.4.1.3646.1300.2.12.3 | |||
askeyEntityAlarmCompliances | 1.3.6.1.4.1.3646.1300.2.12.3.1 | |||
askeyEntityAlarmCompliance | 1.3.6.1.4.1.3646.1300.2.12.3.1.1 |
The compliance statement for SNMP entities which implement the Askey EntityAlarm MIB. |
||
askeyEntityAlarmGroups | 1.3.6.1.4.1.3646.1300.2.12.3.2 | |||
askeyEntityAlarmDefinitionGroup | 1.3.6.1.4.1.3646.1300.2.12.3.2.2 |
The collection of objects which are used to represent definition of alarms, for which a single agent provides management information. |
||
askeyEntityAlarmMonitoringGroup | 1.3.6.1.4.1.3646.1300.2.12.3.2.3 |
The collection of objects which are used to represent monitoring of alarm status, for which a single agent provides management information. |
||
askeyEntityAlarmNotificationsGroup | 1.3.6.1.4.1.3646.1300.2.12.3.2.4 |
The collection of notifications used to indicate Entity MIB data consistency and general status information. |