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
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk tcpConnTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TCP-MIB::tcpConnTable'
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 row .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…
Column Syntax OID
tcpConnStatedeprecated
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
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
Type Constraints:
range: 4
.1.3.6.1.2.1.6.13.1.2
The local port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.13.1.3
The remote IP address for this TCP connection.
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.2.1.6.13.1.4
tcpConnRemPortdeprecated
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
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk tcpConnectionTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TCP-MIB::tcpConnectionTable'
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 row .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…
Column Syntax OID
The address type of tcpConnectionLocalAddress.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.19.1.1
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
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.19.1.2
The local port number for this TCP connection.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.6.19.1.3
The address type of tcpConnectionRemAddress.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.19.1.4
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
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.19.1.5
The remote port number for this TCP connection.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.6.19.1.6
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
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
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
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk tcpListenerTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'TCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TCP-MIB::tcpListenerTable'
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 row .1.3.6.1.2.1.6.20.1
A conceptual row of the tcpListenerTable containing
information about a particular TCP listener.
Column Syntax OID
The address type of tcpListenerLocalAddress. The value
should be unknown (0) if connection initiations to all
local IP addresses are accepted.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.20.1.1
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
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.20.1.2
The local port number for this TCP connection.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.6.20.1.3
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
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.6.20.1.4