tlpPduDeviceOutputCurrentPrecision
TRIPPLITE-PRODUCTS ·
.1.3.6.1.4.1.850.1.1.3.2.2.1.1.11
Object
column Enumeration
Output current is reported by tlpPduOutputCurrent, tlpPduOutputCurrentMin and tlpPduOutputCurrentMax. These values are all reported in hundredths(0.01A), which accommodates all models; however, on any given device the actual precision may vary. All current values must be divided by 100 to obtain the actual value. For example, if tlpPduOutputCurrent reports 500, then the actual output current is 5.00. This tlpPduDeviceOutputCurrentPrecision defines the actual resolution of that value: wholeNumber(0) is 5, tenths(1) is 5.0 and hundredths(2) is 5.00.
Context
- MIB
- TRIPPLITE-PRODUCTS
- OID
.1.3.6.1.4.1.850.1.1.3.2.2.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tlpPduDeviceEntry
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 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpPduDeviceOutputCurrentPrecision'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpPduDeviceOutputCurrentPrecision.<tlpDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIPPLITE-PRODUCTS::tlpPduDeviceOutputCurrentPrecision'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | wholeNumber |
1 | tenths |
2 | hundredths |