F3215-HP Load Balancing Module Network Management Command Reference-6PW101

353
socket option = SO_REUSEADDR,
socket state = SS_PRIV SS_ASYNC
Table 82 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.
sndbuf Size of the send buffer.
rcvbuf Size of the receive buffer.
sb_cc Number of bytes sent by the send buffer.
rb_cc Number of bytes received by the receive buffer.
socket option
Socket option set by the application:
SO_ACCEPTCONN—Detects connection request at the server end.
SO_REUSEADDR—Allows for reuse of a local address.
SO_REUSEPORT—Allows for reuse of a local port.
SO_SENDVPNID—Enables sending of the VPN ID.
socket state State of the socket.
display ipv6 statistics
Use display ipv6 statistics to display statistics of IPv6 packets and ICMPv6 packets.
Syntax
display ipv6 statistics [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see System Management Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.