hpnsaEnvTemperatureSensorType
HPNSAENV-MIB ·
.1.3.6.1.4.1.11.2.23.26.3.1.1.2
Object
column mandatory
Enumeration
The sensor type (analog, digital, etc.).
Context
- MIB
- HPNSAENV-MIB
- OID
.1.3.6.1.4.1.11.2.23.26.3.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- hpnsaEnvTemperatureSensorEntry
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 'HPNSAENV-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPNSAENV-MIB::hpnsaEnvTemperatureSensorType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPNSAENV-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPNSAENV-MIB::hpnsaEnvTemperatureSensorType.<hpnsaEnvTemperatureSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPNSAENV-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPNSAENV-MIB::hpnsaEnvTemperatureSensorType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | unknown |
3 | analog |
4 | digital |
5 | three-state-discrete |
6 | four-state-discrete |