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

Enabling a Port with no shutdown

When a port you configured mysteriously won't work, check no shutdown. Cisco ports start out disabled (in shutdown state), and you must run no shutdown to enable them.

The syntax is no shutdown, inside interface configuration mode. Think of it as negating (no) the "shutdown" state, which enables the port.

Running no shutdown in interface configuration mode enables the port; if the cable is connected properly, the link comes up and the port can carry traffic.

A common stumble is having every other setting right — IP address and all — but forgetting no shutdown and agonizing over "why won't it communicate?" Always confirm the port is enabled after configuring it.

In real work, this is the first thing to check when bringing up newly added ports or restoring ports that were disabled during troubleshooting.

Networking
Try it (type this into the pseudo terminal)
no shutdown

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