show ipv6 netstat
28-8 IPv6 Management
C3(su)->show ipv6 netstat
Prot Local Address State
Foreign Address
---- -------------------------------------------- -----------
TCP 3333::211:88FF:FE59:4424.22 ESTABLISHED
2020::D480:1384:F58C:B114.1049
TCP 3333::211:88FF:FE59:4424.443 TIME_WAIT
2020::D480:1384:F58C:B114.1056
TCP ::.23 LISTEN
::.*
TCP 3333::211:88FF:FE59:4424.22 ESTABLISHED
2020::D480:1384:F58C:B114.1050
TCP 3333::211:88FF:FE59:4424.22 ESTABLISHED
3333::2117:F1C0:90B:910D.1045
TCP ::.80 LISTEN
::.*
TCP ::.22 LISTEN
::.*
TCP 3333::211:88FF:FE59:4424.80 ESTABLISHED
2020::D480:1384:F58C:B114.1053
TCP 3333::211:88FF:FE59:4424.80 ESTABLISHED
2020::D480:1384:F58C:B114.1054
TCP ::.443 LISTEN
::.*
TCP 3333::211:88FF:FE59:4424.22 ESTABLISHED
2020::D480:1384:F58C:B114.1048
TCP 3333::211:88FF:FE59:4424.443 TIME_WAIT
2020::D480:1384:F58C:B114.1055
Table 28-1 show ipv6 netstat Output Display
Output... What it displays...
Prot The name of the protocol, TCP or UDP
Local Address The IPv6 address of the local device and the port number being
used. If the port is not yet established, the port number is shown
as an asterisk (*)
Foreign Address The IPv6 address and port number of the remote device to which
the socket is connected. If the port is not yet established, the port
number is shown as an asterisk (*)
State Indicates the state of a TCP connection. The possible states are:
• CLOSE_WAIT
• CLOSED
• ESTABLISHED
•FIN_WAIT_1
•FIN_WAIT_2
• LAST_ACK
•LISTEN
• SYN_RECEIVED
• SYN_SEND
• TIME_WAIT
For more information about the states of a TCP connection, see
RFC 793.