All MIBs › CHECKPOINT-MIB-2 › tcpConnRemAddress
tcpConnRemAddress
Module: CHECKPOINT-MIB-2
OID (symbolic): CHECKPOINT-MIB-2::tcpConnRemAddress
OID (numeric): 1.3.6.1.2.1.6.13.1.4
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description: The remote IP address for this TCP connection.
What is tcpConnRemAddress?
The remote IP address for this TCP connection table entry. This is the field an admin checks when investigating who's actually talking to the gateway's own services right now; pairing it with the local port tells you not just that there's an SSH session, but exactly which external or internal host holds it open. Example: seeing tcpConnRemAddress point to an unfamiliar external IP on a connection to the management port is a direct, actionable lead for an incident investigation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.13.1.4 snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpConnRemAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.13.1.4.1 snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpConnRemAddress.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::tcpConnRemAddress 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.13 | tcpConnTable | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.6.13.1 | tcpConnEntry | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.6.13.1.4 | tcpConnRemAddress | CHECKPOINT-MIB-2 |