acsPowerMgmtGroupTablePowerControl
ACS-MIB ·
.1.3.6.1.4.1.10418.16.2.5.7.1.4
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.
Context
- MIB
- ACS-MIB
- OID
.1.3.6.1.4.1.10418.16.2.5.7.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- acsPowerMgmtGroupTableEntry
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 'ACS-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACS-MIB::acsPowerMgmtGroupTablePowerControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACS-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACS-MIB::acsPowerMgmtGroupTablePowerControl.<acsPowerMgmtGroupTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACS-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACS-MIB::acsPowerMgmtGroupTablePowerControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | powerOn |
3 | powerOff |
4 | powerCycle |