All MIBs › CHECKPOINT-MIB-2 › tcpMaxConn
tcpMaxConn
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpMaxConn
OID (numeric): 1.3.6.1.2.1.6.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should contain the value -1.
What is tcpMaxConn?
The limit on the total number of TCP connections this device's own TCP stack can support, or -1 if the maximum is dynamic. On a Check Point gateway this specifically caps TCP sessions terminating on the gateway's own stack, distinct from the firewall's connection table limit which governs passthrough traffic, so hitting this limit would manifest as management access itself becoming unreliable even while regular traffic keeps flowing. Example: tcpMaxConn reporting -1 confirms this gateway's stack sizes its connection table dynamically rather than enforcing a hard cap that could someday be exhausted.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.4 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpMaxConn
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.4.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpMaxConn.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::tcpMaxConn 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.4 | tcpMaxConn | CHECKPOINT-MIB-2 |