How to Reset a Cisco 3900 Router?
Resetting a Cisco 3900 Series router can be done in two main ways: a soft reset (to factory defaults through the CLI) and a hard reset (using the router’s mode button). Here's how to do both:
✅ Method 1: Factory Reset via CLI (Command-Line Interface)
Use this if you have access to the router's console.
Step-by-Step:
-
Connect to the Router
-
Use a console cable and connect via terminal emulator (e.g., PuTTY, Tera Term).
-
-
Enter Privileged EXEC Mode
-
Erase Startup Configuration
or
-
Confirm Erasure
-
The router will prompt to confirm. Type
y
oryes
.
-
-
Reload the Router
-
Do Not Save When Prompted
-
When asked to save the configuration, type
no
.
-
After reboot, the router will return to its default (out-of-box) settings.
🔁 Method 2: Physical Reset (Using the Mode Button)
Use this if you've lost CLI access or password.
Steps:
-
Power Off the Router
-
Unplug the power cable.
-
-
Press and Hold the
Mode
Button-
It’s usually on the front panel of the device.
-
-
Power On While Holding the Mode Button
-
Keep holding the button for 10–15 seconds until the router enters ROMMON mode (you'll see the prompt change in the console:
rommon>
).
-
-
Initialize Flash File System
-
This bypasses the startup configuration, letting you enter the router without a password.
-
-
Access Privileged Mode
-
Erase Existing Config
-
Reset Config Register
After reload, run:
This restores the router to factory defaults and ensures it boots normally next time.
⚠️ Important Notes
-
Always backup configurations before resetting if possible.
-
After reset, the router will lose all custom settings (IP addresses, passwords, VLANs, etc.).
-
If you’re working in a production environment, notify stakeholders before reset.
Need help with a specific configuration after reset (e.g., setting up interfaces or routing)? Let me know!
Comments
Post a Comment