- Table of Contents
-
- 08-Layer 3 - IP Services
- 01-HH3C-ARP-RATELIMIT-MIB
- 02-HH3C-ARP-SUPPRESSION-MIB
- 03-HH3C-ARP-TRAP-MIB
- 04-HH3C-BPA-MIB
- 05-HH3C-DHCP-SNOOP2-MIB
- 06-HH3C-DHCP4-CLIENT-MIB
- 07-HH3C-DHCP4-MIB
- 08-HH3C-DHCP6-MIB
- 09-HH3C-FIB-MIB
- 10-HH3C-IP-ADDRESS-MIB
- 11-HH3C-IPFW-MIB
- 12-HH3C-IPV6-ADDRESS-MIB
- 13-HH3C-NAT-MIB
- 14-HH3C-ND-TRAP-MIB
- 15-HH3C-SESSION-MIB
- 16-HH3C-TCP-MIB
- 17-HH3C-DNS-MIB
- 18-IP-MIB
- 19-IPV6-ICMP-MIB
- 20-IPV6-MIB
- 21-IPV6-TCP-MIB
- 22-IPV6-UDP-MIB
- 23-TCP-MIB
- 24-UDP-MIB
- Related Documents
-
Title | Size | Download |
---|---|---|
21-IPV6-TCP-MIB | 69.71 KB |
IPV6-TCP-MIB
About this MIB
This MIB is defined by RFC 2452. Use this MIB to obtain IPv6 TCP connection information.
MIB file name
rfc2452-ipv6-tcp.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).tcp(6)
Tabular objects
ipv6TcpConnTable
About this table
Use this table to obtain IPv6 TCP connection information.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are ipv6TcpConnLocalAddress, ipv6TcpConnLocalPort, ipv6TcpConnRemAddress, ipv6TcpConnRemPort, and ipv6TcpConnIfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipv6TcpConnLocalAddress (1.3.6.1.2.1.6.16.1.1) |
Not-accessible |
Ipv6Address |
Standard MIB values. |
Local IPv6 address for a TCP connection. The value of ::0 indicates that the process is ready to accept a connection request from any port. |
As per the MIB. |
ipv6TcpConnLocalPort (1.3.6.1.2.1.6.16.1.2) |
not-accessible |
INTEGER |
INTEGER (0..65535) |
Local port number for the TCP connection. |
As per the MIB. |
ipv6TcpConnRemAddress (1.3.6.1.2.1.6.16.1.3) |
not-accessible |
Ipv6Address |
Standard MIB values. |
Remote IPv6 address for the TCP connection. |
As per the MIB. |
ipv6TcpConnRemPort (1.3.6.1.2.1.6.16.1.4) |
not-accessible |
INTEGER |
INTEGER (0..65535) |
Remote port number for the TCP connection. |
As per the MIB. |
ipv6TcpConnIfIndex (1.3.6.1.2.1.6.16.1.5) |
not-accessible |
Ipv6IfIndexOrZero |
Standard MIB values. |
Index of the interface associated with the local IPv6 address for the TCP connection. |
As per the MIB. |
ipv6TcpConnState (1.3.6.1.2.1.6.16.1.6) |
read-write |
INTEGER |
closed(1) listen(2) synSent(3) synReceived(4) established(5) finWait1(6) finWait2(7) closeWait(8) lastAck(9) closing(10) timeWait(11) deleteTCB(12) |
TCP connection state. The only value that a management station can set is deleteTCB(12). If a management station tries to set the object to a value other than deleteTCB(12), the agent will return an error response. If the object value is set to deleteTCB(12), TCB will be deleted and the corresponding TCP connection will be terminated. |
Read only. |