All MIBs › CHECKPOINT-MIB-2 › tcpPassiveOpens
tcpPassiveOpens
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpPassiveOpens
OID (numeric): 1.3.6.1.2.1.6.6
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
What is tcpPassiveOpens?
Counts the number of times TCP connections made a direct transition from LISTEN to SYN-RCVD, meaning connections other hosts initiated toward a listening service on this device. This measures inbound connection attempts to whatever TCP services the gateway itself exposes, such as SSH or the management API, so a rise here without a corresponding legitimate increase in admin activity can indicate scanning or brute-force attempts against the gateway's own management interface. Example: tcpPassiveOpens climbing sharply against the SSH port with no admins reporting new sessions is consistent with an automated login-attempt sweep against the gateway itself.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.6 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpPassiveOpens
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.6.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpPassiveOpens.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::tcpPassiveOpens 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.6 | tcpPassiveOpens | CHECKPOINT-MIB-2 |