pmPowerMgmtOutletsTablePowerControl
PM-MIB ·
.1.3.6.1.4.1.10418.17.2.5.5.1.6
Object
column r/w
Enumeration
A set value of power*(2-6) will send command to PDU. noAction(1) = always returned in a GET. Does nothing if SET. powerOn(2) = when SET the power On command is sent to PDU. powerOff(3) = when SET the power Off command is sent to PDU. powerCycle(4)=when SET the power cycle command is sent to PDU. powerLock(5)= when SET the power lock command is sent to PDU. powerUnlock(6)=when SET the power unlock command is sent to PDU. The powerLock and powerUnlock are valid only for Cyclades-PM PDUs
Context
- MIB
- PM-MIB
- OID
.1.3.6.1.4.1.10418.17.2.5.5.1.6- Type
- column
- Access
- readwrite
- 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::pmPowerMgmtOutletsTablePowerControl'
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::pmPowerMgmtOutletsTablePowerControl.<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::pmPowerMgmtOutletsTablePowerControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | powerOn |
3 | powerOff |
4 | powerCycle |
5 | powerLock |
6 | powerUnlock |