1-8
If no interface type is specified, this command displays traffic statistics for all interfaces that have
traffic counters.
Examples
# Display inbound traffic statistics for all GigabitEthernet interfaces.
<Sysname> display counters inbound interface gigabitethernet
Interface Total(pkts) Broadcast(pkts) Multicast(pkts) Err(pkts)
GE2/0/1 100 100 0 0
GE2/0/2 0 0 0 0
GE2/0/3 Overflow Overflow Overflow OverFlow
GE2/0/4 0 0 0 0
Overflow: more than 14 decimal digits(7 digits for column "Err").
--: not supported.
Table 1-3 display counters command output description
Field Description
Interface Abbreviated interface name
Total (pkts)
Total number of packets received or sent through the interface. (You can
specify a traffic direction by using the
inbound
or
outbound
keyword.)
Broadcast (pkts)
Total number of broadcast packets received/sent through the interface. (You
can specify a traffic direction by using the
inbound
or
outbound
keyword.)
Multicast (pkts)
Total number of multicast packets received/sent through the interface. (You
can specify a traffic direction by using the
inbound
or
outbound
keyword.)
Err (pkts)
Total number of error packets received/sent through the interface. (You can
specify a traffic direction by using the
inbound
or
outbound
keyword.)
Overflow: more than 14
decimal digits(7 digits for
column "Err").
The command displays
Overflow
, if:
The data length of an error statistic is greater than 7 decimal digits.
The data length of a statistic of any other type is greater than 14 decimal
digits.
--: not supported. The statistical item is not supported.
display counters rate
Syntax
display counters rate { inbound | outbound } interface [ interface-type ] [ | { begin | exclude |
include } regular-expression ]
View
Any view
Default Level
1: Monitor level
Parameters
inbound: Displays inbound traffic rate statistics.