fanRunningStatus
ECI-OPERATING-MIB ·
.1.3.6.1.4.1.5395.3.3.1.2.1.2
Object
column FanRunningStatus
The running status of the fan. A fan is either running or stopped, alarm is raised in this case.
Context
- MIB
- ECI-OPERATING-MIB
- OID
.1.3.6.1.4.1.5395.3.3.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fanOperatingEntry
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 'ECI-OPERATING-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECI-OPERATING-MIB::fanRunningStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECI-OPERATING-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECI-OPERATING-MIB::fanRunningStatus.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECI-OPERATING-MIB' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECI-OPERATING-MIB::fanRunningStatus'
Syntax
- Source
- FanRunningStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | running |
2 | stopped |