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

Rebooting the Device with reload

When you need to restart the device — say, to apply configuration changes — use reload. It reboots the device, and every active connection is temporarily dropped while it does.

The syntax is reload, in privileged EXEC mode. When you run it, you may be asked whether to save unsaved configuration first.

Running reload restarts the device; it comes back up having loaded startup-config (the saved configuration).

A common stumble is reloading before saving with copy running-config startup-config — every unsaved change vanishes. Always confirm you've saved before a reboot.

In real work, it is used to confirm major changes and to recover misbehaving devices, but since it interrupts traffic, timing matters: schedule it for a maintenance window.

Networking
Try it (type this into the pseudo terminal)
reload

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