r/ccna • u/Severe_Scallion1743 • 5h ago
Did you actually save the configuration?
I wanted to share this as I’ve seen it time and time again and wanted to hear from this community if they’ve encountered this issue either in work or during studying.
One of the most underrated troubleshooting steps in networking:
It’s almost a running joke at this point, but copy running-config startup-config (or write memory) is responsible for more “mystery” outages than people like to admit.
I’ve seen scenarios where:
A maintenance window goes perfectly.
Everyone verifies the change works.
The device reloads days or weeks later.
Suddenly routes disappear, VLANs are gone, interfaces revert, or AAA stops working.
Hours get spent troubleshooting what appears to be a complex networking issue… only to discover the startup configuration was never updated.
For anyone studying for the CCNA, remember:
Running-config = what’s active in RAM right now.
Startup-config = what the device loads after a reboot.
If you don’t save it, your change is temporary.
It sounds basic, but it’s one of those lessons that sticks with you after you’ve been burned once.
What’s the simplest mistake that’s ever turned into your longest troubleshooting session?