alarmPolicySampleType
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.13.1.1.6
Object
column mandatory
r/w
Enumeration
This item defines the type of sample that is compared to the threshold. If the value of this item is delta(1), then the threshold is compared to the difference between every two consecutive samples of the variable. If the value is absoluteValue(2), it is compared to the value of the variable. The default value is delta(1).
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.13.1.1.6- 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::alarmPolicySampleType'
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::alarmPolicySampleType.<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::alarmPolicySampleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | delta |
2 | absoluteValue |