upsAdvanceInputLineFailCause
CPS-MIB ·
.1.3.6.1.4.1.3808.1.1.1.3.2.5
Object
scalar mandatory
Enumeration
The reason of UPS power failure. This value is set to: - noTransfer(1), if UPS is in utility mode. - highLineVoltage(2), if UPS switch to battery mode by reason of input voltage over the high transfer vloltage. - brownout(3), if UPS switch to battery mode by reason of input voltage under the low transfer vloltage. - selfTest(4), if the UPS was commanded to do a self test.
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.1.1.1.3.2.5- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- upsAdvanceInput
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::upsAdvanceInputLineFailCause.0'
More examples
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::upsAdvanceInputLineFailCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noTransfer |
2 | highLineVoltage |
3 | brownout |
4 | selfTest |