All MIBs › Cxr-connect-MIB › tcpConnEntry
tcpConnEntry
Module: Cxr-connect-MIB
OID (symbolic): Cxr-connect-MIB::tcpConnEntry
OID (numeric): 1.3.6.1.2.1.6.13.1
Node type: OBJECT-TYPE
Access: read-only
Description: Information about a particular current TCP connection. An object of this type is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state.
What is tcpConnEntry?
This is the conceptual row of the TCP connections table, describing one current TCP connection (its state, local/remote addresses, and ports), indexed by the local/remote address-port tuple. The MIB notes the row disappears once the connection reaches CLOSED, so it's a live snapshot, not a history.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.13.1 snmpwalk -v2c -c public <target> Cxr-connect-MIB::tcpConnEntry
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.13.1.1 snmpget -v2c -c public <target> Cxr-connect-MIB::tcpConnEntry.1
Start monitoring CXR serial/WAN connectivity equipment with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the Cxr-connect-MIB::tcpConnEntry OID value, configure state conditions and alerts, and monitor any CXR serial/WAN connectivity equipment from a single console.
OID Breakdown
Upper-level ancestors (8 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 |
| 1.3.6.1.2.1.6 | tcp | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.6.13 | tcpConnTable | CHECKPOINT-MIB-2 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.6.13.1 | tcpConnEntry | Cxr-connect-MIB |