Parameter | Description | Value |
---|---|---|
local-ip l6address |
Displays the IPv6 TCP connection with a specified local IP address. |
The address is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
local-port lport |
Displays the IPv6 TCP connection with a specified local port number. |
The value ranges from 0 to 65535. |
remote-ip f6address |
Displays the IPv6 TCP connection with a specified remote IP address. |
The address is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
remote-port fport |
Displays the IPv6 TCP connection with a specified remote port number. |
The value ranges from 0 to 65535. |
cid taskid |
Displays information about IPv6 UDP connections based on a specified CID of the APP component. |
The value is an integer that ranges from 0 to FFFFFFFF in hexadecimal notation. |
socket-id soFd |
Displays the IPv6 TCP connection with a specified socket ID. |
The value is an integer that ranges from 0 to 2147418111. |
Usage Scenario
The display udp ipv6 status command is used to view a list of all valid IPv6 UDP control blocks and gives the following information for each valid IPv6 UDP control block:
Precautions
No information is displayed if there is no IPv6 UDP connection on the device.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display udp ipv6 status
---------------------------------------------------------------------------------
SockId Cid Local Address Foreign Address FeNode
---------------------------------------------------------------------------------
1 0x80742726 ::->3784 ::->0 0
5 0x80D5271A ::->161 ::->0 0
---------------------------------------------------------------------------------
Item | Description |
---|---|
SockId | IPv6 UDP socket ID. |
Cid | Cid of the APP component. |
Local Address | Local IPv6 address and port number of a UDP connection. |
Foreign Address | Remote IPv6 address and port number of a UDP connection. |
FeNode | Node ID of a board. |