Operations 3 min read

Using the "display interface brief" Command to View Interface Status and Utilization

The article explains how to use the 'display interface brief' command to view interface status, interpret various state symbols, read input/output utilization percentages, and calculate actual traffic rates for each interface on a network device.

Practical DevOps Architecture
Practical DevOps Architecture
Practical DevOps Architecture
Using the "display interface brief" Command to View Interface Status and Utilization

Users can run the display interface brief command to obtain a concise overview of each interface's operational state and configuration on the device.

The output includes status symbols where down indicates administratively down, (l) denotes loopback, (s) spoofing, (E) E‑Trunk down, (b) BFD down, (e) ETHOAM down, (dl) DLDP down, and (d) Dampening suppressed.

Sample output (shown as plain text):

Interface               PHY   Protocol InUti OutUti
GigabitEthernet0/0/1    up    up       0.06% 100%
GigabitEthernet0/0/2    up    up       100%  100%
GigabitEthernet0/0/3    up    up       0%    100%
GigabitEthernet0/0/4    up    up       10%   10%
GigabitEthernet0/0/5    up    up       32%   25%
GigabitEthernet0/0/6    down  down     0%    0%
... (remaining interfaces omitted for brevity) ...
NULL0                   up    up(s)    0%    0%

The columns InUti and OutUti represent the average bandwidth utilization over the last 300 seconds for inbound and outbound traffic, respectively. Traffic volume can be calculated as Interface Rate × Utilization. For example, GigabitEthernet0/0/5 (1 Gbit/s) with 32 % inbound and 25 % outbound utilization yields approximately 320 Mbit/s inbound and 250 Mbit/s outbound traffic.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

networkInterfaceutilizationCommand
Practical DevOps Architecture
Written by

Practical DevOps Architecture

Hands‑on DevOps operations using Docker, K8s, Jenkins, and Ansible—empowering ops professionals to grow together through sharing, discussion, knowledge consolidation, and continuous improvement.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.