uxPSUIsInputGood

UX-OBJECTS-MIB · .1.3.6.1.4.1.177.15.1.9.1.3

Object

column Enumeration
Provides status of PSU Input health.
This could be used to deduce the health state of the Power Supply
as following:
    uxPSUIsPresent(1) and yes(1) - Power Supply is Up
    no(2)  - Power Supply is Down

Context

MIB
UX-OBJECTS-MIB
OID
.1.3.6.1.4.1.177.15.1.9.1.3
Type
column
Access
readonly
Status
current
Parent
uxPSUEntry

Walk 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 'UX-OBJECTS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UX-OBJECTS-MIB::uxPSUIsInputGood'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'UX-OBJECTS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UX-OBJECTS-MIB::uxPSUIsInputGood.<uxPSUIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'UX-OBJECTS-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'UX-OBJECTS-MIB::uxPSUIsInputGood'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1yes
2no