Thursday, March 22, 2012

2950 Router password recovery procedure

1. Unplug the power cable
2. Hold down the mode button while replugging the power cable
3. Type flash_init over the console
4. Type load_helper
5. Type Dir flash :
6. Type rename flash:config.txt flash:config.old
7. Type boot
8. Type n to skip the initial setup configuration
9. Type enable
10. Type rename flash:config.old flash:config.txt
11. Save config.txt to system
#copy flash:config.txt system:running-config
12. Enter config mode and change the password
# config t
# no enable secret
13. Finally, write the changes to memory
# write memory

No comments:

Post a Comment