show interface counters rate

Use this command to display the average traffic rate over the load interval of the interface.

Command Syntax

Copy
show interface (IFNAME|) counters rate (kbps|mbps|gbps|)
show interface cpu counters rate (kbps|mbps|gbps|)

Parameters

IFNAME

Interface name.

kbps

Kilobits per second.

mbps

Megabits per second.

gbps

Gigabits per second.

cpu

CPU interface.

Default

None

Command Mode

Execution mode and Privileged execution mode

Applicability

This command was introduced before OcNOS version 1.3.

Example

Copy
#show interface counters rate 
+-------------+---------------------------+-------------------------------+
|             |              Rx           |               Tx              |
|  Interface  |---------------------------+-------------------------------|
|             |      bps     |      pps   |      bps      |      pps      |
+-------------+---------------------------+-------------------------------+
 xe1/1         548439552       1008160     544400           1000 

#show interface cpu counters rate
Load interval: 30 second
+-------------------+--------------+-------------+--------------+-------------+
|    CPU Queue(%)   |    Rx bps    |    Rx pps   |    Tx bps    |    Tx pps   |
+-------------------+--------------+-------------+--------------+-------------+
 isis         (  0%) -              -             742            0
 arp          (  0%) -              -             6              0

Here is the explanation of the show command output fields.

Table 99.

show interface counters rate output details

Field

Description

Interface

The particular interface.

RX

Number of hello packets received from the neighbor.

TX

Number hello packets transmitted to the neighbor.

bps

Bytes per second.

pps

Packets per second.

CPU Queue

CPU Queues used for various functions. In the example the CPU is maintaining queues for ARP and the IS-IS routing facilities.

Load interval

The length of time for which data is used to compute load statistics.

RX bps

Number of hello packets received from the neighbor in bytes per second.

RX pps

Number of hello packets received from the neighbor in packets per second.

TX bps

Number hello packets transmitted to the neighbor in bytes per second.

Tx pps

Number hello packets transmitted to the neighbor in packets per second.