juniSystemPowerStatus

Juniper-System-MIB · .1.3.6.1.4.1.4874.2.2.2.1.8.2.1.2

Object

column Enumeration
The status of the power element:
notPresent    - The power element is removed from the chassis.
inactive      - No power is available from this element.
good          - Power is available from this element.
failed        - The power element is not working.
sensorFailed  - The power element sensor has failed.
unknown       - The status of the power element is not availiable.

Context

MIB
Juniper-System-MIB
OID
.1.3.6.1.4.1.4874.2.2.2.1.8.2.1.2
Type
column
Access
readonly
Status
current
Parent
juniSystemPowerEntry
Groups
1

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
0notPresent
1inactive
2good
3failed
4sensorFailed
5unknown

Conformance