All MIBs › CHECKPOINT-MIB › raidDiskFlags
raidDiskFlags
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::raidDiskFlags
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.7.2.1.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Raid disk flags: OUT_OF_SYNC(0x01),QUIESCED(0x02),VERIFYING(0x04),READY(0x08) or NONE(other)
What is raidDiskFlags?
This INTEGER reports additional status flags for the physical disk beyond its primary state, including OUT_OF_SYNC, QUIESCED, VERIFYING, and READY, per its description. These flags capture transitional or auxiliary conditions that the primary raidDiskState value alone doesn't convey, such as a disk that's technically online but currently undergoing a background consistency check. A disk flagged VERIFYING during the exact window an admin is troubleshooting a performance complaint would explain the slowdown as a scheduled RAID integrity check rather than a hardware problem.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.7.2.1.10 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::raidDiskFlags
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.7.2.1.10.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::raidDiskFlags.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB::raidDiskFlags OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6 | svn | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6.7 | svnPerf | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.6.7.7 | raidInfo | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.7.2 | raidDiskTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.7.2.1 | raidDiskEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.7.2.1.10 | raidDiskFlags | CHECKPOINT-MIB |