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

33
Parameters
node node-id: Displays the packet statistics for a node. The node-id argument takes a node number of 0
or 1.
self-node: Displays the packet statistics for the local node.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started 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 display ipc packet to display the packet statistics for the specified node.
Examples
# Display the packet statistics for the local node.
<Sysname> display ipc packet self-node
ChannelID Sent-fragments Sent-packets Received-fragments Received-packets
--------------------------------------------------------------------------
11 828 810 819 810
13 0 0 0 0
14 5 3 5 5
15 0 0 0 0
16 0 0 0 0
17 50 50 37 35
19 0 0 0 0
Table 11 Command output
Field Descri
p
tion
ChannelID Channel number.
Sent-fragments Number of fragments sent.
Sent-packets
Number of packets sent.
Whether a packet is fragmented depends on the interface MTU and the packet size
in bytes. If the packet size is larger than the MTU, the packet is fragmented. If the
packet size is smaller than or equal to the MTU, the packet is sent.
Received-fragments Number of fragments successfully received.
Received-packets
Number of packets successfully received.
If fragments are received on an interface, the system reassembles the fragments and
sends a complete packet to the upper layer software.