lgpPduAuxSensorMeasType
LIEBERT-GP-PDU-MIB ·
.1.3.6.1.4.1.476.1.42.3.8.60.10.1.5
Object
column deprecated
Enumeration
not-specified The type of sensor is unknown. temperature The sensor in this row of the table measures temperature. humidity The sensor in this row of the table measures relative humidity. temperature-and-humidity The sensor in this row of the table measures both temperature and relative humidity.
Context
- MIB
- LIEBERT-GP-PDU-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.8.60.10.1.5- Type
- column
- Access
- readonly
- Status
- deprecated
- Parent
- lgpPduAuxSensorEntry
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-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-PDU-MIB::lgpPduAuxSensorMeasType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-PDU-MIB::lgpPduAuxSensorMeasType.<lgpPduEntryIndex>.<lgpPduAuxSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-PDU-MIB::lgpPduAuxSensorMeasType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-specified |
1 | temperature |
2 | humidity |
3 | temperature-and-humidity |