Home/Catalog/ASAM-ALARM-MIB

ASAM-ALARM-MIB

Detailed view of the defined objects, syntax rules, and hierarchical paths.

188
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

188 total
Object Name
asamAlarmMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3
IMPORTS
Unknown
.1.3.6.1.4.1.637.61.1.3
asamAlarmTableThis 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
SEQUENCE OF AsamAlarmEntry
.1.3.6.1.4.1.637.61.1.3.1
asamAlarmEntryEntry for alarm table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmEntry
.1.3.6.1.4.1.637.61.1.3.1.1
asamAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.1.1.1
asamAlarmCategoryThis 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: -ro
AsamAlarmCategoryType
.1.3.6.1.4.1.637.61.1.3.1.1.2
asamAlarmSeverityThis 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: -rw
AsamAlarmSeverityType
.1.3.6.1.4.1.637.61.1.3.1.1.3
asamAlarmServAffectThis object defines whether an alarm is service affecting or not. ALCATEL NOTE: SUPPORT: YES INSRVMOD: YES RANGE: See above PERSIST: YES DEFVALUE: NA UNITS: -rw
AsamAlarmServAffType
.1.3.6.1.4.1.637.61.1.3.1.1.4
asamAlarmOnThresholdThis object defines the threshold value for an alarm to be ON.roobsolete
INTEGER
.1.3.6.1.4.1.637.61.1.3.1.1.5
asamAlarmOffThresholdThis object defines the threshold value for an alarm to be OFF.roobsolete
INTEGER
.1.3.6.1.4.1.637.61.1.3.1.1.6
asamAlarmOnTimebaseThis object defines the number of miliseconds that the alarm should be persistant ON before it is reported ON.roobsolete
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.637.61.1.3.1.1.7
asamAlarmOffTimebaseThis object defines the number of miliseconds that the alarm should be persistant OFF before it is reported OFF.roobsolete
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.637.61.1.3.1.1.8
asamAlarmRepModeThis 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: -rw
AsamAlarmModeType
.1.3.6.1.4.1.637.61.1.3.1.1.9
asamAlarmLogModeThis 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: -rw
AsamAlarmModeType
.1.3.6.1.4.1.637.61.1.3.1.1.10
asamAlarmEntryConfigStateThis 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: -ro
RowConfigState
.1.3.6.1.4.1.637.61.1.3.1.1.11
asamAlarmChangeOccurredTrapEnableThis 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.rwobsolete
AsamAlarmModeType
.1.3.6.1.4.1.637.61.1.3.2
asamNumberofAlarmChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.3
asamNumberofAlarmEntriesThis 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: -ro
Gauge
.1.3.6.1.4.1.637.61.1.3.4
asamCurrentAlarmSeverityStatusThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.5
asamCurrentAlarmTableThis 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
SEQUENCE OF AsamCurrentAlarmEntry
.1.3.6.1.4.1.637.61.1.3.7
asamCurrentAlarmEntryEntry for CurrentAlarmTable. ALCATEL NOTE: SUPPORT: YES
AsamCurrentAlarmEntry
.1.3.6.1.4.1.637.61.1.3.7.1
asamCurrentAlarmIndexIndex for a Current Alarm Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.7.1.1
asamCurrentAlarmTypeThis 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: -ro
AsamAlarmType
.1.3.6.1.4.1.637.61.1.3.7.1.2
asamCurrentAlarmStatusThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.7.1.3
asamCurrentAlarmIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.7.1.4
asamCurrentAlarmIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.7.1.5
asamCurrentAlarmPtrThis object is currently not used. In future releases this object will be used to point to additional information.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.7.1.6
asamCurrentAlarmTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.7.1.7
asamCurrentAlarmAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.7.1.8
asamAlarmLogLastEntryThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.8
asamAlarmLogResetThis 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: -rw
Enumeration
.1.3.6.1.4.1.637.61.1.3.9
asamAlarmLogResetTimeTime value in seconds when the alarm log was last reset. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.10
asamAlarmLogSeverityLevelThis 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: -rw
AsamAlarmSeverityType
.1.3.6.1.4.1.637.61.1.3.11
asamAlarmLogBufferSizeThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.12
asamAlarmLogFullActionThis 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: -rw
Enumeration
.1.3.6.1.4.1.637.61.1.3.13
asamAlarmLogOverflowedThis 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: -ro
Enumeration
.1.3.6.1.4.1.637.61.1.3.14
asamAlarmLogTableThis 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
SEQUENCE OF AsamAlarmLogEntry
.1.3.6.1.4.1.637.61.1.3.15
asamAlarmLogEntryEntry for Alarm Log Table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmLogEntry
.1.3.6.1.4.1.637.61.1.3.15.1
asamAlarmLogIndexIndex for the entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.15.1.1
asamAlarmLogAlarmTypeThis object defines the type of the alarms in this entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
AsamAlarmType
.1.3.6.1.4.1.637.61.1.3.15.1.2
asamAlarmLogAlarmStatusThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.15.1.3
asamAlarmLogStatusChangeThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.15.1.4
asamAlarmLogIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.15.1.5
asamAlarmLogIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.15.1.6
asamAlarmLogPtrThis object is currently not used. In future releases this object will be used to point to additional information.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.15.1.7
asamAlarmLogTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.15.1.8
asamAlarmLogAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.15.1.9
asamAlarmLogBasicAlarmIdThe 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.15.1.10
asamAlarmSnapshotTableStatusBefore 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: -rw
Enumeration
.1.3.6.1.4.1.637.61.1.3.16
asamAlarmSnapshotOwnerThis 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: -rw
OCTET STRING
.1.3.6.1.4.1.637.61.1.3.17
asamAlarmSnapshotTimeoutThis 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: millisecondsro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.637.61.1.3.18
asamAlarmSnapshotSeverityLevelThis 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: -rw
AsamAlarmSeverityType
.1.3.6.1.4.1.637.61.1.3.19
asamNumberOfAlarmSnapshotEntriesWhen 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: -ro
Gauge
.1.3.6.1.4.1.637.61.1.3.20
asamAlarmSnapshotSeverityStatusIf 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.21
asamAlarmSnapshotTableThis 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
SEQUENCE OF AsamAlarmSnapshotEntry
.1.3.6.1.4.1.637.61.1.3.22
asamAlarmSnapshotEntryEntry for asamAlarmSnapshotTable. ALCATEL NOTE: SUPPORT: YES
AsamAlarmSnapshotEntry
.1.3.6.1.4.1.637.61.1.3.22.1
asamAlarmSnapshotIndexIndex for an Alarm Snapshot Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.22.1.1
asamAlarmSnapshotTypeThis object defines the type of the alarms in this entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
AsamAlarmType
.1.3.6.1.4.1.637.61.1.3.22.1.2
asamAlarmSnapshotStatusThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.22.1.3
asamAlarmSnapshotIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.22.1.4
asamAlarmSnapshotIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.22.1.5
asamAlarmSnapshotPtrThis object is currently not used. In future releases this object will be used to point to additional information.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.22.1.6
asamAlarmSnapshotTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.22.1.7
asamAlarmSnapshotAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.22.1.8
asamNumberOfTotalChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.23
asamNumberOfIndeterminateChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.24
asamNumberOfWarningChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.25
asamNumberOfMinorChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.26
asamNumberOfMajorChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.27
asamNumberOfCriticalChangesThis 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: -ro
Counter
.1.3.6.1.4.1.637.61.1.3.28
asamAlarmTrapNumberOfAlarmChangesThis 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.rodeprecated
Counter
.1.3.6.1.4.1.637.61.1.3.30
asamAlarmTotalDeltaLogBufferSizeThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.39
asamAlarmIndeterminateDeltaLogLastEntryThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.40
asamAlarmIndeterminateDeltaLogResetThis 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: -rw
AsamAlarmLogResetType
.1.3.6.1.4.1.637.61.1.3.41
asamAlarmIndeterminateDeltaLogResetTimeNetwork 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.42
asamAlarmIndeterminateDeltaLogBufferSizeThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.43
asamAlarmIndeterminateDeltaLogFullActionThis 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: -rw
AsamAlarmLogFullActionType
.1.3.6.1.4.1.637.61.1.3.44
asamAlarmIndeterminateDeltaLogOverflowedThis 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: -ro
AsamAlarmLogOverflowType
.1.3.6.1.4.1.637.61.1.3.45
asamAlarmIndeterminateDeltaLogTableThis 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
SEQUENCE OF AsamAlarmIndeterminateDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.46
asamAlarmIndeterminateDeltaLogEntryEntry for the Indeterminate Delta Log Table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmIndeterminateDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.46.1
asamAlarmIndeterminateDeltaLogIndexIndex for an Indeterminate Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.46.1.1
asamAlarmIndeterminateDeltaLogAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.46.1.2
asamAlarmIndeterminateDeltaLogAlarmStateThis 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: -ro
AsamAlarmStateType
.1.3.6.1.4.1.637.61.1.3.46.1.3
asamAlarmIndeterminateDeltaLogIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.46.1.4
asamAlarmIndeterminateDeltaLogIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.46.1.5
asamAlarmIndeterminateDeltaLogPtrThis object is currently not used.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.46.1.6
asamAlarmIndeterminateDeltaLogTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.46.1.7
asamAlarmIndeterminateDeltaLogAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.46.1.8
asamAlarmIndeterminateDeltaLogBasicAlarmIdThe 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.46.1.9
asamAlarmWarningDeltaLogLastEntryThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.47
asamAlarmWarningDeltaLogResetThis 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: -rw
AsamAlarmLogResetType
.1.3.6.1.4.1.637.61.1.3.48
asamAlarmWarningDeltaLogResetTimeNetwork 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.49
asamAlarmWarningDeltaLogBufferSizeThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.50
asamAlarmWarningDeltaLogFullActionThis 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: -rw
AsamAlarmLogFullActionType
.1.3.6.1.4.1.637.61.1.3.51
asamAlarmWarningDeltaLogOverflowedThis 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: -ro
AsamAlarmLogOverflowType
.1.3.6.1.4.1.637.61.1.3.52
asamAlarmWarningDeltaLogTableThis 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
SEQUENCE OF AsamAlarmWarningDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.53
asamAlarmWarningDeltaLogEntryEntry for the Warning Delta Log Table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmWarningDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.53.1
asamAlarmWarningDeltaLogIndexIndex for a Warning Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER (0.. 4294967295)
.1.3.6.1.4.1.637.61.1.3.53.1.1
asamAlarmWarningDeltaLogAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.53.1.2
asamAlarmWarningDeltaLogAlarmStateThis 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: -ro
AsamAlarmStateType
.1.3.6.1.4.1.637.61.1.3.53.1.3
asamAlarmWarningDeltaLogIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.53.1.4
asamAlarmWarningDeltaLogIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.53.1.5
asamAlarmWarningDeltaLogPtrThis object is currently not used.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.53.1.6
asamAlarmWarningDeltaLogTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.53.1.7
asamAlarmWarningDeltaLogAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.53.1.8
asamAlarmWarningDeltaLogBasicAlarmIdThe 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.53.1.9
asamAlarmMinorDeltaLogLastEntryThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.54
asamAlarmMinorDeltaLogResetThis 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: -rw
AsamAlarmLogResetType
.1.3.6.1.4.1.637.61.1.3.55
asamAlarmMinorDeltaLogResetTimeNetwork 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.56
asamAlarmMinorDeltaLogBufferSizeThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.57
asamAlarmMinorDeltaLogFullActionThis 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: -rw
AsamAlarmLogFullActionType
.1.3.6.1.4.1.637.61.1.3.58
asamAlarmMinorDeltaLogOverflowedThis 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: -ro
AsamAlarmLogOverflowType
.1.3.6.1.4.1.637.61.1.3.59
asamAlarmMinorDeltaLogTableThis 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
SEQUENCE OF AsamAlarmMinorDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.60
asamAlarmMinorDeltaLogEntryEntry for the Minor Delta Log Table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmMinorDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.60.1
asamAlarmMinorDeltaLogIndexIndex for a Minor Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.60.1.1
asamAlarmMinorDeltaLogAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.60.1.2
asamAlarmMinorDeltaLogAlarmStateThis 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: -ro
AsamAlarmStateType
.1.3.6.1.4.1.637.61.1.3.60.1.3
asamAlarmMinorDeltaLogIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.60.1.4
asamAlarmMinorDeltaLogIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.60.1.5
asamAlarmMinorDeltaLogPtrThis object is currently not used.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.60.1.6
asamAlarmMinorDeltaLogTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.60.1.7
asamAlarmMinorDeltaLogAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.60.1.8
asamAlarmMinorDeltaLogBasicAlarmIdThe 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.60.1.9
asamAlarmMajorDeltaLogLastEntryThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.61
asamAlarmMajorDeltaLogResetThis 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: -rw
AsamAlarmLogResetType
.1.3.6.1.4.1.637.61.1.3.62
asamAlarmMajorDeltaLogResetTimeNetwork 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.63
asamAlarmMajorDeltaLogBufferSizeThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.64
asamAlarmMajorDeltaLogFullActionThis 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: -rw
AsamAlarmLogFullActionType
.1.3.6.1.4.1.637.61.1.3.65
asamAlarmMajorDeltaLogOverflowedThis 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: -ro
AsamAlarmLogOverflowType
.1.3.6.1.4.1.637.61.1.3.66
asamAlarmMajorDeltaLogTableThis 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
SEQUENCE OF AsamAlarmMajorDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.67
asamAlarmMajorDeltaLogEntryEntry for the Major Delta Log Table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmMajorDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.67.1
asamAlarmMajorDeltaLogIndexIndex for a Major Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.67.1.1
asamAlarmMajorDeltaLogAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.67.1.2
asamAlarmMajorDeltaLogAlarmStateThis 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: -ro
AsamAlarmStateType
.1.3.6.1.4.1.637.61.1.3.67.1.3
asamAlarmMajorDeltaLogIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.67.1.4
asamAlarmMajorDeltaLogIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.67.1.5
asamAlarmMajorDeltaLogPtrThis object is currently not used.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.67.1.6
asamAlarmMajorDeltaLogTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.67.1.7
asamAlarmMajorDeltaLogAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.67.1.8
asamAlarmMajorDeltaLogBasicAlarmIdThe 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.67.1.9
asamAlarmCriticalDeltaLogLastEntryThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.68
asamAlarmCriticalDeltaLogResetThis 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: -rw
AsamAlarmLogResetType
.1.3.6.1.4.1.637.61.1.3.69
asamAlarmCriticalDeltaLogResetTimeNetwork 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.70
asamAlarmCriticalDeltaLogBufferSizeThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.71
asamAlarmCriticalDeltaLogFullActionThis 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: -rw
AsamAlarmLogFullActionType
.1.3.6.1.4.1.637.61.1.3.72
asamAlarmCriticalDeltaLogOverflowedThis 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: -ro
AsamAlarmLogOverflowType
.1.3.6.1.4.1.637.61.1.3.73
asamAlarmCriticalDeltaLogTableThis 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
SEQUENCE OF AsamAlarmCriticalDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.74
asamAlarmCriticalDeltaLogEntryEntry for the Critical Delta Log Table. ALCATEL NOTE: SUPPORT: YES
AsamAlarmCriticalDeltaLogEntry
.1.3.6.1.4.1.637.61.1.3.74.1
asamAlarmCriticalDeltaLogIndexIndex for a Critical Delta Log Table Entry. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
INTEGER (0.. 4294967295)
.1.3.6.1.4.1.637.61.1.3.74.1.1
asamAlarmCriticalDeltaLogAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.74.1.2
asamAlarmCriticalDeltaLogAlarmStateThis 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: -ro
AsamAlarmStateType
.1.3.6.1.4.1.637.61.1.3.74.1.3
asamAlarmCriticalDeltaLogIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.74.1.4
asamAlarmCriticalDeltaLogIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.74.1.5
asamAlarmCriticalDeltaLogPtrThis object is currently not used.roobsolete
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.74.1.6
asamAlarmCriticalDeltaLogTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.74.1.7
asamAlarmCriticalDeltaLogAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.74.1.8
asamAlarmCriticalDeltaLogBasicAlarmIdThe 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.74.1.9
asamAlarmNonItfReportingSeverityThis 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: -rw
AsamAlarmSeverityType
.1.3.6.1.4.1.637.61.1.3.75
asamAlarmFilterTableStatic table, representing the alarm filters inside the ASAM. ALCATEL NOTE: SUPPORT: YES TABLESIZE: DEP as described above
SEQUENCE OF AsamAlarmFilterEntry
.1.3.6.1.4.1.637.61.1.3.76
asamAlarmFilterEntryEntry of the asamAlarmFilterTable. Each row in the table contains management infornation applicable to a specific alarm filter inside the ASAM. ALCATEL NOTE: SUPPORT: YES
AsamAlarmFilterEntry
.1.3.6.1.4.1.637.61.1.3.76.1
asamAlarmFilterTypeIndex 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: -rw
Enumeration
.1.3.6.1.4.1.637.61.1.3.76.1.1
asamAlarmFilterNumberIndex 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.76.1.2
asamAlarmFilterBasicAlarmIdThe 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.76.1.3
asamAlarmFilterStatusThis 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: -rw
Enumeration
.1.3.6.1.4.1.637.61.1.3.76.1.4
asamAlarmFilterThresholdThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.76.1.5
asamAlarmFilterWindowThis 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: -rw
INTEGER
.1.3.6.1.4.1.637.61.1.3.76.1.6
asamAlarmReport
OBJECT IDENTIFIER
.1.3.6.1.4.1.637.61.1.3.77
asamAlarmReportIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.77.1
asamAlarmReportAlarmStateThis 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: -ro
AsamAlarmStateType
.1.3.6.1.4.1.637.61.1.3.77.2
asamAlarmReportSeverityThis 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: -ro
AsamAlarmSeverityType
.1.3.6.1.4.1.637.61.1.3.77.3
asamAlarmReportIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.77.4
asamAlarmReportIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.77.5
asamAlarmReportTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.77.6
asamAlarmReportAddInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.77.7
asamAlarmQueryTableThis 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
SEQUENCE OF AsamAlarmQueryEntry
.1.3.6.1.4.1.637.61.1.3.78
asamAlarmQueryEntryEntry for the alarm query table. Each row in the table contains the detailed information and status for each alarm. ALCATEL NOTE: SUPPORT: YES
AsamAlarmQueryEntry
.1.3.6.1.4.1.637.61.1.3.78.1
asamAlarmQueryAlarmIdThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.78.1.1
asamAlarmQueryAidThis 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.78.1.2
asamAlarmQuerySeverityThis 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: -ro
AsamAlarmSeverityType
.1.3.6.1.4.1.637.61.1.3.78.1.3
asamAlarmQueryServAffThis 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: -ro
AsamAlarmServAffType
.1.3.6.1.4.1.637.61.1.3.78.1.4
asamAlarmQueryTypeThis defined the alarm type. ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
AsamAlarmType
.1.3.6.1.4.1.637.61.1.3.78.1.5
asamAlarmQueryLocationThis 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: -ro
AsamAlarmLocation
.1.3.6.1.4.1.637.61.1.3.78.1.6
asamAlarmQueryDirectionThis 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: -ro
AsamAlarmDirection
.1.3.6.1.4.1.637.61.1.3.78.1.7
asamAlarmQueryTimeThis 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: secondsro
NetworkTimeInSeconds
.1.3.6.1.4.1.637.61.1.3.78.1.8
asamAlarmQueryAidInfoThis object is used to show AID parameter in string ALCATEL NOTE: SUPPORT: YES INSRVMOD: NA RANGE: See above PERSIST: NO DEFVALUE: NA UNITS: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.78.1.9
asamAlarmQueryInfoThis 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: -ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.637.61.1.3.78.1.10
asamAlarmQueryIndex1This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.78.1.11
asamAlarmQueryIndex2This 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: -ro
INTEGER
.1.3.6.1.4.1.637.61.1.3.78.1.12