All MIBs › CHECKPOINT-MIB-2 › tcpAttemptFails
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 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.7 | tcpAttemptFails | CHECKPOINT-MIB-2 |