owDS18B20Resolution
EDS-MIB ·
.1.3.6.1.4.1.31440.10.5.1.4
Object
column Enumeration
Resolution of temperature reading, can be 9, 10, 11 or 12 bits. Default is 12 bits. 0 is 9 bits, 1 is 10 bits, 2 is 11 bits and 3 is 12 bits.
Context
- MIB
- EDS-MIB
- OID
.1.3.6.1.4.1.31440.10.5.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- owDS18B20Entry
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 'EDS-MIB' -M '/opt/observium/mibs/eds:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EDS-MIB::owDS18B20Resolution'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EDS-MIB' -M '/opt/observium/mibs/eds:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EDS-MIB::owDS18B20Resolution.<owDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EDS-MIB' -M '/opt/observium/mibs/eds:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EDS-MIB::owDS18B20Resolution'
Syntax
Enumeration
Values & Constraints
Enumerated Values
9 | nineBits |
10 | tenBits |
11 | elevenBits |
12 | twelveBits |