cpqMeAlarmFallingThreshold
CPQTHRSH-MIB ·
.1.3.6.1.4.1.232.10.2.2.2.1.8
Object
A threshold for the sampled object identifier
(cpqMeAlarmVariable).
If the sample type (cpqMeAlarmSampleType) is
absoluteValue(1), then the following describes the
comparison. When the current sampled value is less
than or equal to this threshold, and the value
(cpqMeAlarmValue) at the last sampling interval was
greater than this threshold, a single event will be
generated. If cpqMeAlarmStartupAlarm is equal to
fallingAlarm(2) or risingOrFallingAlarm(3), then a
single event will be generated if the first sample after
this entry becomes valid is less than or equal to this
threshold. After a falling event is generated, another
such event will not be generated until the sampled value
rises above this threshold and reaches the rising
threshold (cpaMeAlarmRisingThreshold).
If the sample type (cpqMeAlarmSampleType) is
deltaValue(2), then the following describes the
comparison. When the most recently sampled value minus
the previous sampled value is less than or equal to
the threshold (cpqMeAlarmFallingThreshold), and the
current alarm value (cpqMeAlarmValue) is greater than the
threshold value (cpqMeAlarmFallingThreshold) a single
event will be generated. After a falling event is
generated, another such event will not be generated
until the most recently sampled value minus the previous
sampled value rises above this threshold
(cpqMeAlarmFallingThreshold) and reaches the rising
threshold (cpqMeAlarmRisingThreshold).
This object may not be modified if the associated
cpqMeAlarmStatus object is equal to valid(1).
Context
- MIB
- CPQTHRSH-MIB
- OID
.1.3.6.1.4.1.232.10.2.2.2.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cpqMeAlarmEntry
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 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQTHRSH-MIB::cpqMeAlarmFallingThreshold'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQTHRSH-MIB::cpqMeAlarmFallingThreshold.<cpqMeAlarmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQTHRSH-MIB::cpqMeAlarmFallingThreshold'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647