All MIBs › CHECKPOINT-MIB-2 › tcpOutSegs
tcpOutSegs
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpOutSegs
OID (numeric): 1.3.6.1.2.1.6.11
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
What is tcpOutSegs?
The total number of TCP segments sent by this device on current connections, explicitly excluding segments containing only retransmitted data. Because retransmissions are excluded, this counter reflects genuinely new outbound data the gateway's own stack is producing, so comparing its growth rate to tcpInSegs shows whether the gateway's own TCP sessions are mostly sending, such as streaming logs out, or mostly receiving, such as pulling configuration updates. Example: tcpOutSegs growing much faster than tcpInSegs on this gateway is consistent with it actively streaming logs to a remote log server rather than mostly listening for inbound management traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.11 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpOutSegs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.11.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpOutSegs.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::tcpOutSegs 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.11 | tcpOutSegs | CHECKPOINT-MIB-2 |