CHECKPOINT-MIB-2 :: tcpConnLocalAddress

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCHECKPOINT-MIB-2tcpConnLocalAddress

tcpConnLocalAddress

Module: CHECKPOINT-MIB-2

OID (symbolic): CHECKPOINT-MIB-2::tcpConnLocalAddress

OID (numeric): 1.3.6.1.2.1.6.13.1.2

Node type: OBJECT-TYPE

Type: IpAddress

Access: read-only

Description: The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used.

What is tcpConnLocalAddress?

The local IP address for a specific TCP connection row in the connection table, noting a listening socket willing to accept on any interface reports 0.0.0.0. This lets an admin see, per active connection, exactly which of the gateway's own IPs a session is bound to, useful on a multi-homed appliance to confirm the management API is only being reached via the intended management IP and not accidentally exposed on a customer-facing address. Example: finding a tcpConnLocalAddress entry showing the external interface's IP for a connection to the management port would reveal the service is unexpectedly reachable from outside, not just internally as intended.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.13.1.2
snmpwalk -v2c -c public <target> CHECKPOINT-MIB-2::tcpConnLocalAddress

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.2.1.6.13.1.2.1
snmpget -v2c -c public <target> CHECKPOINT-MIB-2::tcpConnLocalAddress.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::tcpConnLocalAddress 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.2mgmtAXON-MIB
1.3.6.1.2.1mib_2AXON-MIB
Numeric OIDNameModule
1.3.6.1.2.1.6tcpCHECKPOINT-MIB-2
1.3.6.1.2.1.6.13tcpConnTableCHECKPOINT-MIB-2
1.3.6.1.2.1.6.13.1tcpConnEntryCHECKPOINT-MIB-2
1.3.6.1.2.1.6.13.1.2tcpConnLocalAddressCHECKPOINT-MIB-2