nasRPSUStatus
BUFFALO-NAS-MIB ·
.1.3.6.1.4.1.5227.27.1.8.1.2
Object
column Enumeration
The status of the redundant power supply unit. This value is read from miconapl. -'unknown(-1)' means a redundant power supply unit is in an unknown state. -'fine(1)' means a redundant power supply unit is working fine. -'broken(2)' means a redundant power supply unit has failed.
Context
- MIB
- BUFFALO-NAS-MIB
- OID
.1.3.6.1.4.1.5227.27.1.8.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nasRPSUEntry
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 'BUFFALO-NAS-MIB' -M '/opt/observium/mibs/buffalo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BUFFALO-NAS-MIB::nasRPSUStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BUFFALO-NAS-MIB' -M '/opt/observium/mibs/buffalo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BUFFALO-NAS-MIB::nasRPSUStatus.<nasRPSUIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BUFFALO-NAS-MIB' -M '/opt/observium/mibs/buffalo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BUFFALO-NAS-MIB::nasRPSUStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | unknown |
1 | fine |
2 | broken |