CHECKPOINT-MIB-2 :: tcpEstabResets

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCHECKPOINT-MIB-2tcpEstabResets

tcpEstabResets

Module: CHECKPOINT-MIB-2

OID (symbolic): CHECKPOINT-MIB-2::tcpEstabResets

OID (numeric): 1.3.6.1.2.1.6.8

Node type: OBJECT-TYPE

Type: Counter

Access: read-only

Description: The number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.

What is tcpEstabResets?

Counts TCP connections that transitioned directly from ESTABLISHED or CLOSE-WAIT to CLOSED, meaning connections that were reset rather than closed gracefully. For TCP sessions terminating on the gateway's own stack, an increase here suggests something is abruptly killing already-established sessions, whether a timeout, a peer application crashing, or a middlebox on the path injecting resets. Example: tcpEstabResets rising only for the gateway's Secure Internal Communication connection to the management server, right when admins report the management connection dropping intermittently, ties the symptom directly to this counter.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.8
snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpEstabResets

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.6.8.1
snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpEstabResets.1

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> tcpEstabResets.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::tcpEstabResets 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.2mgmtAXON-MIB
1.3.6.1.2.1mib_2AXON-MIB
Numeric OIDNameModule
1.3.6.1.2.1.6tcpCHECKPOINT-MIB-2
1.3.6.1.2.1.6.8tcpEstabResetsCHECKPOINT-MIB-2