3
Default level
1: Monitor level
Parameters
inbound: Displays inbound traffic statistics.
outbound: Displays outbound traffic statistics.
interface-type: Specifies an interface type.
|: 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.
Example
# Display inbound traffic statistics for all GigabitEthernet interfaces.
<Sysname> display counters inbound interface gigabitethernet
Interface Total(pkts) Broadcast(pkts) Multicast(pkts) Err(pkts)
GE1/0/1 100 100 0 0
GE1/0/2 0 0 0 0
GE1/0/3 Overflow Overflow Overflow Overflow
GE1/0/4 0 0 0 0
Overflow: more than 14 decimal digits(7 digits for column "Err").
--: not supported.
Table 1 Command output
Abbreviated interface name
Total number of packets received or sent through the interface
Total number of broadcast packets received or sent through the interface
Total number of multicast packets received or sent through the interface
Total number of error packets received or sent through the interface
Overflow: more than 14
decimal digits(7 digits for
column "Err").
The command displays Overflow, if any of the following applies:
The data length of an error statistic is greater than 7 decimal digits
The data length of a non-error statistic is greater than 14 decimal digits
The statistical item is not supported
display counters rate
Description
Use the display counters rate command to display traffic rate statistics over the last sampling interval.