R3303-HP HSR6800 Routers Network Management and Monitoring Command Reference
93
Views
Any view
Default command level
1: Monitor level
Parameters
node node-id: Displays channel information for the node specified by the node-id argument. In
standalone mode, the value range for the node-id argument is 0 to 13 for HSR6802, 0 to 15 for
HSR6804, and 0 to 19 for HSR6808. In IRF mode, the value range for the node-id argument is 0 to 39.
self-node: Displays packet statistics for the local node.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see 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.
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 19 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.