All MIBs › CHECKPOINT-MIB-2 › tcpInSegs
tcpInSegs
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpInSegs
OID (numeric): 1.3.6.1.2.1.6.10
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The total number of segments received, including those received in error. This count includes segments received on currently established connections.
What is tcpInSegs?
The total number of TCP segments received by this device, including segments received in error and those on already-established connections. Since this counts all TCP traffic terminating on the gateway's own stack, not passthrough traffic which the firewall counters track separately, a mismatch between expected management-plane volume and this counter's growth is a way to spot unusual load specifically on the box's own services. Example: tcpInSegs growing far faster than the number of admin sessions or expected API calls would justify suggests something, possibly unauthorized, is generating heavy TCP traffic directly to the gateway's own stack.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.10 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpInSegs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.10.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpInSegs.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::tcpInSegs 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.10 | tcpInSegs | CHECKPOINT-MIB-2 |