lgpFlexibleEntryDecimalPosition
LIEBERT-GP-FLEXIBLE-MIB ·
.1.3.6.1.4.1.476.1.42.3.9.30.1.30
Object
column SNMPv2-SMIUnsigned32
This is a power of ten divider needed to convert values from the
signed and unsigned integer columns
(lgpFlexibleEntryIntegerValue or
lgpFlexibleEntryUnsignedIntegerValue) to floating
point values. This essentially tells how many positions to move
the decimal point to the left.
To convert the integer values to the units indicated in the units
of measure columns (lgpFlexibleEntryUnitsOfMeasure or
lgpFlexibleEntryUnitsOfMeasureEnum), divide the
integer value by 10^n, where n is the value from this column.
For data points that are writable (as designated by the
lgpFlexibleEntryAccessibility column), the inverse
calculation must done. The desired value must be multiplied by
10^n before it is written to the signed or unsigned integer
columns.
Context
- MIB
- LIEBERT-GP-FLEXIBLE-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.9.30.1.30- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lgpFlexibleExtendedEntry
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 'LIEBERT-GP-FLEXIBLE-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-FLEXIBLE-MIB::lgpFlexibleEntryDecimalPosition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-FLEXIBLE-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-FLEXIBLE-MIB::lgpFlexibleEntryDecimalPosition.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-FLEXIBLE-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-FLEXIBLE-MIB::lgpFlexibleEntryDecimalPosition'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295