All MIBs › CHECKPOINT-MIB-2 › tcpCurrEstab
tcpCurrEstab
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpCurrEstab
OID (numeric): 1.3.6.1.2.1.6.9
Node type: OBJECT-TYPE
Type: Gauge
Access: read-only
Description: The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
What is tcpCurrEstab?
A gauge, not a monotonically increasing counter, of how many TCP connections are currently in the ESTABLISHED or CLOSE-WAIT state on this device's own stack. Because it's a live gauge rather than a cumulative counter, this is what an admin actually watches in real time to see current load on the gateway's own TCP-terminated services, and a value stuck unusually high, especially many stuck in CLOSE-WAIT, suggests a local application is failing to close its half of connections. Example: tcpCurrEstab holding steady at a much higher number than usual, with most of the excess in CLOSE-WAIT, points to a management-plane process leaking connections rather than a genuine traffic increase.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.9 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpCurrEstab
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.9.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpCurrEstab.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-2::tcpCurrEstab 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 (6 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.6 | tcp | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.6.9 | tcpCurrEstab | CHECKPOINT-MIB-2 |