flDevicePsuAlarmStatus
FIBROLAN-DEVICE-MIB ·
.1.3.6.1.4.1.4467.1000.10.1.100.1.6
Object
column Enumeration
This variable indicates the alarm status of the device's PSUs. fanDown indicates all fans of the power supply are down.
Context
- MIB
- FIBROLAN-DEVICE-MIB
- OID
.1.3.6.1.4.1.4467.1000.10.1.100.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- flDevicePsuStatusEntry
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 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDevicePsuAlarmStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDevicePsuAlarmStatus.<flDevicePsuIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBROLAN-DEVICE-MIB::flDevicePsuAlarmStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | psuNotInstalled |
4 | psuDown |
8 | fanDown |
16 | singleFanDown |
32 | singleFeedDown |