powerSupplyStatus
ASYNCOS-MAIL-MIB ·
.1.3.6.1.4.1.15497.1.1.1.8.1.2
Object
column Enumeration
Represents the status of a power supply.
powerSupplyNotInstalled -
The power supply is not detected by the chassis as
being physically present.
powerSupplyHealthy -
The power supply is physically present and is
actively servicing the appliance with power.
powerSupplyNoAC -
The power supply is physically present but is not
actively servicing the appliance with power.
powerSupplyFaulty -
The power supply is failed per the vendor defined
operating specifications for the power supply.
Context
- MIB
- ASYNCOS-MAIL-MIB
- OID
.1.3.6.1.4.1.15497.1.1.1.8.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- powerSupplyEntry
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 'ASYNCOS-MAIL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASYNCOS-MAIL-MIB::powerSupplyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASYNCOS-MAIL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASYNCOS-MAIL-MIB::powerSupplyStatus.<powerSupplyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASYNCOS-MAIL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASYNCOS-MAIL-MIB::powerSupplyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | powerSupplyNotInstalled |
2 | powerSupplyHealthy |
3 | powerSupplyNoAC |
4 | powerSupplyFaulty |