All MIBs › CHECKPOINT-MIB › haProblemIndex
haProblemIndex
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::haProblemIndex
OID (numeric): 1.3.6.1.4.1.2620.1.5.13.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
What is haProblemIndex?
This is an index into ClusterXL's table of reported critical device problems, a Check Point concept for named internal checks (like sync status or process health) that can force a member out of the active role. This index lets the following haProblemName/Status/Priority/Descr fields be correlated to a specific reported issue when multiple problems exist simultaneously on the same member. An admin seeing multiple rows in this table for one member knows several independent critical devices are currently flagged, not just one.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.5.13.1.1 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::haProblemIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.5.13.1.1.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::haProblemIndex.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> haProblemIndex.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::haProblemIndex 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 (8 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.5 | ha | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.5.13 | haProblemTable | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.5.13.1 | haProblemEntry | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.5.13.1.1 | haProblemIndex | CHECKPOINT-MIB |