IPV6-TCP-MIB
AI MIB Summary
The IPV6-TCP-MIB enables monitoring and management of TCP protocol instances operating over IPv6 networks on compliant network devices. It provides standardized access to critical metrics including active connection states, retransmission rates, segment counts, and TCP control block parameters specific to the IPv6 transport layer.
The MIB module for entities implementing TCP over IPv6.
Main OID:
ipv6TcpMIB.1.3.6.1.3.86
15
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
15 total| Object Name |
|---|
tcp OBJECT IDENTIFIER .1.3.6.1.2.1.6 |
ipv6TcpConnTableA table containing TCP connection-specific information, for only those connections whose endpoints are IPv6 addresses. SEQUENCE OF Ipv6TcpConnEntry .1.3.6.1.2.1.6.16 |
ipv6TcpConnEntryA 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 transition to the CLOSED state. Note that conceptual rows in this table require an additional index object compared to tcpConnTable, since IPv6 addresses are not guaranteed to be unique on the managed node. Ipv6TcpConnEntry .1.3.6.1.2.1.6.16.1 |
ipv6TcpConnLocalAddressThe 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. Ipv6Address (IPV6-TC) .1.3.6.1.2.1.6.16.1.1 |
ipv6TcpConnLocalPortThe local port number for this TCP connection. INTEGER .1.3.6.1.2.1.6.16.1.2 |
ipv6TcpConnRemAddressThe remote IPv6 address for this TCP connection. Ipv6Address (IPV6-TC) .1.3.6.1.2.1.6.16.1.3 |
ipv6TcpConnRemPortThe remote port number for this TCP connection. INTEGER .1.3.6.1.2.1.6.16.1.4 |
ipv6TcpConnIfIndexAn 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 the connection's local address (ipv6TcpConnLocalAddress) is not a link-local address, this object identifies a local interface on the same link as the connection's remote link-local address. Otherwise, this object identifies the local interface that is associated with the ipv6TcpConnLocalAddress for this TCP connection. If such a local interface cannot be determined, this object should take on the value 0. (A possible example of this would be if the value of ipv6TcpConnLocalAddress is ::0.) The interface identified by a particular non-0 value of this index is the same interface as identified by the same value of ipv6IfIndex. The value of this object must remain constant during the life of the TCP connection. Ipv6IfIndexOrZero (IPV6-TC) .1.3.6.1.2.1.6.16.1.5 |
ipv6TcpConnStateThe 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, 'wrongValue' for SNMPv2) if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).rw Enumeration .1.3.6.1.2.1.6.16.1.6 |
ipv6TcpMIBThe MIB module for entities implementing TCP over IPv6. MODULE-IDENTITY .1.3.6.1.3.86 |
ipv6TcpConformance OBJECT IDENTIFIER .1.3.6.1.3.86.2 |
ipv6TcpCompliances OBJECT IDENTIFIER .1.3.6.1.3.86.2.1 |
ipv6TcpComplianceThe compliance statement for SNMPv2 entities which implement TCP over IPv6. Unknown .1.3.6.1.3.86.2.1.1 |
ipv6TcpGroups OBJECT IDENTIFIER .1.3.6.1.3.86.2.2 |
ipv6TcpGroupThe group of objects providing management of TCP over IPv6. Unknown .1.3.6.1.3.86.2.2.1 |