display tcp verbose
Use display tcp verbose to display detailed information about TCP connections.
Syntax
display tcp verbose [ slot slot-number [ pcb pcb-index ] ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
pcb pcb-index: Specifies a PCB by its index in the range of 1 to 16.
slot slot-number: Specifies an IRF member device by its member ID.
Usage guidelines
Detailed TCP connection information includes socket creator, state, option, type, protocol number, source IP address and port number, destination IP address and port number, and connection state.
Examples
# Display detailed information about TCP connections.
<Sysname> display tcp verbose TCP inpcb number: 1(tcpcb number: 1) Slot: 6 Creator: telnetd_mips[199] State: ISCONNECTED Options: N/A Error: 0 Receiving buffer(cc/hiwat/lowat/state): 0 / 65700 / 1 / N/A Sending buffer(cc/hiwat/lowat/state): 0 / 65700 / 512 / N/A Type: 1 Protocol: 6 Connection info: src = 192.168.20.200:23 , dst = 192.168.20.14:4181 Inpcb flags: N/A Inpcb vflag: INP_IPV4 TTL: 255(minimum TTL: 0) Connection state: ESTABLISHED Send VRF: 0x0 Receive VRF: 0x0
Table 36: Command output
Field | Description |
---|---|
TCP inpcb number | Number of TCP IP PCBs. |
tcpcb number | Number of TCP PCBs. |
Slot | ID of the IRF member device. |
Creator | Name of the operation that created the socket. The number in brackets is the process number of the creator. |
State | State of the socket. |
Options | Socket options. |
Error | Error code. |
Receiving buffer (cc/hiwat/lowat/state) | Displays receive buffer information in the following order:
|
Sending buffer (cc/hiwat/lowat/state) | Displays send buffer information in the following order:
|
Type | Socket type:
|
Protocol | Number of the protocol using the socket. |
Connection info | Source IP address and destination IP address. |
Inpcb flags | Flags in the Internet PCB:
|
Inpcb vflag | IP version flags in the Internet PCB:
|
TTL | TTL value in the Internet PCB. |