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
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk ipv6TcpConnTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'IPV6-TCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPV6-TCP-MIB::ipv6TcpConnTable'
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 row .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…
Column Syntax OID
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
Type Constraints:
range: 16
.1.3.6.1.2.1.6.16.1.1
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
The remote IPv6 address for this TCP connection.

This object is obsoleted by TCP-MIB::tcpConnectionRemAddress.
IPV6-TCIpv6Address
Type Constraints:
range: 16
.1.3.6.1.2.1.6.16.1.3
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
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
Type Constraints:
range: 0..2147483647
.1.3.6.1.2.1.6.16.1.5
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