alarmPolicyRisingFalling
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.13.1.1.3
Object
column mandatory
r/w
Enumeration
This value defines whether the policy is a rising alarm or a falling alarm. If the value of this item is rising(1), then the actionPolicy is executed if the value of the sampled variable is larger than the threshold. If the value of this item is falling(2), the actionPolicy is executed if the value of the sampled OID is smaller than or equal to the threshold.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.13.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- alarmPolicyEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::alarmPolicyRisingFalling'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::alarmPolicyRisingFalling.<alarmPolicyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::alarmPolicyRisingFalling'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rising |
2 | falling |