ePDU2DeviceConfigDisplayOrientation
CPS-MIB ·
.1.3.6.1.4.1.3808.1.1.6.3.2.1.6
Object
column mandatory
r/w
Enumeration
Getting this OID will return the intended physical orientation of the Seven-Segment Display.
displayNormal(1) indicates Normal.
displayReverse(2)indicates Upside-Down.
displayRotate90(3) indicates rotate 90 degree.
displayRotate270(4) indicates rotate 270 degree.
displayAuto(5) indicates auto-detect and rotate.
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.1.1.6.3.2.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ePDU2DeviceConfigEntry
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 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDU2DeviceConfigDisplayOrientation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDU2DeviceConfigDisplayOrientation.<ePDU2DeviceConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPS-MIB::ePDU2DeviceConfigDisplayOrientation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | displayNormal |
2 | displayReverse |
3 | displayRotate90 |
4 | displayRotate270 |
5 | displayAuto |