pmPowerMgmtSensorsTableType
PM-MIB ·
.1.3.6.1.4.1.10418.17.2.5.13.1.7
Object
column Enumeration
The type of environmental monitor. Returns 0 if not supported.
Context
- MIB
- PM-MIB
- OID
.1.3.6.1.4.1.10418.17.2.5.13.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- pmPowerMgmtSensorsTableEntry
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 'PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PM-MIB::pmPowerMgmtSensorsTableType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PM-MIB::pmPowerMgmtSensorsTableType.<pmPowerMgmtSensorsTablePortNumber>.<pmPowerMgmtSensorsTablePduNumber>.<pmPowerMgmtSensorsTableNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PM-MIB::pmPowerMgmtSensorsTableType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | temp-internal |
2 | temperature |
3 | humidity |
4 | air-flow |
5 | smoke |
6 | dry-concact |
7 | water-level |
8 | motion |
9 | unplugged |
10 | unknown |