expExpressionValueType

DISMAN-EXPRESSION-MIB · .1.3.6.1.2.1.90.1.2.1.1.4

Object

column r/w Enumeration
The type of the expression value.  One and only one of the
value objects in expValueTable will be instantiated to match
this type.
              
If the result of the expression can not be made into this type,
an invalidOperandType error will occur.

Context

MIB
DISMAN-EXPRESSION-MIB
OID
.1.3.6.1.2.1.90.1.2.1.1.4
Type
column
Access
readwrite
Status
current
Parent
expExpressionEntry
Groups
1

Walk 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 'DISMAN-EXPRESSION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EXPRESSION-MIB::expExpressionValueType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-EXPRESSION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EXPRESSION-MIB::expExpressionValueType.<expExpressionOwner>.<expExpressionName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-EXPRESSION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-EXPRESSION-MIB::expExpressionValueType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1counter32
2unsigned32
3timeTicks
4integer32
5ipAddress
6octetString
7objectId
8counter64

Conformance