IPV6-TCP-MIB Table View

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

Tables
1
Rows
1
Columns
6

ipv6TcpConnTable

table obsolete
.1.3.6.1.2.1.6.16 · 1 row entry · 6 columns
A table containing TCP connection-specific information,
for only those connections whose endpoints are IPv6 addresses.
          
This table is obsoleted by TCP-MIB::tcpConnectionTable.
ipv6TcpConnEntry entry .1.3.6.1.2.1.6.16.1
A conceptual row of the ipv6TcpConnTable 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 tr…
Indexes
ipv6TcpConnLocalAddress ipv6TcpConnLocalPort ipv6TcpConnRemAddress ipv6TcpConnRemPort ipv6TcpConnIfIndex
Column Syntax OID
ipv6TcpConnLocalAddress obsolete
The local IPv6 address for this TCP connection. In
the case of a connection in the listen state which
is willing to accept connections for any IPv6
address associated with the managed node, the value
::0 is used.
IPV6-TCIpv6Address
Textual Convention: IPV6-TCIpv6Address OctetString
Type Constraints:
range: 16
.1.3.6.1.2.1.6.16.1.1
ipv6TcpConnLocalPort obsolete
The local port number for this TCP connection.

This object is obsoleted by TCP-MIB::tcpConnectionLocalPort.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.16.1.2
ipv6TcpConnRemAddress obsolete
The remote IPv6 address for this TCP connection.

This object is obsoleted by TCP-MIB::tcpConnectionRemAddress.
IPV6-TCIpv6Address
Textual Convention: IPV6-TCIpv6Address OctetString
Type Constraints:
range: 16
.1.3.6.1.2.1.6.16.1.3
ipv6TcpConnRemPort obsolete
The remote port number for this TCP connection.

This object is obsoleted by TCP-MIB::tcpConnectionRemPort.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.16.1.4
ipv6TcpConnIfIndex obsolete
An index object used to disambiguate conceptual rows in
the table, since the connection 4-tuple may not be unique.

If the connection's remote address (ipv6TcpConnRemAddress)
is a link-local address and th…
IPV6-TCIpv6IfIndexOrZero
Textual Convention: IPV6-TCIpv6IfIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.2.1.6.16.1.5
ipv6TcpConnState obsolete
The state of this TCP connection.

The only value which may be set by a management station is
deleteTCB(12). Accordingly, it is appropriate for an agent
to return an error response ('badValue' for SNMPv1,…
Enumerationr/w
Enumerated Values:
1closed
2listen
3synSent
4synReceived
5established
6finWait1
7finWait2
8closeWait
9lastAck
10closing
11timeWait
12deleteTCB
.1.3.6.1.2.1.6.16.1.6