ASAM-ALARM-MIB
- Registered at
- 1.3.6.1.4.1.637.61.1.3
- Namespace
- nokia
- Source file
ASAM-ALARM-MIB- Digest
sha256:fc557236314bb9dc689eabdc7274393c12c53a1f8936cba5b61fa447cea728cb
Imports
| From | Symbols |
|---|---|
| ASAM-TC-MIB | NetworkTimeInSeconds |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
| SYSTEM-MIB | asam |
Imported by
2 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ASAM-ALARM-MIB ASAM-TC-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC SYSTEM-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AsamAlarmCategoryType type | ||||
| AsamAlarmDirection type | ||||
| AsamAlarmLocation type | ||||
| AsamAlarmLogFullActionType type | ||||
| AsamAlarmLogOverflowType type | ||||
| AsamAlarmLogResetType type | ||||
| AsamAlarmModeType type | ||||
| AsamAlarmServAffType type | ||||
| AsamAlarmSeverityType type | ||||
| AsamAlarmStateType type | ||||
| AsamAlarmType type | ||||
| RowConfigState type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| asamAlarmMIB OBJECT-IDENTITY | 1.3.6.1.4.1.637.61.1.3 | |||
| asamAlarmTable OBJECT-TYPE This table defines all the possible alarms at the agent. For each alarm, there is an entry. Each entry consists of an index for the table, alarm id, alarm category, alarm On/Off thresholds and timebases and an alarm logging mode. The severity, reporting and logging are manageable objects for the SNMP Manager. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.1 | not-accessible | mandatory | |
| asamAlarmEntry OBJECT-TYPE Entry for alarm table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.1.1 | not-accessible | mandatory | |
| asamAlarmId OBJECT-TYPE This is the unique id for an alarm. It is a combination of 2 distinct parts of information : the alarm type and the alarm number. The first half represents the type and the second (most right) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. Thus the value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. E.g. an alarm with alarm type 5 and alarm number 3 is represented as 0x00050003. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmCategory OBJECT-TYPE This object defines the category of an alarm. Alarm categories are defined in X.733 as Communications, QualityOfService, Processing Error, Equipment and Environmental. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.2 | AsamAlarmCategoryType | read-only | mandatory |
| asamAlarmSeverity OBJECT-TYPE This object is defined to assign a severity level to an alarm. This object may be indeterminate, warning, minor, major, critical and ignore. In case of severity ignore, the alarm is ignored by the system and all internal resources occupied by these alarms are being freed. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: 1-6 PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.3 | AsamAlarmSeverityType | read-write | mandatory |
| asamAlarmServAffect OBJECT-TYPE This object defines whether an alarm is service affecting or not. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.4 | AsamAlarmServAffType | read-write | mandatory |
| asamAlarmOnThreshold OBJECT-TYPE This object defines the threshold value for an alarm to be ON. | 1.3.6.1.4.1.637.61.1.3.1.1.5 | INTEGER (0..4294967295) | read-only | obsolete |
| asamAlarmOffThreshold OBJECT-TYPE This object defines the threshold value for an alarm to be OFF. | 1.3.6.1.4.1.637.61.1.3.1.1.6 | INTEGER (0..4294967295) | read-only | obsolete |
| asamAlarmOnTimebase OBJECT-TYPE This object defines the number of miliseconds that the alarm should be persistant ON before it is reported ON. | 1.3.6.1.4.1.637.61.1.3.1.1.7 | TimeTicks | read-only | obsolete |
| asamAlarmOffTimebase OBJECT-TYPE This object defines the number of miliseconds that the alarm should be persistant OFF before it is reported OFF. | 1.3.6.1.4.1.637.61.1.3.1.1.8 | TimeTicks | read-only | obsolete |
| asamAlarmRepMode OBJECT-TYPE This object is defined to manage the reporting of the alarm. If it is disabled, the alarm is not reported to the SNMP Manager. If it is enabled, reporting to the manager is possible (provided it has a high enough severity). ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.9 | AsamAlarmModeType | read-write | mandatory |
| asamAlarmLogMode OBJECT-TYPE This object is to manage the logging of the alarm. If this object is disabled, the alarm is not logged. If it is enabled, an alarm is logged in the AlarmLoggingTable if it has a high enough severity. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.10 | AsamAlarmModeType | read-write | mandatory |
| asamAlarmEntryConfigState OBJECT-TYPE This object represents the status of configured values of the entry. It indicates whether a system created row contains all system init values (staticAllInitialValues(1)) or whether the values are already modified by an operator (staticOperatorModified(2)). This object can be used to decide to suppress the row when its value equals staticAllInitialValues(1). ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: NA PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.1.1.11 | RowConfigState | read-only | mandatory |
| asamAlarmChangeOccurredTrapEnable OBJECT-TYPE This object defines whether an internal trap should be sent to the Trap MIB when a alarm changed that has a severity equal or higher than the configured trap severity. | 1.3.6.1.4.1.637.61.1.3.2 | AsamAlarmModeType | read-write | obsolete |
| asamNumberofAlarmChanges OBJECT-TYPE This object gives the number of changes that have occurred at the CurrentAlarmtable since startup. It is a wrap around counter between 0 and MAX. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.3 | Counter | read-only | mandatory |
| asamNumberofAlarmEntries OBJECT-TYPE This object gives the number of entries in the Current Alarm Table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.4 | Gauge | read-only | mandatory |
| asamCurrentAlarmSeverityStatus OBJECT-TYPE This object indicating all active severities in the current alarm table (equal or higher than the configured severity level). They are represented as a bitmap with the following bitpositions: 1 NoDefect 2 Indeterminate 4 Warning 8 Minor 16 Major 32 Critical ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamCurrentAlarmTable OBJECT-TYPE This table contains the currently active alarms, ordered by severity (highest first). Each entry contains information on the alarm type, alarm status, two indexes and the last time that the entry was changed. Only alarms with a reporting mode set to ON and a severity equal or higher than the configured current table severity are entered in this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.7 | not-accessible | mandatory | |
| asamCurrentAlarmEntry OBJECT-TYPE Entry for CurrentAlarmTable. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.7.1 | not-accessible | mandatory | |
| asamCurrentAlarmIndex OBJECT-TYPE Index for a Current Alarm Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.7.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamCurrentAlarmType OBJECT-TYPE This object defines the type of the alarms that are active in this entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.7.1.2 | AsamAlarmType | read-only | mandatory |
| asamCurrentAlarmStatus OBJECT-TYPE This object defines the current status of all alarms within one alarm type and one index1-index2 combination at that time. The alarms are represented in a bitmap with the following bitpositions: 1 NoDefect 2 AlarmNumber 1 4 AlarmNumber 2 8 AlarmNumber 3 16 AlarmNumber 4 .. .............. For a definition of the bitmap, see the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.7.1.3 | INTEGER (0..4294967295) | read-only | mandatory |
| asamCurrentAlarmIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition, refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.7.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamCurrentAlarmIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.7.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamCurrentAlarmPtr OBJECT-TYPE This object is currently not used. In future releases this object will be used to point to additional information. | 1.3.6.1.4.1.637.61.1.3.7.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamCurrentAlarmTime OBJECT-TYPE This object gives the time in seconds when the entry was updated, respectively added. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.7.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamCurrentAlarmAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.7.1.8 | DisplayString | read-only | mandatory |
| asamAlarmLogLastEntry OBJECT-TYPE This object gives the index of the last entry that was added to the log table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.8 | INTEGER | read-only | mandatory |
| asamAlarmLogReset OBJECT-TYPE This object is a button-like object to reset the alarm logging table. When it is set to the Reset value, the log table is cleared, and logging starts from index 1. When the reset action is completed, this object is set to ResetCompleted. Setting this object to resetCompleted, does not invoke any action. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.9 | INTEGER {resetCompleted(1), reset(2)} | read-write | mandatory |
| asamAlarmLogResetTime OBJECT-TYPE Time value in seconds when the alarm log was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.10 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmLogSeverityLevel OBJECT-TYPE This object defines the lowest severity level an alarm must have in order to be logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: 1-5 PERSIST: YES DEFVALUE: indeterminate UNITS: - | 1.3.6.1.4.1.637.61.1.3.11 | AsamAlarmSeverityType | read-write | mandatory |
| asamAlarmLogBufferSize OBJECT-TYPE This object gives the size of the internal log buffer. This is useful information when an overflow of the log buffer occurs. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.12 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmLogFullAction OBJECT-TYPE This object defines the action to be taken when the alarm log buffer is completely full. If set to Wrap, then older log records are overwritten by recent ones. If it is set to Halt, then logging is stopped until the log buffer is reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: wrap UNITS: - | 1.3.6.1.4.1.637.61.1.3.13 | INTEGER {wrap(1), halt(2)} | read-write | mandatory |
| asamAlarmLogOverflowed OBJECT-TYPE This object indicates whether the log table is overflowed or not. When the log buffer is reset, this object is set to Notoverflowed. This object is not useful when FullAction is set to Wrap around. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.14 | INTEGER {notoverflowed(1), overflowed(2)} | read-only | mandatory |
| asamAlarmLogTable OBJECT-TYPE This table is used to log all alarm changes of alarms with a log status set to active and a severity level equal or higher than the configured logging severity. The entries are ordered by time. The latest alarm change is logged as the last entry of this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.15 | not-accessible | mandatory | |
| asamAlarmLogEntry OBJECT-TYPE Entry for Alarm Log Table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.15.1 | not-accessible | mandatory | |
| asamAlarmLogIndex OBJECT-TYPE Index for the entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmLogAlarmType OBJECT-TYPE This object defines the type of the alarms in this entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.2 | AsamAlarmType | read-only | mandatory |
| asamAlarmLogAlarmStatus OBJECT-TYPE This object defines the status of all alarms within one alarm type and one index1-index2 combination for this logged entry. The alarms are represented in a bitmap with the following bitpositions : 1 NoDefect 2 AlarmNumber 1 4 AlarmNumber 2 8 AlarmNumber 3 16 AlarmNumber 4 .. .............. For a definition of the bitmap see the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.3 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmLogStatusChange OBJECT-TYPE This object defines the difference in the status bitmap with its previous logged value. The bitpositions are conforming to the ones in the asamAlarmLogAlarmStatus object. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmLogIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmLogIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.6 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmLogPtr OBJECT-TYPE This object is currently not used. In future releases this object will be used to point to additional information. | 1.3.6.1.4.1.637.61.1.3.15.1.7 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmLogTime OBJECT-TYPE This object gives the time in seconds when the alarm was logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.15.1.8 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmLogAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.9 | DisplayString | read-only | mandatory |
| asamAlarmLogBasicAlarmId OBJECT-TYPE The meaning of this object depends on the value of asamAlarmLogAlarmType. The following situations are possible: 1. The value of the asamAlarmLogAlarmType object corresponds to 'temporalFilter' or 'spatialFilter'. The table entry is related to the state change of exact one derived alarm. The asamAlarm- LogBasicAlarmId object identifies the basic alarm related to the considered derived alarm. 2. The value of the asamAlarmLogAlarmType object does not correspond to 'temporalFilter' or 'spatialFilter'. The table entry is related to the state change of one or more basic alarms. The asamAlarmLogBasicAlarmId object identifies one of these basic alarms. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.15.1.10 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmSnapshotTableStatus OBJECT-TYPE Before reading the snapshot table, one must try to set this object to inUse first. When it is already in this state, the set will fail; when in the notInUse state, the set will succeed. The inUse state is only kept for a limited time, which is defined by the asamAlarmSnapshotTimeout object. When the timeout expires, this object is automatically reset to the notInUse state and the snapshot table is emptied. Scenario for taking a snapshot : ================================ * Try to set the asamAlarmSnapshotTableStatus to inUse. Proceed only if successfull; * optionally set the owner string to enable other managers to identify the current snapshot table user; * set the snapshot table severity level; * read the number of entries in the snapshot table; * optionally read the severity status bitmap to identify the active severity levels in the snapshot table; * read out the snapshot table using GET or GETNEXT SNMP commands; * free the snapshot table for other managers by setting the status to notInUse. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: notInUse UNITS: - | 1.3.6.1.4.1.637.61.1.3.16 | INTEGER {notInUse(1), inUse(2)} | read-write | mandatory |
| asamAlarmSnapshotOwner OBJECT-TYPE This string can contain an identification of the owner who took the snapshot. When a manager wants to use the snapshot table, he can set this string with a meaningful value. When the snapshot table is not in use, the owner string cannot be set. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.17 | OCTET STRING | read-write | mandatory |
| asamAlarmSnapshotTimeout OBJECT-TYPE This object gives the timeout in msec on the snapshot table. The timer is started from the moment the snapshot table status is set to inUse. It will be set to a default value and cannot be changed by the manager. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: 120000 UNITS: milliseconds | 1.3.6.1.4.1.637.61.1.3.18 | TimeTicks | read-only | mandatory |
| asamAlarmSnapshotSeverityLevel OBJECT-TYPE This object indicates the lowest severity level of alarms that should be visible in the snapshot table. When the snapshot table status is in the notInUse state, the severity cannot be read or set. When the snapshot table status is in the InUse state, the severity level can only be set once to prevent confusion as to the lowest severity in the snapshot table. After successfully setting the severity level, the snapshot table and its related objects will contain valid data as long as the snapshot table is in the inUse state. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: 1-5 PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.19 | AsamAlarmSeverityType | read-write | mandatory |
| asamNumberOfAlarmSnapshotEntries OBJECT-TYPE When the snapshot table status is in the inUse state, this object reflects the number of entries in the snapshot table. If the snapshot table status is set to notInUse, this object can not be read. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.20 | Gauge | read-only | mandatory |
| asamAlarmSnapshotSeverityStatus OBJECT-TYPE If the snapshot table status is set to notInUse, this object can not be read. If the snapshot table status is inUse, this object indicates all the active severity levels of the alarms in the snapshot table (higher than the configured snapshot severity level). They are represented as a bitmap with the following bitpositions : 1 NoDefect, 2 Indeterminate, 4 Warning, 8 Minor, 16 Major, 32 Critical. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.21 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmSnapshotTable OBJECT-TYPE This table is empty when the snapshot table status is set to notInUse. When a snapshot is taken (see the description of the snapshot table status object for a complete scenario), this table will contain all active alarms, at the time the snapshot was taken, ordered by severity. The lowest viewable severity is set with the snapshot severity object. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.22 | not-accessible | mandatory | |
| asamAlarmSnapshotEntry OBJECT-TYPE Entry for asamAlarmSnapshotTable. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.22.1 | not-accessible | mandatory | |
| asamAlarmSnapshotIndex OBJECT-TYPE Index for an Alarm Snapshot Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.22.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmSnapshotType OBJECT-TYPE This object defines the type of the alarms in this entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.22.1.2 | AsamAlarmType | read-only | mandatory |
| asamAlarmSnapshotStatus OBJECT-TYPE This object defines the status of alarms in an alarm type at the time the snapshot was taken. The alarms are represented in a bitmap with the following bitpositions : 1 NoDefect 2 AlarmNumber 1 4 AlarmNumber 2 8 AlarmNumber 3 16 AlarmNumber 4 .. .............. For a definition of the bitmap see the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.22.1.3 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmSnapshotIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.22.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmSnapshotIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.22.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmSnapshotPtr OBJECT-TYPE This object is currently not used. In future releases this object will be used to point to additional information. | 1.3.6.1.4.1.637.61.1.3.22.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmSnapshotTime OBJECT-TYPE This object gives the time information in seconds when the entry was updated, respectively added. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.22.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmSnapshotAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.22.1.8 | DisplayString | read-only | mandatory |
| asamNumberOfTotalChanges OBJECT-TYPE This counter represents the total number of changes of all alarms since startup. It is independent of the alarm severity level. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.23 | Counter | read-only | mandatory |
| asamNumberOfIndeterminateChanges OBJECT-TYPE This counter represents the total number of changes of all alarms with a severity level Indeterminate since startup. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.24 | Counter | read-only | mandatory |
| asamNumberOfWarningChanges OBJECT-TYPE This counter represents the total number of changes of all alarms with a severity level Warning since startup. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.25 | Counter | read-only | mandatory |
| asamNumberOfMinorChanges OBJECT-TYPE This counter represents the total number of changes of all alarms with a severity level Minor since startup. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.26 | Counter | read-only | mandatory |
| asamNumberOfMajorChanges OBJECT-TYPE This counter represents the total number of changes of all alarms with a severity level Major since startup. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.27 | Counter | read-only | mandatory |
| asamNumberOfCriticalChanges OBJECT-TYPE This counter represents the total number of changes of all alarms with a severity level Critical since startup. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.28 | Counter | read-only | mandatory |
| asamAlarmTrapNumberOfAlarmChanges OBJECT-TYPE This counter represents the number of alarm changes (of alarms with a severity equal or higher than the configured trap severity) since startup. It is a wraparound counter between 0 and MAX. | 1.3.6.1.4.1.637.61.1.3.30 | Counter | read-only | deprecated |
| asamAlarmTotalDeltaLogBufferSize OBJECT-TYPE This value indicates the maximum of distributed severity-specific delta log entries. This means that : asamAlarmIndeterminateDeltaLogBufferSize + asamAlarmWarningDeltaLogBufferSize + asamAlarmMinorDeltaLogBufferSize + asamAlarmMajorDeltaLogBufferSize + asamAlarmCriticalDeltaLogBufferSize must be equal or smaller than the value of this object. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.39 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogLastEntry OBJECT-TYPE This object gives the index of the last entry that was added to the Indeterminate delta log table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.40 | INTEGER | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogReset OBJECT-TYPE This object is a button-like object to reset the Indeterminate delta logging table. When it is set to the reset value, the table is cleared, and logging starts from index 1. When the reset action is completed, this object is set to resetCompleted. Setting this object to resetCompleted, does not invoke any action. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.41 | AsamAlarmLogResetType | read-write | mandatory |
| asamAlarmIndeterminateDeltaLogResetTime OBJECT-TYPE Network time in seconds indicating when the Indeterminate Delta Log Table was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.42 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogBufferSize OBJECT-TYPE This object gives the size of the internal Indeterminate Delta Log buffer. It can be set to a new (positive, non-zero) value, but when the sum of all severity-specific Delta Log Table buffersizes would exceed the asamAlarmTotalDeltaLogBufferSize setting with this new value, a smaller value will be set. This value will be chosen so that the sum of buffersizes is equal to the asamAlarmTotalDeltaLogBufferSize. When the size is set to a value smaller than the current number of used entries in the delta log table, a value equal to that number of entries will be set. Setting this object is not supported yet. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NO RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.43 | INTEGER (0..4294967295) | read-write | mandatory |
| asamAlarmIndeterminateDeltaLogFullAction OBJECT-TYPE This object defines the action to be taken when the Indeterminate delta log buffer is completely full. If set to Wrap, older log records will be overwritten by recent ones. If it is set to Halt, logging is stopped until the buffer is reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: wrap UNITS: - | 1.3.6.1.4.1.637.61.1.3.44 | AsamAlarmLogFullActionType | read-write | mandatory |
| asamAlarmIndeterminateDeltaLogOverflowed OBJECT-TYPE This object indicates whether the Indeterminate delta log table is overflowed or not. When the delta log buffer is reset, this object is set to notoverflowed. This object is not meaningful when asamAlarmIndeterminateDeltaLogFullAction is set to Wrap around. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.45 | AsamAlarmLogOverflowType | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogTable OBJECT-TYPE This table is to log all reported alarms with a severity equal to Indeterminate. The Logged records are ordered by time. The latest Indeterminate reported alarm change is logged as the last entry of this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.46 | not-accessible | mandatory | |
| asamAlarmIndeterminateDeltaLogEntry OBJECT-TYPE Entry for the Indeterminate Delta Log Table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.46.1 | not-accessible | mandatory | |
| asamAlarmIndeterminateDeltaLogIndex OBJECT-TYPE Index for an Indeterminate Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogAlarmId OBJECT-TYPE This is the unique id for an alarm. It is a combination of two distinct parts of information: the alarm type and the alarm number. The first half represents the type and the second (rightmost) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. The value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.2 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogAlarmState OBJECT-TYPE This reflects the alarm state. When an alarm becomes active, the state will be active. If it dissappears, it will be nonActive. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.3 | AsamAlarmStateType | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See the description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogPtr OBJECT-TYPE This object is currently not used. | 1.3.6.1.4.1.637.61.1.3.46.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmIndeterminateDeltaLogTime OBJECT-TYPE This object gives the network time in seconds when the alarm was logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.46.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.8 | DisplayString | read-only | mandatory |
| asamAlarmIndeterminateDeltaLogBasicAlarmId OBJECT-TYPE The meaning and use of this object depends on the value of the asamAlarmIndeterminateDeltaLogAlarmId. The following situations are possible: 1. asamAlarmIndeterminateDeltaLogAlarmId points to a basic alarm. The value of asamAlarmIndeterminateDeltaLogBasicAlamId is identical to the value of the asamAlarmInderminateDelta LogAlarmId (no added value). 2. asamAlarmIndeterminateDeltaLogAlarmId points to a derived alarm of a temporal/spatial alarm filter. The value of asamAlarmIndeterminateDeltaLogBasicAlarmId identifies the basic alarm that is related to the considered derived alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.46.1.9 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmWarningDeltaLogLastEntry OBJECT-TYPE This object gives the index of the last entry that was added to the Warning delta log table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.47 | INTEGER | read-only | mandatory |
| asamAlarmWarningDeltaLogReset OBJECT-TYPE This object is a button-like object to reset the Warning delta logging table. When it is set to the reset value, the table is cleared, and logging starts from index 1. When the reset action is completed, this object is set to resetCompleted. Setting this object to resetCompleted, does not invoke any action. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.48 | AsamAlarmLogResetType | read-write | mandatory |
| asamAlarmWarningDeltaLogResetTime OBJECT-TYPE Network time in seconds indicating when the Warning Delta Log Table was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.49 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmWarningDeltaLogBufferSize OBJECT-TYPE This object gives the size of the internal Warning Delta Log buffer. It can be set to a new (positive, non-zero) value, but when the sum of all severity-specific Delta Log Table buffersizes would exceed the asamAlarmTotalDeltaLogBufferSize setting with this new value, a smaller value will be set. This value will be chosen so that the sum of buffersizes is equal to the asamAlarmTotalDeltaLogBufferSize. When the size is set to a value smaller than the current number of used entries in the delta log table, a value equal to that number of entries will be set. Setting this object is not supported yet. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NO RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.50 | INTEGER (0..4294967295) | read-write | mandatory |
| asamAlarmWarningDeltaLogFullAction OBJECT-TYPE This object defines the action to be taken when the Warning delta log buffer is completely full. If set to Wrap, older log records will be overwritten by recent ones. If it is set to Halt, logging is stopped until the buffer is reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: wrap UNITS: - | 1.3.6.1.4.1.637.61.1.3.51 | AsamAlarmLogFullActionType | read-write | mandatory |
| asamAlarmWarningDeltaLogOverflowed OBJECT-TYPE This object indicates whether the Warning delta log table is overflowed or not. When the delta log buffer is reset, this object is set to notoverflowed. This object is not meaningful when asamAlarmWarningDeltaLogFullAction is set to Wrap around. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.52 | AsamAlarmLogOverflowType | read-only | mandatory |
| asamAlarmWarningDeltaLogTable OBJECT-TYPE This table is to log all reported alarms with a severity equal to Warning. The Logged records are ordered by time. The latest Warning reported alarm change is logged as the last entry of this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.53 | not-accessible | mandatory | |
| asamAlarmWarningDeltaLogEntry OBJECT-TYPE Entry for the Warning Delta Log Table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.53.1 | not-accessible | mandatory | |
| asamAlarmWarningDeltaLogIndex OBJECT-TYPE Index for a Warning Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmWarningDeltaLogAlarmId OBJECT-TYPE This is the unique id for an alarm. It is a combination of two distinct parts of information: the alarm type and the alarm number. The first half represents the type and the second (rightmost) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. The value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.2 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmWarningDeltaLogAlarmState OBJECT-TYPE This reflects the alarm state. When an alarm becomes active, the state will be active. If it dissappears, it will be nonActive. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.3 | AsamAlarmStateType | read-only | mandatory |
| asamAlarmWarningDeltaLogIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmWarningDeltaLogIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See the description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmWarningDeltaLogPtr OBJECT-TYPE This object is currently not used. | 1.3.6.1.4.1.637.61.1.3.53.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmWarningDeltaLogTime OBJECT-TYPE This object gives the network time in seconds when the alarm was logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.53.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmWarningDeltaLogAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.8 | DisplayString | read-only | mandatory |
| asamAlarmWarningDeltaLogBasicAlarmId OBJECT-TYPE The meaning and use of this object depends on the value of the asamAlarmWarningDeltaLogAlarmId. The following situations are possible: 1. asamAlarmWarningDeltaLogAlarmId points to a basic alarm. The value of asamAlarmWarningDeltaLogBasicAlarmId is identical to the value of the asamAlarmWarningDeltaLog- AlarmId (no added value). 2. asamAlarmWarningDeltaLogAlarmId points to a derived alarm of temporal/spatial alarm filter. The value of asamAlarm- WarningDeltaLogBasicAlarmId identifies the basic alarm that is related to the considered derived alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.53.1.9 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMinorDeltaLogLastEntry OBJECT-TYPE This object gives the index of the last entry that was added to the Minor delta log table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.54 | INTEGER | read-only | mandatory |
| asamAlarmMinorDeltaLogReset OBJECT-TYPE This object is a button-like object to reset the Minor delta logging table. When it is set to the reset value, the table is cleared, and logging starts from index 1. When the reset action is completed, this object is set to resetCompleted. Setting this object to resetCompleted, does not invoke any action. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.55 | AsamAlarmLogResetType | read-write | mandatory |
| asamAlarmMinorDeltaLogResetTime OBJECT-TYPE Network time in seconds indicating when the Minor Delta Log Table was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.56 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmMinorDeltaLogBufferSize OBJECT-TYPE This object gives the size of the internal Minor Delta Log buffer. It can be set to a new (positive, non-zero) value, but when the sum of all severity-specific Delta Log Table buffersizes would exceed the asamAlarmTotalDeltaLogBufferSize setting with this new value, a smaller value will be set. This value will be chosen so that the sum of buffersizes is equal to the asamAlarmTotalDeltaLogBufferSize. When the size is set to a value smaller than the current number of used entries in the delta log table, a value equal to that number of entries will be set. Setting this object is not supported yet. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NO RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.57 | INTEGER (0..4294967295) | read-write | mandatory |
| asamAlarmMinorDeltaLogFullAction OBJECT-TYPE This object defines the action to be taken when the Minor delta log buffer is completely full. If set to Wrap, older log records will be overwritten by recent ones. If it is set to Halt, logging is stopped until the buffer is reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: wrap UNITS: - | 1.3.6.1.4.1.637.61.1.3.58 | AsamAlarmLogFullActionType | read-write | mandatory |
| asamAlarmMinorDeltaLogOverflowed OBJECT-TYPE This object indicates whether the Minor delta log table is overflowed or not. When the delta log buffer is reset, this object is set to notoverflowed. This object is not meaningful when asamAlarmMinorDeltaLogFullAction is set to Wrap around. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.59 | AsamAlarmLogOverflowType | read-only | mandatory |
| asamAlarmMinorDeltaLogTable OBJECT-TYPE This table is to log all reported alarms with a severity equal to Minor. The Logged records are ordered by time. The latest Minor reported alarm change is logged as the last entry of this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.60 | not-accessible | mandatory | |
| asamAlarmMinorDeltaLogEntry OBJECT-TYPE Entry for the Minor Delta Log Table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.60.1 | not-accessible | mandatory | |
| asamAlarmMinorDeltaLogIndex OBJECT-TYPE Index for a Minor Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMinorDeltaLogAlarmId OBJECT-TYPE This is the unique id for an alarm. It is a combination of two distinct parts of information: the alarm type and the alarm number. The first half represents the type and the second (rightmost) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. The value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.2 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMinorDeltaLogAlarmState OBJECT-TYPE This reflects the alarm state. When an alarm becomes active, the state will be active. If it dissappears, it will be nonActive. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.3 | AsamAlarmStateType | read-only | mandatory |
| asamAlarmMinorDeltaLogIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMinorDeltaLogIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See the description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMinorDeltaLogPtr OBJECT-TYPE This object is currently not used. | 1.3.6.1.4.1.637.61.1.3.60.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmMinorDeltaLogTime OBJECT-TYPE This object gives the network time in seconds when the alarm was logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.60.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmMinorDeltaLogAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.8 | DisplayString | read-only | mandatory |
| asamAlarmMinorDeltaLogBasicAlarmId OBJECT-TYPE The meaning and use of this object depends on the value of the asamAlarmMinorDeltaLogAlarmId. The following situations are possible: 1. asamAlarmMinorDeltaLogAlarmId points to a basic alarm. The value of asamAlarmMinorDeltaLogBasicAlarmId is identical to the value of the asamAlarmMinorDeltaLogAlarmId (no added value). 2. asamAlarmMinorDeltaLogAlarmId points to a derived alarm of a temporal/spatial alarm filter. The value of asamAlarmMinor- DeltaLogBasicAlarmId identifies the basic alarm that is related to the considered derived alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.60.1.9 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMajorDeltaLogLastEntry OBJECT-TYPE This object gives the index of the last entry that was added to the Major delta log table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.61 | INTEGER | read-only | mandatory |
| asamAlarmMajorDeltaLogReset OBJECT-TYPE This object is a button-like object to reset the Major delta logging table. When it is set to the reset value, the table is cleared, and logging starts from index 1. When the reset action is completed, this object is set to resetCompleted. Setting this object to resetCompleted, does not invoke any action. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.62 | AsamAlarmLogResetType | read-write | mandatory |
| asamAlarmMajorDeltaLogResetTime OBJECT-TYPE Network time in seconds indicating when the Major Delta Log Table was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.63 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmMajorDeltaLogBufferSize OBJECT-TYPE This object gives the size of the internal Major Delta Log buffer. It can be set to a new (positive, non-zero) value, but when the sum of all severity-specific Delta Log Table buffersizes would exceed the asamAlarmTotalDeltaLogBufferSize setting with this new value, a smaller value will be set. This value will be chosen so that the sum of buffersizes is equal to the asamAlarmTotalDeltaLogBufferSize. When the size is set to a value smaller than the current number of used entries in the delta log table, a value equal to that number of entries will be set. Setting this object is not supported yet. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NO RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.64 | INTEGER (0..4294967295) | read-write | mandatory |
| asamAlarmMajorDeltaLogFullAction OBJECT-TYPE This object defines the action to be taken when the Major delta log buffer is completely full. If set to Wrap, older log records will be overwritten by recent ones. If it is set to Halt, logging is stopped until the buffer is reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: wrap UNITS: - | 1.3.6.1.4.1.637.61.1.3.65 | AsamAlarmLogFullActionType | read-write | mandatory |
| asamAlarmMajorDeltaLogOverflowed OBJECT-TYPE This object indicates whether the Major delta log table is overflowed or not. When the delta log buffer is reset, this object is set to notoverflowed. This object is not meaningful when asamAlarmMajorDeltaLogFullAction is set to Wrap around. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.66 | AsamAlarmLogOverflowType | read-only | mandatory |
| asamAlarmMajorDeltaLogTable OBJECT-TYPE This table is to log all reported alarms with a severity equal to Major. The Logged records are ordered by time. The latest Major reported alarm change is logged as the last entry of this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.67 | not-accessible | mandatory | |
| asamAlarmMajorDeltaLogEntry OBJECT-TYPE Entry for the Major Delta Log Table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.67.1 | not-accessible | mandatory | |
| asamAlarmMajorDeltaLogIndex OBJECT-TYPE Index for a Major Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMajorDeltaLogAlarmId OBJECT-TYPE This is the unique id for an alarm. It is a combination of two distinct parts of information: the alarm type and the alarm number. The first half represents the type and the second (rightmost) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. The value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.2 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMajorDeltaLogAlarmState OBJECT-TYPE This reflects the alarm state. When an alarm becomes active, the state will be active. If it dissappears, it will be nonActive. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.3 | AsamAlarmStateType | read-only | mandatory |
| asamAlarmMajorDeltaLogIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMajorDeltaLogIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See the description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmMajorDeltaLogPtr OBJECT-TYPE This object is currently not used. | 1.3.6.1.4.1.637.61.1.3.67.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmMajorDeltaLogTime OBJECT-TYPE This object gives the network time in seconds when the alarm was logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.67.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmMajorDeltaLogAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.8 | DisplayString | read-only | mandatory |
| asamAlarmMajorDeltaLogBasicAlarmId OBJECT-TYPE The meaning and use of this object depends on the value of the asamAlarmMajorDeltaLogAlarmId. The following situations are possible: 1. asamAlarmMajorDeltaLogAlarmId points to a basic alarm. The value of asamAlarmMajorDeltaLogBasicAlarmId is identical to the value of the asamAlarmMajorDeltaLogAlarmId (no added value). 2. asamAlarmMajorDeltaLogAlarmId points to a derived alarm of a temporal/spatial alarm filter. The value of asamAlarmMajor- DeltaLogBasicAlarmId identifies the basic alarm that is related to the considered derived alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.67.1.9 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmCriticalDeltaLogLastEntry OBJECT-TYPE This object gives the index of the last entry that was added to the Critical delta log table. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.68 | INTEGER | read-only | mandatory |
| asamAlarmCriticalDeltaLogReset OBJECT-TYPE This object is a button-like object to reset the Critical delta logging table. When it is set to the reset value, the table is cleared, and logging starts from index 1. When the reset action is completed, this object is set to resetCompleted. Setting this object to resetCompleted, does not invoke any action. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.69 | AsamAlarmLogResetType | read-write | mandatory |
| asamAlarmCriticalDeltaLogResetTime OBJECT-TYPE Network time in seconds indicating when the Critical Delta Log Table was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.70 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmCriticalDeltaLogBufferSize OBJECT-TYPE This object gives the size of the internal Critical Delta Log buffer. It can be set to a new (positive, non-zero) value, but when the sum of all severity-specific Delta Log Table buffersizes would exceed the asamAlarmTotalDeltaLogBufferSize setting with this new value, a smaller value will be set. This value will be chosen so that the sum of buffersizes is equal to the asamAlarmTotalDeltaLogBufferSize. When the size is set to a value smaller than the current number of used entries in the delta log table, a value equal to that number of entries will be set. Setting this object is not supported yet. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NO RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.71 | INTEGER (0..4294967295) | read-write | mandatory |
| asamAlarmCriticalDeltaLogFullAction OBJECT-TYPE This object defines the action to be taken when the Critical delta log buffer is completely full. If set to Wrap, older log records will be overwritten by recent ones. If it is set to Halt, logging is stopped until the buffer is reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: wrap UNITS: - | 1.3.6.1.4.1.637.61.1.3.72 | AsamAlarmLogFullActionType | read-write | mandatory |
| asamAlarmCriticalDeltaLogOverflowed OBJECT-TYPE This object indicates whether the Critical delta log table is overflowed or not. When the delta log buffer is reset, this object is set to notoverflowed. This object is not meaningful when asamAlarmCriticalDeltaLogFullAction is set to Wrap around. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.73 | AsamAlarmLogOverflowType | read-only | mandatory |
| asamAlarmCriticalDeltaLogTable OBJECT-TYPE This table is to log all reported alarms with a severity equal to Critical. The Logged records are ordered by time. The latest Critical reported alarm change is logged as the last entry of this table. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.74 | not-accessible | mandatory | |
| asamAlarmCriticalDeltaLogEntry OBJECT-TYPE Entry for the Critical Delta Log Table. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.74.1 | not-accessible | mandatory | |
| asamAlarmCriticalDeltaLogIndex OBJECT-TYPE Index for a Critical Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmCriticalDeltaLogAlarmId OBJECT-TYPE This is the unique id for an alarm. It is a combination of two distinct parts of information: the alarm type and the alarm number. The first half represents the type and the second (rightmost) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. The value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.2 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmCriticalDeltaLogAlarmState OBJECT-TYPE This reflects the alarm state. When an alarm becomes active, the state will be active. If it dissappears, it will be nonActive. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.3 | AsamAlarmStateType | read-only | mandatory |
| asamAlarmCriticalDeltaLogIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmCriticalDeltaLogIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See the description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmCriticalDeltaLogPtr OBJECT-TYPE This object is currently not used. | 1.3.6.1.4.1.637.61.1.3.74.1.6 | OBJECT IDENTIFIER | read-only | obsolete |
| asamAlarmCriticalDeltaLogTime OBJECT-TYPE This object gives the network time in seconds when the alarm was logged. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.74.1.7 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmCriticalDeltaLogAddInfo OBJECT-TYPE This object is used to keep some additional information about the considered table entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.8 | DisplayString | read-only | mandatory |
| asamAlarmCriticalDeltaLogBasicAlarmId OBJECT-TYPE The meaning and use of this object depends on the value of the asamAlarmCriticalDeltaLogAlarmId. The following situations are possible: 1. asamAlarmCriticalDeltaLogAlarmId points to a basic alarm. The value of asamAlarmCriticalDeltaLogBasicAlarmId is identical to the value of the asamAlarmCriticalDeltaLogAlarmId (no added value). 2. asamAlarmCriticalDeltaLogAlarmId points to a derived alarm of a temporal/spatial alarm filter. The value of asamAlarm- CriticalDeltaLogBasicAlarmId identifies the basic alarm that is related to the considered derived alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.74.1.9 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmNonItfReportingSeverity OBJECT-TYPE This objects specifies for all non interface related alarms the minimal severity for the alarm to be reported. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: 1-5 PERSIST: NO DEFVALUE: major UNITS: - | 1.3.6.1.4.1.637.61.1.3.75 | AsamAlarmSeverityType | read-write | mandatory |
| asamAlarmFilterTable OBJECT-TYPE Static table, representing the alarm filters inside the ASAM. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.76 | not-accessible | mandatory | |
| asamAlarmFilterEntry OBJECT-TYPE Entry of the asamAlarmFilterTable. Each row in the table contains management infornation applicable to a specific alarm filter inside the ASAM. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.76.1 | not-accessible | mandatory | |
| asamAlarmFilterType OBJECT-TYPE Index in the asamAlarmFilterTable. This object is used to define the type of the considered alarm filter. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.76.1.1 | INTEGER {temporal(1), spatial(2)} | read-write | mandatory |
| asamAlarmFilterNumber OBJECT-TYPE Index in the asamAlarmFilterTable. This index, together with asamAlarmFilterType, uniquely identifies the considered alarm filter within the asamAlarmFilterTable. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.76.1.2 | INTEGER (1..31) | read-only | mandatory |
| asamAlarmFilterBasicAlarmId OBJECT-TYPE The value of this object corresponds to the unique identifica- tion of the basic alarm related to the considered alarm filter. Each alarm filter in the ASAM is related to exact one basic alarm. The interpretation of this ID is identical to the interpretation of asamAlarmId in the entries of the asamAlarmTable. An overview of the different basic alarms supported by the ASAM in R4.5 can be found in the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.76.1.3 | INTEGER (0..4294967295) | read-write | mandatory |
| asamAlarmFilterStatus OBJECT-TYPE This object is used by the operator to activate/deactivate a configured alarm filter. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.76.1.4 | INTEGER {notInUse(1), inUse(2)} | read-write | mandatory |
| asamAlarmFilterThreshold OBJECT-TYPE This object is used by the operator to specify the threshold value of the considered alarm filter. This value must be greater than 1 in order to make sense. The meaning of this object depends on the alarm filter type. temporal: the number of off_to_on transitions of the considered basic alarm that have to be detected on a specific object during an on-going filtering filter, before the related derived alarm is raised. spatial: the number of objects within the ASAM for which the considered basic alarm must be raised before the related derived alarm is raised. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.76.1.5 | INTEGER (2..65535) | read-write | mandatory |
| asamAlarmFilterWindow OBJECT-TYPE This object is used by the operator to specify the duration (number of seconds) of the filtering window. This object only makes sense when the considered alarm filter is a temporal filter (not relevant in case of a spatial alarm filter). ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.76.1.6 | INTEGER (1..65535) | read-write | mandatory |
| asamAlarmReport OBJECT-IDENTITY | 1.3.6.1.4.1.637.61.1.3.77 | |||
| asamAlarmReportId OBJECT-TYPE This is the unique id for the alarm that was last raised or cleared. It is a combination of 2 distinct parts of information : the alarm type and the alarm number. The first half represents the type and the second (most right) part the alarm number. This alarm number represents the bit position of an alarm in a bitmap of an active alarm entry. Thus the value of asamAlarmId can be found using a simple formula: (AlarmType x 2^16) + AlarmNumber. E.g. an alarm with alarm type 5 and alarm number 3 is represented as 0x00050003. A value of zero means no alarm was raised or cleared yet. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.77.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmReportAlarmState OBJECT-TYPE This reflects the alarm state of the last raised or cleared alarm. When an alarm becomes active, the state will be active. If it dissappears, it will be nonActive. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.77.2 | AsamAlarmStateType | read-only | mandatory |
| asamAlarmReportSeverity OBJECT-TYPE This reflects the severity level of the last raised or cleared alarm. This severity may be indeterminate, warning, minor, major and critical. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: 1-5 PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.77.3 | AsamAlarmSeverityType | read-only | mandatory |
| asamAlarmReportIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the last raised or cleared alarm occurred. For more information regarding the index definition, refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.77.4 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmReportIndex2 OBJECT-TYPE This object is used in conjunction with Index1. Together they identify where the last raised or cleared alarm occurred. For more information regarding the index definition, refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.77.5 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmReportTime OBJECT-TYPE This object gives the time in seconds when the last alarm has changed state (either raised or cleared). ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.77.6 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmReportAddInfo OBJECT-TYPE This object is used to keep some additional information about the last raised or cleared alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.77.7 | DisplayString | read-only | mandatory |
| asamAlarmQueryTable OBJECT-TYPE This table is used to retrieve all the reported alarms by filters. For each alarm, there is an entry. Each entry includes the detailed informations for this alarm. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above | 1.3.6.1.4.1.637.61.1.3.78 | not-accessible | mandatory | |
| asamAlarmQueryEntry OBJECT-TYPE Entry for the alarm query table. Each row in the table contains the detailed information and status for each alarm. ALCATEL NOTE: SUPPORT: YES | 1.3.6.1.4.1.637.61.1.3.78.1 | not-accessible | mandatory | |
| asamAlarmQueryAlarmId OBJECT-TYPE This is the alarm identification. It's a 32bit integer and the scheme is described as following: ==================================== | bit31 ~ bit16 | | bit15 ~ bit0 | | alarm type | + | alarm number | ==================================== If alarm number is put as 0, all the alarms belong to this alarm type will be retrieved. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.1 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmQueryAid OBJECT-TYPE This reflects the alarm index. If the operator wants to show the specific alarm, it stands for the alarm index1 defined in alarm table. If the operator wants to show all the alarms, it is 0. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.2 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmQuerySeverity OBJECT-TYPE This reflects the severity level of the last raised or cleared alarm. This severity may be indeterminate, warning, minor, major critical and all. 0-all level, 1-indeterminate, 2-warning, 3-minor, 4-major, 5-critical ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: 0-5 PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.3 | AsamAlarmSeverityType | read-only | mandatory |
| asamAlarmQueryServAff OBJECT-TYPE This reflects the sevice affecting or not in query alarm filter. 0-all affecting, 1-service-affecting, 2-not service affecting ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: 0-2 PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.4 | AsamAlarmServAffType | read-only | mandatory |
| asamAlarmQueryType OBJECT-TYPE This defined the alarm type. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.5 | AsamAlarmType | read-only | mandatory |
| asamAlarmQueryLocation OBJECT-TYPE This object is used in alarm location. It is only suitable for various DSL alarms 1-near-end, 2-far-end, 3-middle-end, 4-line, 5-null ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.6 | AsamAlarmLocation | read-only | mandatory |
| asamAlarmQueryDirection OBJECT-TYPE This object is used in alarm direction. It is only suitable for various DSL alarms. 1-received, 2-transmit, 3-null ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.7 | AsamAlarmDirection | read-only | mandatory |
| asamAlarmQueryTime OBJECT-TYPE This object gives the time in seconds when the last alarm has changed state (either raised or cleared). ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: seconds | 1.3.6.1.4.1.637.61.1.3.78.1.8 | NetworkTimeInSeconds | read-only | mandatory |
| asamAlarmQueryAidInfo OBJECT-TYPE This object is used to show AID parameter in string ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.9 | DisplayString | read-only | mandatory |
| asamAlarmQueryInfo OBJECT-TYPE This object is used to keep some additional information about the queried alarm. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.10 | DisplayString | read-only | mandatory |
| asamAlarmQueryIndex1 OBJECT-TYPE This object is used in conjunction with Index2. Together they identify where the alarm occurred. For more information regarding the index definition, refer to the Alarm Definition document. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.11 | INTEGER (0..4294967295) | read-only | mandatory |
| asamAlarmQueryIndex2 OBJECT-TYPE This object is used in conjunction with Index1. See description of Index1 for further info. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: - | 1.3.6.1.4.1.637.61.1.3.78.1.12 | INTEGER (0..4294967295) | read-only | mandatory |