sensorValue
PDU-MIB ·
eaton variant
·
.1.3.6.1.4.1.13742.2.1.3.2.1.4
Object
column SNMPv2-SMIOpaque
The value the sensor delivers. This value is provided as ASN_OPAQUE_FLOAT type. In case of an error or unavailability NaN is returned
Context
- MIB
- PDU-MIB
- OID
.1.3.6.1.4.1.13742.2.1.3.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sensorEntry
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 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::sensorValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::sensorValue.<sensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDU-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDU-MIB::sensorValue'
Syntax
- Source
- SNMPv2-SMIOpaque
- Base type
OctetString
Values & Constraints
No enumerated values or constraints recorded.