agnFans
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnFans
OID (numeric): 1.3.6.1.4.1.164.6.2.26
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
This entry specifies the FANs existence and status. Each fan will be represented by 2 bits, where the first bit (right) will specify the existence: (0= Not exist, 1=exist), and the left bit will specify it's status (0= OK, 1=FAIL), so for each fan: 00 - FAN does not exist 01 - FAN exists and OK (Low Mode) 10 - High Mode (FAN OK) 11 - FAN exists and is Failed bits 0-1 are for first fan bits 2-3 are for 2nd fan (if exists) bits 4-5 are for 3nd fan (if exists) bits 6-7 are for 4nd fan (if exists) bits 8-9 are for 5nd fan (if exists) bits 10-11 are for 6nd fan (if exists) bits 12-13 are for 7nd fan (if exists) bits 14-15 are for 8nd fan (if exists).
What is agnFans?
This object is a bit-packed field where every two bits represent one fan's existence and operational status in a RAD equipment unit. The encoding uses bit pairs to indicate whether each fan exists (0/1) and whether it is functioning properly (0=OK, 1=FAIL). System administrators use this status field during maintenance to quickly assess fan health and identify which fans need replacement.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.26 snmpwalk -v2c -c public <target> RAD-MIB::agnFans
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.26.1 snmpget -v2c -c public <target> RAD-MIB::agnFans.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.26 | agnFans | RAD-MIB |