sub10UnitMgmtAlarmRaiseOper
SUB10SYSTEMS-MIB ·
.1.3.6.1.4.1.39003.3.2.6.1.1.7
Object
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
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SUB10SYSTEMS-MIB' -M '/opt/observium/mibs/fastback:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUB10SYSTEMS-MIB::sub10UnitMgmtAlarmRaiseOper'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUB10SYSTEMS-MIB' -M '/opt/observium/mibs/fastback:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUB10SYSTEMS-MIB::sub10UnitMgmtAlarmRaiseOper.<sub10UnitMgmtAlarmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUB10SYSTEMS-MIB' -M '/opt/observium/mibs/fastback:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUB10SYSTEMS-MIB::sub10UnitMgmtAlarmRaiseOper'
Syntax
- Source
- Sub10AlarmOperation
- Base type
Enumeration
Values & Constraints
Type Values
1 | lessThan |
2 | greaterThan |
3 | lessThanOrEqual |
4 | greaterThanOrEqual |
5 | equal |
6 | notEqual |
Conformance
Member of