ZHONE-GEN-ALARM
38 objects
Centralized Alarm MIB
Imported Objects
| SNMPv2-CONF | OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Counter64 Integer32 IpAddress MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE Opaque TimeTicks Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| Zhone | zhoneModules zhoneSystem |
| Zhone-TC | ZhoneAlarmSeverity ZhoneAlarmTypeId |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.5504.3.1.18 | IdentityzhoneAlarm | current | This entry list contains tables of the active outstanding alarms in a system. It also provides statistical information in terms of total # of active alarms rai… | |
| 1.3.6.1.4.1.5504.3.1.18.1 | NodezhoneAlarmStats | |||
| 1.3.6.1.4.1.5504.3.1.18.1.1 | ScalarzhoneAlarmActiveOverflowCnt | read-only | current | The number of active alarms that have not been put into the alarmActiveTable since system restart as a result of extreme resource constraints. This counter wra… |
| 1.3.6.1.4.1.5504.3.1.18.1.2 | ScalarzhoneAlarmActiveStatsCurrentCnt | read-only | current | The total number of currently active alarms on the system. This counter wrapped around once it reaches its maximum value. |
| 1.3.6.1.4.1.5504.3.1.18.1.3 | ScalarzhoneAlarmActiveStatsTotalCnt | read-only | current | The total number of active alarms since system restarted. This counter wrapped around once it reaches its maximum value. |
| 1.3.6.1.4.1.5504.3.1.18.1.4 | ScalarzhoneAlarmClearStatsTotalCnt | read-only | current | The total number of cleared alarms since system restarted. This counter wrapped around once it reaches its maximum value. |
| 1.3.6.1.4.1.5504.3.1.18.1.5 | ScalarzhoneAlarmLastRaised | read-only | current | The value of sysUpTime at the time of the last alarm raise for this alarm list. If no alarm raises have occurred since the last re-initialization of the local … |
| 1.3.6.1.4.1.5504.3.1.18.1.6 | ScalarzhoneAlarmLastCleared | read-only | current | The value of sysUpTime at the time of the last alarm clear for this alarm list. If no alarm clears have occurred since the last re-initialization of the local … |
| 1.3.6.1.4.1.5504.3.1.18.2 | TablezhoneAlarmModelTable | not-accessible | current | This table contains the information in order to obtain the unique object instance id for every active alarm in the zhoneAlarmActiveTable. |
| 1.3.6.1.4.1.5504.3.1.18.2.1 | RowzhoneAlarmModelEntry | not-accessible | current | The zhoneAlarmModeEntries indicate which variableId (Varbind #) indicates the object instance for which an active alarm was raised/cleared. |
| 1.3.6.1.4.1.5504.3.1.18.2.1.1 | ColumnzhoneAlarmModelAlarmId | not-accessible | current | This entry specifies the alarm ID number. |
| 1.3.6.1.4.1.5504.3.1.18.2.1.2 | ColumnzhoneAlarmModelNotificationId | not-accessible | current | The trap object identifier (OID) value that allows for the given alarmTypeId to be set or cleared. This value is used as an index to the zhoneAlarmModelTable. |
| 1.3.6.1.4.1.5504.3.1.18.2.1.3 | ColumnzhoneAlarmModelVariableId | read-only | current | The zhoneAlarmModelVariableId identifies the varbind number for a given alarmActiveId and NotificationId that contains the unique object instance that raised/c… |
| 1.3.6.1.4.1.5504.3.1.18.2.1.4 | ColumnzhoneAlarmModelDescription | read-only | current | This entry provides a text information of the alarm. |
| 1.3.6.1.4.1.5504.3.1.18.3 | TablezhoneAlarmActiveTable | not-accessible | current | A table of Active Outstanding Alarm entries in a system. |
| 1.3.6.1.4.1.5504.3.1.18.3.1 | RowzhoneAlarmActiveEntry | not-accessible | current | Entries appear in this table when alarms are raised. The active alarm entries are removed when the alarm is cleared. If under extreme resource constraint the s… |
| 1.3.6.1.4.1.5504.3.1.18.3.1.1 | ColumnzhoneAlarmActiveId | not-accessible | current | This entry specifies the alarm ID number. |
| 1.3.6.1.4.1.5504.3.1.18.3.1.2 | ColumnzhoneAlarmActiveResourceId | not-accessible | current | This object identifies the resource under alarm. The resource id can be determined based on the varbind # that determines the resource id. The mapping of which… |
| 1.3.6.1.4.1.5504.3.1.18.3.1.3 | ColumnzhoneAlarmActiveVariables | read-only | current | The number of variables (varbinds) in alarmActiveVariableTable for this alarm. |
| 1.3.6.1.4.1.5504.3.1.18.3.1.4 | ColumnzhoneAlarmActiveNotificationId | read-only | current | The Trap object identifier of the alarm state transition that is occurring. This entry indicates the trap oid that caused the alarm to be raised. |
| 1.3.6.1.4.1.5504.3.1.18.3.1.5 | ColumnzhoneAlarmActiveSeverity | read-only | current | This entry identifies the severity level of the alarm. |
| 1.3.6.1.4.1.5504.3.1.18.4 | TablezhoneAlarmActiveVariableTable | not-accessible | current | A table of variables to go with each active alarm entries. |
| 1.3.6.1.4.1.5504.3.1.18.4.1 | RowzhoneAlarmActiveVariableEntry | not-accessible | current | Entries appear in this table when there are variables in the varbind list of a corresponding alarm in zhoneAlarmActiveTable. Entries appear in this table as th… |
| 1.3.6.1.4.1.5504.3.1.18.4.1.1 | ColumnzhoneAlarmActiveVariableId | not-accessible | current | The alarm variable's object identifier. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.2 | ColumnzhoneAlarmActiveVariableValueType | read-only | current | The type of the value. One and only one of the value objects that follow is used for a given row in this table, based on this type. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.3 | ColumnzhoneAlarmActiveVariableCounter32Val | read-only | current | The value when alarmActiveVariableType is 'counter32'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.4 | ColumnzhoneAlarmActiveVariableUnsigned32Val | read-only | current | The value when alarmActiveVariableType is 'unsigned32'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.5 | ColumnzhoneAlarmActiveVariableTimeTicksVal | read-only | current | The value when alarmActiveVariableType is 'timeTicks'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.6 | ColumnzhoneAlarmActiveVariableInteger32Val | read-only | current | The value when alarmActiveVariableType is 'integer32'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.7 | ColumnzhoneAlarmActiveVariableOctetStringVal | read-only | current | The value when alarmActiveVariableType is 'octetString'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.8 | ColumnzhoneAlarmActiveVariableIpAddressVal | read-only | current | The value when alarmActiveVariableType is 'ipAddress'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.9 | ColumnzhoneAlarmActiveVariableOidVal | read-only | current | The value when alarmActiveVariableType is 'objectId'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.10 | ColumnzhoneAlarmActiveVariableCounter64Val | read-only | current | The value when alarmActiveVariableType is 'counter64'. |
| 1.3.6.1.4.1.5504.3.1.18.4.1.11 | ColumnzhoneAlarmActiveVariableOpaqueVal | read-only | current | The value when alarmActiveVariableType is 'opaque'. Note that although RFC2578 [RFC2578] forbids the use of Opaque in 'standard' MIB modules, this particular u… |
| 1.3.6.1.4.1.5504.3.1.18.4.1.12 | ColumnzhoneAlarmActiveVariableResourceId | read-only | current | This is the instance OID for the variable binding whose instance OID is different from that of the zhoneAlarmActiveResourceId. If this instance OID is not requ… |
| 1.3.6.1.4.1.5504.3.1.18.5 | GroupzhoneAlarmGroup | current | Alarm MIB Group Definition for all Alarm MIB Entries. | |
| 1.3.6.1.4.1.5504.6.79 | IdentitygenAlarm | Centralized Alarm MIB |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| ZhoneAlarmActiveVariableValue | INTEGER { counter32(1), unsigned32(2), timeTicks(3), integer32(4), ipAddress(5), octetString(6), objectId(7), counter64(8), opaque(9) } zhoneAlarm OBJECT-IDENTITY STATUS current DESCRIPTION "This entry list contains tables of the active outstanding alarms in a system. It also provides statistical information in terms of total # of active alarms raised." ::= { zhoneSystem 18 } | current | The type of the varbind value. One and only one of the value objects that follows is used for a given row in this table. |