148
ID assigned by the kernel to the created socket
Protocol type, for example, 6 indicates TCP and 17 indicates UDP.
Local address and local port number
Remote address and remote port number
Size of the receive buffer
Number of bytes sent by the send buffer
Number of bytes received by the receive buffer
Socket option set by the application, which can be:
ï‚· 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.
display ipv6 statistics
Syntax
display ipv6 statistics [ slot slot-number ] [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
slot slot-number: Displays statistics of IPv6 packets and ICMPv6 packets on a specified device in an IRF. If
no IRF is formed, related information of only the current device is displayed. The slot-number argument
indicates the member ID of the device.
If the switch does not support IRF, the slot-number argument must be 1.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see the Fundamentals 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.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use the display ipv6 statistics command to display statistics of IPv6 packets and ICMPv6 packets.
You can use the reset ipv6 statistics command to clear all IPv6 and ICMPv6 packet statistics.