expObjectSampleType
EXPRESSION-MIB ·
.1.3.6.1.4.1.9.10.22.1.3.2.1.4
Object
column r/w
Enumeration
The method of sampling the selected variable.
An 'absoluteValue' is simply the present value of the
object.
A 'deltaValue' is the present value minus the previous
value, which was sampled expExpressionDeltaInterval
seconds ago. This is intended primarily for use with
SNMP counters, which are meaningless as an 'absoluteValue',
but may be used with any integer-based value.
When an expression contains both delta and absolute values
the absolute values are obtained at the end of the delta
period.
Context
- MIB
- EXPRESSION-MIB
- OID
.1.3.6.1.4.1.9.10.22.1.3.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- expObjectEntry
- 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 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expObjectSampleType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXPRESSION-MIB::expObjectSampleType.<expExpressionIndex>.<expObjectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXPRESSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXPRESSION-MIB::expObjectSampleType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | absoluteValue |
2 | deltaValue |
Conformance
Member of
Compliance refinements
Implementation need not allow deltas.