赞
踩
通过本实验可以掌握;
路由器密码恢复的过程如下所述。
1分钟内按【Ctrl+Break】键进入ROM监控(ROM Monitor ) rommon模式,如下所示:
- ####################################
- monitor: command "boot" aborted due to user interrupt
- rommon 1 >
rommon 1 > confreg 0x2142
- rommon 2 > reset
- //路由器重启后会询问是否进入到setup配置模式,用【CtrH+C】或回答“n",退出 setup模式
- Router>enable
- Router#copy startup-config running-config
- Destination filename [running-config]?
- R1(config)#enable secret cisco123
-
- R1(config)#line console 0
- R1(config-line)#password cisco123
- R1(config-line)#login
- R1(config-line)#exit
- R1(config)#config-register 0x2102
- R1(config)#exit
-
- R1#copy running-config startup-config //保存配置
R1#reload
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。