sub10UnitMgmtAlarmRaiseOper
SUB10SYSTEMS-MIB ·
.1.3.6.1.4.1.39003.3.2.6.1.1.7
Object
column
r/w
Sub10AlarmOperation
Type of operation which determines when an alarm
is to be raised.
Definition of each type is as follows:
lt - Measured objects value is less than raise threshold
gt - Measured objects value is greater than raise threshold
le - Measured objects value is less than or equal to raise threshold
ge - Measured objects value is greater than or equal to raise threshold
eq - Measured objects value is equal to raise threshold
neq - Measured objects value is not equal to raise threshold
The alarm operation defines how to apply the configured
thresholds when raising the alarm. This defines
whether the alarm is raised when the measured object value
crosses the threshold from low to high or from high to low or
if the measured value hits a certain value or not.
Example:
Alarm Name Alarm Threshold Raise Operation
High Temperature 70 gt
Low Temperature -30 le
High Temperature Alarm is raised when the measured temperature
is above 70 and Low Temperature raised when the measured temperature
is lower than or equal to -30.
Context
- MIB
- SUB10SYSTEMS-MIB
- OID
.1.3.6.1.4.1.39003.3.2.6.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sub10UnitMgmtAlarmEntry
- Table
- sub10UnitMgmtAlarmTable
- Siblings
- 17
Syntax
Sub10AlarmOperation
- Source
- Sub10AlarmOperation
- Base type
Enumeration
Values & Constraints
Type Values
1 | lessThan |
2 | greaterThan |
3 | lessThanOrEqual |
4 | greaterThanOrEqual |
5 | equal |
6 | notEqual |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sub10UnitMgmtAlarmIndex The sub10UnitMgmtAlarmTable index. | column | Sub10AlarmIndex | .1.3.6.1.4.1.39003.3.2.6.1.1.1 |
| sub10UnitMgmtAlarmClearThresh The threshold value which the measured object's value
crosses causes the alarm to be cleared. The behaviour of a
measured value and alarm threshold comparison is
defined by the ob… | column | OctetString | .1.3.6.1.4.1.39003.3.2.6.1.1.10 |
| sub10UnitMgmtAlarmRaiseIntvls The number of continuous monitoring intervals (see sub10UnitMgmtAlarmMonitorIntvl)
where the measured object has crossed the raise threshold before the
alarm state is set to raise… | column | Unsigned32 | .1.3.6.1.4.1.39003.3.2.6.1.1.11 |
| sub10UnitMgmtAlarmClearIntvls The number of continuous monitoring intervals (see sub10UnitMgmtAlarmMonitorIntvl)
where the measured object has crossed the clear threshold before the
alarm state is set to clear… | column | Unsigned32 | .1.3.6.1.4.1.39003.3.2.6.1.1.12 |
| sub10UnitMgmtAlarmType The type of the alarm and defines the type of notification (trap) used
to inform management entities. | column | Sub10AlarmType | .1.3.6.1.4.1.39003.3.2.6.1.1.13 |
| sub10UnitMgmtAlarmSmtpAddress The smtp mail address. If set the alarm
is suitable formatted and sent to the given
mail address. | column | OctetString | .1.3.6.1.4.1.39003.3.2.6.1.1.14 |
| sub10UnitMgmtAlarmToSyslog If set to 'enabled' the alarm is suitably formatted
and sent to syslog. | column | Sub10State | .1.3.6.1.4.1.39003.3.2.6.1.1.15 |
| sub10UnitMgmtAlarmEnabled If set to 'enabled' the alarm is enabled. | column | Sub10State | .1.3.6.1.4.1.39003.3.2.6.1.1.16 |
| sub10UnitMgmtAlarmMeasObjectVal The value of sub10UnitMgmtAlarmMeasObject formatted as a displayString which when
measured by the alarm subsystem caused an alarm to be either raised or cleared.
This is therefore… | column | OctetString | .1.3.6.1.4.1.39003.3.2.6.1.1.17 |
| sub10UnitMgmtAlarmToSNMP If set to 'enabled' the alarm is forwarded as an SNMP notification / trap. | column | Sub10State | .1.3.6.1.4.1.39003.3.2.6.1.1.18 |
| sub10UnitMgmtAlarmRowStatus The row status of this row.
All table rows are fixed in size
and as such do not require conceptual row
creation. Instead the RowStatus is set to
active(1) or notInService(2) which… | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.39003.3.2.6.1.1.2 |
| sub10UnitMgmtAlarmName The alarm name. This is a short descriptive name for the alarm.
Alarm names can be duplicated across entries in order to define
the same alarm to be raised and cleared according t… | column | Sub10AlarmName | .1.3.6.1.4.1.39003.3.2.6.1.1.3 |
| sub10UnitMgmtAlarmSeverity The alarm severity. This is added to each alarm as a parameter. | column | Sub10AlarmSeverity | .1.3.6.1.4.1.39003.3.2.6.1.1.4 |
| sub10UnitMgmtAlarmMeasObject The measured object. This is the object name of the
object in the MIB with which the alarm is associated and
which the configured thresholds are compared with when
deriving the st… | column | Sub10MeasuredObject | .1.3.6.1.4.1.39003.3.2.6.1.1.5 |
| sub10UnitMgmtAlarmMonitorIntvl The interval in seconds when the measured object is to be read and compared with
the raise and clear thresholds.
An alarm cannot be raised or cleared quicker than the configured i… | column | Unsigned32 | .1.3.6.1.4.1.39003.3.2.6.1.1.6 |
| sub10UnitMgmtAlarmRaiseThresh The threshold value which the measured object's value
crosses causes the alarm to be raised. The behaviour of a
measured value and alarm threshold comparison is
defined by the obj… | column | OctetString | .1.3.6.1.4.1.39003.3.2.6.1.1.8 |
| sub10UnitMgmtAlarmClearOper Type of operation which determines when an alarm
is to be cleared.
Definition of each type is as follows:
lt - Measured objects value is less than cl… | column | Sub10AlarmOperation | .1.3.6.1.4.1.39003.3.2.6.1.1.9 |