raisecomFanCardState
OBS ✓
RAISECOM-FANMONITOR-MIB ·
.1.3.6.1.4.1.8886.1.1.5.2.1.5
Object
scalar Enumeration
Specify the current state of fan cards. all_down(1) means that all fan cards are down; all_up(2) means that all fan cards are up; card1_up(3) means that fan card 1 is up, the others are down; card2_up(4) means that fan card 2 is up, the others are down.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- RAISECOM-FANMONITOR-MIB
- OID
.1.3.6.1.4.1.8886.1.1.5.2.1.5- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- raisecomFanMonitorGlobalGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-FANMONITOR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-FANMONITOR-MIB::raisecomFanCardState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-FANMONITOR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-FANMONITOR-MIB::raisecomFanCardState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all-down |
2 | all-up |
3 | card1-up |
4 | card2-up |