All MIBs › CHECKPOINT-MIB-2 › tcpActiveOpens
tcpActiveOpens
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpActiveOpens
OID (numeric): 1.3.6.1.2.1.6.5
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
What is tcpActiveOpens?
Counts the number of times TCP connections made a direct transition from CLOSED to SYN-SENT, meaning connections this device itself initiated. Because this only counts outbound-initiated connections, a rise here reflects the gateway itself opening new TCP sessions, to a log server, an update server, or a management console, so a spike unrelated to any known admin action is worth investigating as possibly unexpected outbound activity from the box itself. Example: tcpActiveOpens jumping at 2am with no scheduled job configured for that time would be worth checking against what process on the gateway initiated those connections.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.5 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpActiveOpens
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.5.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpActiveOpens.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::tcpActiveOpens 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.5 | tcpActiveOpens | CHECKPOINT-MIB-2 |