How to Reset Password and Username on Cisco IR829GW by PuTTY
If you are using a Cisco IR829GW router and have forgotten your password and username, don't worry! In this article, we will guide you through the process of resetting your password and username using PuTTY, a popular SSH and telnet client for Windows.
Prerequisites
Before we begin, make sure you have the following:
- A computer running Windows
- PuTTY installed on your computer (you can download it from the official website: https://www.putty.org/)
- A network connection to your Cisco IR829GW router
Resetting Password and Username
Follow the step-by-step instructions below to reset your password and username:
- Launch PuTTY on your computer.
- In the "Host Name (or IP address)" field, enter the IP address of your Cisco IR829GW router.
- Make sure the "SSH" option is selected under the "Connection type" section.
- Click on the "Open" button to start the SSH session.
- A terminal window will appear. Enter the current username and password for your router. If you don't remember these details, you can try using the default username and password (usually "admin" for both).
- Once you are logged in, type the following command to enter the privileged EXEC mode:
enable
- Next, enter the following command to enter the global configuration mode:
configure terminal
- Now, you need to reset the password and username. Enter the following command:
username <your_username> privilege 15 secret <your_password>
Replace <your_username> with your desired username and <your_password> with your desired password. Make sure to remember these details for future logins.
- After setting the new password and username, exit the global configuration mode by entering:
exit
- Finally, save the configuration changes by typing:
write memory
That's it! You have successfully reset the password and username on your Cisco IR829GW router using PuTTY.
Conclusion
Forgetting your password and username can be frustrating, but with the help of PuTTY, you can easily reset them on your Cisco IR829GW router. By following the steps outlined in this article, you can regain access to your router and ensure the security of your network.
References
| Source | Link |
|---|---|
| PuTTY Official Website | https://www.putty.org/ |