nodeType
APNL-MODULAR-PDU-MIB ·
.1.3.6.1.4.1.29640.4.3.33.1.2
Object
column Enumeration
Type of the node. TypeUnknown (0) Unknown node. TypePresModChar (1) PM LCD Character Module. TypePresModMono (2) PM Mono Graphics Module. TypePresModGraph (3) PM Color Graphics Module. TypePowerMeter (4) Power meter. TypePowerMeterSwitch (5) Switchable power meter. TypeSwitch (6) Switch only.
Context
- MIB
- APNL-MODULAR-PDU-MIB
- OID
.1.3.6.1.4.1.29640.4.3.33.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nodeEntry
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 'APNL-MODULAR-PDU-MIB' -M '/opt/observium/mibs/apnl:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APNL-MODULAR-PDU-MIB::nodeType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APNL-MODULAR-PDU-MIB' -M '/opt/observium/mibs/apnl:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APNL-MODULAR-PDU-MIB::nodeType.<nodeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APNL-MODULAR-PDU-MIB' -M '/opt/observium/mibs/apnl:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APNL-MODULAR-PDU-MIB::nodeType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | typeUnknown |
1 | typePresModChar |
2 | typePresModMono |
3 | typePresModGraph |
4 | typePowerMeter |
5 | typePowerMeterSwitch |
6 | typeSwitch |