R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101

641
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use display ipv6 socket to display socket information.
With no parameter specified, this command displays the information about all the sockets; with only the
socket type specified, the command displays the information about sockets of the specified type; with the
socket type, task ID and socket ID specified, the command displays the information about the specified
socket.
Examples
# Display the information of all sockets.
<Sysname> display ipv6 socket
SOCK_STREAM:
Task = VTYD(42), socketid = 2, Proto = 6,
LA = ::->23, FA = ::->0,
sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0,
socket option = SO_ACCEPTCONN SO_KEEPALIVE SO_REUSEPORT SO_SETKEEPALIVE,
socket state = SS_PRIV SS_ASYNC
Task = WEBS(1), socketid = 2, Proto = 6,
LA = ::->80, FA = ::->0,
sndbuf = 8192, rcvbuf = 8192, sb_cc = 0, rb_cc = 0,
socket option = SO_ACCEPTCONN SO_REUSEADDR SO_REUSEPORT,
socket state = SS_PRIV SS_ASYNC
SOCK_DGRAM:
Task = INFO(20), socketid = 2, Proto = 17,
LA = ::->0, FA = ::->0,
sndbuf = 9216, rcvbuf = 0, sb_cc = 0, rb_cc = 0,
socket option =,
socket state = SS_PRIV
Task = RDSO(58), socketid = 1, Proto = 17,
LA = ::->4047, FA = ::->0,
sndbuf = 9216, rcvbuf = 42080, sb_cc = 0, rb_cc = 0,
socket option =,
socket state = SS_PRIV
SOCK_RAW:
Table 147 Command output
Field Descri
p
tion
SOCK_STREAM TCP socket.
SOCK_DGRAM UDP socket.
SOCK_RAW Raw IP socket.
Task Task name and ID of the created socket.
socketid ID assigned by the kernel to the created socket.
Proto Protocol type, for example, 6 indicates TCP and 17 indicates UDP.
LA Local address and local port number.
FA Remote address and remote port number.