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

Viewing the Configuration with show running-config

When you want to see every setting currently on the device, use show running-config. It displays the entire configuration currently active in the device's memory.

The syntax is show running-config, in privileged EXEC mode. It is very commonly abbreviated to show run.

Running show running-config lists everything currently in effect as text — hostname, per-port settings, VLANs, routing, and more.

A common stumble is overlooking the difference between running-config (what is active now) and startup-config (what loads at next boot), forgetting to save, and losing changes after a reboot.

In real work, this is one of the most frequently run commands of all — for verifying changes and for understanding the current state during troubleshooting.

Networking
Try it (type this into the pseudo terminal)
show running-config

🧑‍💻 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)