pmPowerMgmtOutletsTableStatus
OBS ✓
PM-MIB ·
.1.3.6.1.4.1.10418.17.2.5.5.1.5
Object
column Enumeration
Status of the outlet. Returns 0 if not supported.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- PM-MIB
- OID
.1.3.6.1.4.1.10418.17.2.5.5.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- pmPowerMgmtOutletsTableEntry
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::pmPowerMgmtOutletsTableStatus'
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::pmPowerMgmtOutletsTableStatus.<pmPowerMgmtOutletsTablePortNumber>.<pmPowerMgmtOutletsTablePduNumber>.<pmPowerMgmtOutletsTableNumber>'
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::pmPowerMgmtOutletsTableStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |
3 | offLocked |
4 | onLocked |
5 | offCycle |
6 | onPendingOff |
7 | offPendingOn |
8 | onPendingCycle |
9 | notSet |
10 | onFixed |
11 | offShutdown |
12 | tripped |