Ad space (banner)
📡Networking Lessons
Lesson 12 / 39

Listing Interfaces with show ip interface brief

When you want a quick overview of every port's IP address and status, use show ip interface brief. It lists the IP address and state (enabled/disabled, link status) of every interface.

The syntax is show ip interface brief, in privileged EXEC mode. It is a staple command, often shortened to sh ip int br.

Running show ip interface brief shows each port's name, IP address, Status (up/down) and Protocol (up/down) in a table — the whole device's connectivity at a glance.

A common stumble is judging a port "connected" from only one column. Only when both Status and Protocol are up is the port genuinely able to communicate.

In real work, the classic first move when trouble strikes is show ip interface brief to grasp the overall picture before digging into details.

Networking
Try it (type this into the pseudo terminal)
show ip interface brief

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)