CHECKPOINT-MIB-2 :: tcpAttemptFails

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCHECKPOINT-MIB-2tcpAttemptFails

tcpAttemptFails

Module: CHECKPOINT-MIB-2

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

OID (numeric): 1.3.6.1.2.1.6.7

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 SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.

What is tcpAttemptFails?

Counts TCP connections that transitioned directly from SYN-SENT or SYN-RCVD to CLOSED, plus those that fell back from SYN-RCVD to LISTEN, meaning connection attempts that failed to complete the handshake. For connections the gateway itself initiates or listens for, a rising tcpAttemptFails points to a peer refusing or timing out the handshake, useful for spotting a management-plane service, like a log server, that's become unreachable even though the gateway's basic network path is fine. Example: tcpAttemptFails rising specifically for the gateway's connections to its configured update server, while other outbound connections succeed, isolates the problem to that one peer rather than the network path in general.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.7
snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpAttemptFails

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.6.7.1
snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpAttemptFails.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::tcpAttemptFails 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.7tcpAttemptFailsCHECKPOINT-MIB-2