ePDU2SourceStatusPowerSupplySourceBStatus
CPS-MIB ·
.1.3.6.1.4.1.3808.1.1.6.9.4.1.15
Object
column mandatory
Enumeration
This variable returns the status of the power supply in system. normal(1) indicates the power supply of source B in normal. 3.3vFailed(2) indicates the power supply 3.3v of source B is failed. 24vFailed(3) indicates the power supply 24v of source B is failed. 3.3and24vfailed(4) indicates both power supply 3.3 and 24v of source B is failed.
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.1.1.6.9.4.1.15- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ePDU2SourceStatusEntry
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::ePDU2SourceStatusPowerSupplySourceBStatus'
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::ePDU2SourceStatusPowerSupplySourceBStatus.<ePDU2SourceStatusIndex>'
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::ePDU2SourceStatusPowerSupplySourceBStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | failed3p3v |
3 | failed24v |
4 | failed3p3and24v |