TCP-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
17

tcpConnTable

table deprecated
.1.3.6.1.2.1.6.13 · 1 row entry · 5 columns
A table containing information about existing IPv4-specific
TCP connections or listeners.  This table has been
deprecated in favor of the version neutral
tcpConnectionTable.
tcpConnEntry entry .1.3.6.1.2.1.6.13.1
A conceptual row of the tcpConnTable containing information
about a particular current IPv4 TCP connection. Each row
of this table is transient in that it ceases to exist when
(or soon after) the connection makes the t…
Indexes
tcpConnLocalAddress tcpConnLocalPort tcpConnRemAddress tcpConnRemPort
Column Syntax OID
tcpConnState deprecated
The state of this TCP connection.

The only value that may be set by a management station is
deleteTCB(12). Accordingly, it is appropriate for an agent
to return a `badValue' response if a management stat…
Enumerationr/w
Enumerated Values:
1closed
2listen
3synSent
4synReceived
5established
6finWait1
7finWait2
8closeWait
9lastAck
10closing
11timeWait
12deleteTCB
.1.3.6.1.2.1.6.13.1.1
tcpConnLocalAddress deprecated
The local IP address for this TCP connection. In the case
of a connection in the listen state willing to
accept connections for any IP interface associated with the
node, the value 0.0.0.0 is used.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.2.1.6.13.1.2
tcpConnLocalPort deprecated
The local port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.13.1.3
tcpConnRemAddress deprecated
The remote IP address for this TCP connection.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.2.1.6.13.1.4
tcpConnRemPort deprecated
The remote port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.13.1.5
.1.3.6.1.2.1.6.19 · 1 row entry · 8 columns
A table containing information about existing TCP
connections.  Note that unlike earlier TCP MIBs, there
is a separate table for connections in the LISTEN state.
tcpConnectionEntry entry .1.3.6.1.2.1.6.19.1
A conceptual row of the tcpConnectionTable containing
information about a particular current TCP connection.
Each row of this table is transient in that it ceases to
exist when (or soon after) the connection makes the
t…
Indexes
tcpConnectionLocalAddressType tcpConnectionLocalAddress tcpConnectionLocalPort tcpConnectionRemAddressType tcpConnectionRemAddress tcpConnectionRemPort
Column Syntax OID
tcpConnectionLocalAddressType
The address type of tcpConnectionLocalAddress.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.19.1.1
tcpConnectionLocalAddress
The local IP address for this TCP connection. The type
of this address is determined by the value of
tcpConnectionLocalAddressType.

As this object is used in the index for the
tcpConnectionTable, impleme…
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.19.1.2
tcpConnectionLocalPort
The local port number for this TCP connection.
INET-ADDRESS-MIBInetPortNumber
Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.6.19.1.3
tcpConnectionRemAddressType
The address type of tcpConnectionRemAddress.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.19.1.4
tcpConnectionRemAddress
The remote IP address for this TCP connection. The type
of this address is determined by the value of
tcpConnectionRemAddressType.

As this object is used in the index for the
tcpConnectionTable, implemen…
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.19.1.5
tcpConnectionRemPort
The remote port number for this TCP connection.
INET-ADDRESS-MIBInetPortNumber
Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.6.19.1.6
tcpConnectionState
The state of this TCP connection.

The value listen(2) is included only for parallelism to the
old tcpConnTable and should not be used. A connection in
LISTEN state should be present in the tcpListenerTab…
Enumerationr/w
Enumerated Values:
1closed
2listen
3synSent
4synReceived
5established
6finWait1
7finWait2
8closeWait
9lastAck
10closing
11timeWait
12deleteTCB
.1.3.6.1.2.1.6.19.1.7
tcpConnectionProcess
The system's process ID for the process associated with
this connection, or zero if there is no such process. This
value is expected to be the same as HOST-RESOURCES-MIB::
hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunInd…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.6.19.1.8
.1.3.6.1.2.1.6.20 · 1 row entry · 4 columns
A table containing information about TCP listeners.  A
listening application can be represented in three
possible ways:
          
1. An application that is willing to accept both IPv4 and
   IPv6 datagrams is represented by
          
   a tcpListenerLocalAddressType of unknown (0) and
   a tcpListenerLocalAddress of ''h (a zero-length
   octet-string).
          
2. An application that is willing to accept only IPv4 or
   IPv6 datagrams is represented by a
   tcpListenerLocalAddressType of the appropriate address
   type and a tcpListenerLocalAddress of '0.0.0.0' or '::'
   respectively.
          
3. An application that is listening for data destined
   only to a specific IP address, but from any remote
   system, is represented by a tcpListenerLocalAddressType
   of an appropriate address type, with
   tcpListenerLocalAddress as the specific local address.
          
NOTE: The address type in this table represents the
address type used for the communication, irrespective
of the higher-layer abstraction.  For example, an
application using IPv6 'sockets' to communicate via
IPv4 between ::ffff:10.0.0.1 and ::ffff:10.0.0.2 would
use InetAddressType ipv4(1)).
tcpListenerEntry entry .1.3.6.1.2.1.6.20.1
A conceptual row of the tcpListenerTable containing
information about a particular TCP listener.
Indexes
tcpListenerLocalAddressType tcpListenerLocalAddress tcpListenerLocalPort
Column Syntax OID
tcpListenerLocalAddressType
The address type of tcpListenerLocalAddress. The value
should be unknown (0) if connection initiations to all
local IP addresses are accepted.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.20.1.1
tcpListenerLocalAddress
The local IP address for this TCP connection.

The value of this object can be represented in three
possible ways, depending on the characteristics of the
listening application:

1. For an ap…
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.20.1.2
tcpListenerLocalPort
The local port number for this TCP connection.
INET-ADDRESS-MIBInetPortNumber
Textual Convention: INET-ADDRESS-MIBInetPortNumber Unsigned32
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.6.20.1.3
tcpListenerProcess
The system's process ID for the process associated with
this listener, or zero if there is no such process. This
value is expected to be the same as HOST-RESOURCES-MIB::
hrSWRunIndex or SYSAPPL-MIB::sysApplElmtRunIndex…
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.6.20.1.4