MIBs Depot

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

FromSymbols
ASAM-TC-MIBNetworkTimeInSeconds
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION
SYSTEM-MIBasam

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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1not-accessiblemandatory
asamAlarmEntry
OBJECT-TYPE
Entry for alarm table. ALCATEL NOTE: SUPPORT: YES
1.3.6.1.4.1.637.61.1.3.1.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2AsamAlarmCategoryTyperead-onlymandatory
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.3AsamAlarmSeverityTyperead-writemandatory
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.4AsamAlarmServAffTyperead-writemandatory
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.5INTEGER (0..4294967295)read-onlyobsolete
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.6INTEGER (0..4294967295)read-onlyobsolete
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.7TimeTicksread-onlyobsolete
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.8TimeTicksread-onlyobsolete
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.9AsamAlarmModeTyperead-writemandatory
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.10AsamAlarmModeTyperead-writemandatory
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.11RowConfigStateread-onlymandatory
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.2AsamAlarmModeTyperead-writeobsolete
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.3Counterread-onlymandatory
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.4Gaugeread-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
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.7not-accessiblemandatory
asamCurrentAlarmEntry
OBJECT-TYPE
Entry for CurrentAlarmTable. ALCATEL NOTE: SUPPORT: YES
1.3.6.1.4.1.637.61.1.3.7.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2AsamAlarmTyperead-onlymandatory
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.3INTEGER (0..4294967295)read-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
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.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.8INTEGERread-onlymandatory
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.9INTEGER {resetCompleted(1), reset(2)}read-writemandatory
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.10NetworkTimeInSecondsread-onlymandatory
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.11AsamAlarmSeverityTyperead-writemandatory
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.12INTEGER (0..4294967295)read-onlymandatory
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.13INTEGER {wrap(1), halt(2)}read-writemandatory
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.14INTEGER {notoverflowed(1), overflowed(2)}read-onlymandatory
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.15not-accessiblemandatory
asamAlarmLogEntry
OBJECT-TYPE
Entry for Alarm Log Table. ALCATEL NOTE: SUPPORT: YES
1.3.6.1.4.1.637.61.1.3.15.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2AsamAlarmTyperead-onlymandatory
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.3INTEGER (0..4294967295)read-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
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.6INTEGER (0..4294967295)read-onlymandatory
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.7OBJECT IDENTIFIERread-onlyobsolete
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.8NetworkTimeInSecondsread-onlymandatory
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.9DisplayStringread-onlymandatory
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.10INTEGER (0..4294967295)read-onlymandatory
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.16INTEGER {notInUse(1), inUse(2)}read-writemandatory
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.17OCTET STRINGread-writemandatory
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.18TimeTicksread-onlymandatory
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.19AsamAlarmSeverityTyperead-writemandatory
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.20Gaugeread-onlymandatory
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.21INTEGER (0..4294967295)read-onlymandatory
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.22not-accessiblemandatory
asamAlarmSnapshotEntry
OBJECT-TYPE
Entry for asamAlarmSnapshotTable. ALCATEL NOTE: SUPPORT: YES
1.3.6.1.4.1.637.61.1.3.22.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2AsamAlarmTyperead-onlymandatory
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.3INTEGER (0..4294967295)read-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
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.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.23Counterread-onlymandatory
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.24Counterread-onlymandatory
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.25Counterread-onlymandatory
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.26Counterread-onlymandatory
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.27Counterread-onlymandatory
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.28Counterread-onlymandatory
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.30Counterread-onlydeprecated
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.39INTEGER (0..4294967295)read-onlymandatory
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.40INTEGERread-onlymandatory
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.41AsamAlarmLogResetTyperead-writemandatory
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.42NetworkTimeInSecondsread-onlymandatory
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.43INTEGER (0..4294967295)read-writemandatory
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.44AsamAlarmLogFullActionTyperead-writemandatory
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.45AsamAlarmLogOverflowTyperead-onlymandatory
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.46not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2INTEGER (0..4294967295)read-onlymandatory
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.3AsamAlarmStateTyperead-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
asamAlarmIndeterminateDeltaLogPtr
OBJECT-TYPE
This object is currently not used.
1.3.6.1.4.1.637.61.1.3.46.1.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.9INTEGER (0..4294967295)read-onlymandatory
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.47INTEGERread-onlymandatory
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.48AsamAlarmLogResetTyperead-writemandatory
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.49NetworkTimeInSecondsread-onlymandatory
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.50INTEGER (0..4294967295)read-writemandatory
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.51AsamAlarmLogFullActionTyperead-writemandatory
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.52AsamAlarmLogOverflowTyperead-onlymandatory
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.53not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2INTEGER (0..4294967295)read-onlymandatory
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.3AsamAlarmStateTyperead-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
asamAlarmWarningDeltaLogPtr
OBJECT-TYPE
This object is currently not used.
1.3.6.1.4.1.637.61.1.3.53.1.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.9INTEGER (0..4294967295)read-onlymandatory
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.54INTEGERread-onlymandatory
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.55AsamAlarmLogResetTyperead-writemandatory
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.56NetworkTimeInSecondsread-onlymandatory
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.57INTEGER (0..4294967295)read-writemandatory
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.58AsamAlarmLogFullActionTyperead-writemandatory
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.59AsamAlarmLogOverflowTyperead-onlymandatory
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.60not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2INTEGER (0..4294967295)read-onlymandatory
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.3AsamAlarmStateTyperead-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
asamAlarmMinorDeltaLogPtr
OBJECT-TYPE
This object is currently not used.
1.3.6.1.4.1.637.61.1.3.60.1.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.9INTEGER (0..4294967295)read-onlymandatory
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.61INTEGERread-onlymandatory
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.62AsamAlarmLogResetTyperead-writemandatory
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.63NetworkTimeInSecondsread-onlymandatory
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.64INTEGER (0..4294967295)read-writemandatory
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.65AsamAlarmLogFullActionTyperead-writemandatory
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.66AsamAlarmLogOverflowTyperead-onlymandatory
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.67not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2INTEGER (0..4294967295)read-onlymandatory
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.3AsamAlarmStateTyperead-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
asamAlarmMajorDeltaLogPtr
OBJECT-TYPE
This object is currently not used.
1.3.6.1.4.1.637.61.1.3.67.1.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.9INTEGER (0..4294967295)read-onlymandatory
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.68INTEGERread-onlymandatory
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.69AsamAlarmLogResetTyperead-writemandatory
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.70NetworkTimeInSecondsread-onlymandatory
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.71INTEGER (0..4294967295)read-writemandatory
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.72AsamAlarmLogFullActionTyperead-writemandatory
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.73AsamAlarmLogOverflowTyperead-onlymandatory
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.74not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2INTEGER (0..4294967295)read-onlymandatory
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.3AsamAlarmStateTyperead-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
asamAlarmCriticalDeltaLogPtr
OBJECT-TYPE
This object is currently not used.
1.3.6.1.4.1.637.61.1.3.74.1.6OBJECT IDENTIFIERread-onlyobsolete
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.7NetworkTimeInSecondsread-onlymandatory
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.8DisplayStringread-onlymandatory
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.9INTEGER (0..4294967295)read-onlymandatory
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.75AsamAlarmSeverityTyperead-writemandatory
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.76not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER {temporal(1), spatial(2)}read-writemandatory
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.2INTEGER (1..31)read-onlymandatory
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.3INTEGER (0..4294967295)read-writemandatory
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.4INTEGER {notInUse(1), inUse(2)}read-writemandatory
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.5INTEGER (2..65535)read-writemandatory
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.6INTEGER (1..65535)read-writemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2AsamAlarmStateTyperead-onlymandatory
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.3AsamAlarmSeverityTyperead-onlymandatory
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.4INTEGER (0..4294967295)read-onlymandatory
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.5INTEGER (0..4294967295)read-onlymandatory
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.6NetworkTimeInSecondsread-onlymandatory
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.7DisplayStringread-onlymandatory
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.78not-accessiblemandatory
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.1not-accessiblemandatory
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.1INTEGER (0..4294967295)read-onlymandatory
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.2INTEGER (0..4294967295)read-onlymandatory
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.3AsamAlarmSeverityTyperead-onlymandatory
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.4AsamAlarmServAffTyperead-onlymandatory
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.5AsamAlarmTyperead-onlymandatory
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.6AsamAlarmLocationread-onlymandatory
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.7AsamAlarmDirectionread-onlymandatory
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.8NetworkTimeInSecondsread-onlymandatory
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.9DisplayStringread-onlymandatory
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.10DisplayStringread-onlymandatory
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.11INTEGER (0..4294967295)read-onlymandatory
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.12INTEGER (0..4294967295)read-onlymandatory