cyOutletPower
CYCLADES-ACS-PM-MIB ·
.1.3.6.1.4.1.2925.4.5.4.1.4
Object
column r/w
Enumeration
Getting this object will return the power state of the outlet. Valid return states are UNKNOW, OFF and ON. Setting this object will change the power state of the outlet.
Context
- MIB
- CYCLADES-ACS-PM-MIB
- OID
.1.3.6.1.4.1.2925.4.5.4.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cyOutletEntry
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 'CYCLADES-ACS-PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CYCLADES-ACS-PM-MIB::cyOutletPower'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CYCLADES-ACS-PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CYCLADES-ACS-PM-MIB::cyOutletPower.<cyPMSerialPortNumber>.<cyOutletNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CYCLADES-ACS-PM-MIB' -M '/opt/observium/mibs/vertiv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CYCLADES-ACS-PM-MIB::cyOutletPower'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | off |
1 | on |
2 | cycle |
3 | unknow |