psInverterStatus
SCTE-HMS-PS-MIB ·
.1.3.6.1.4.1.5591.1.4.2.1.24
Object
column optional
Enumeration
Status of power supply inverter. Enumerated value indicates current
status of inverter.
1 = OFF,
2 = ON: AC Line Fail,
3 = ON: Local Test Cycle,
4 = ON: Remote test initiated
5 = ALARM: Last Test Failed
This item requires entries in the discrete properties MIB.
Context
- MIB
- SCTE-HMS-PS-MIB
- OID
.1.3.6.1.4.1.5591.1.4.2.1.24- Type
- column
- Access
- readonly
- Status
- optional
- Parent
- psDeviceEntry
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 'SCTE-HMS-PS-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-PS-MIB::psInverterStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SCTE-HMS-PS-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SCTE-HMS-PS-MIB::psInverterStatus.<psDeviceAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SCTE-HMS-PS-MIB' -M '/opt/observium/mibs/scte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SCTE-HMS-PS-MIB::psInverterStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | lineFail |
3 | testCycle |
4 | testStarted |
5 | testFailed |