如果管理员忘记登陆密码,那么此时可通过配置线进入Boot层进行密码恢复,需要保留之前的配置信息。
一:配置步骤
1、重启路由器,进入Boot层的命令行模式
重启路由,在出现Press Ctrl+C to enter Ctrl ....时,同时按下键盘的Ctrl+C键,即可进入Ctrl层的命令行模式,设备会出现 Ctrlr>提示符
我们可以在Ctrl模式下查看帮助
2、重命名配置文件
Ctrl>rename config.text config.bak // 把配置文件重名为config.bak
3、重启设备
Ctrl>reload
4、恢复配置文件
5、配置新密码并保存设备配置
RSR7708#configure terminal
RSR7708(config)#enable secret ruijie
RSR7708(config)#end
RSR7708#*Mar 8 10:36:56: %SYS-5-CONFIG_I: Configured from console by console
*Mar 8 10:36:56: %PARAM-6-CONFIG_SYNC: Sync'ing the running configuration to the standby supervisor.
*Mar 8 10:36:56: %PARAM-6-CONFIG_SYNC: The running configuration has been successfully synchronized to the standby supervisor.
RSR7708#write
Building configuration...
[OK]
RSR7708#*Mar 8 10:37:01: %PARAM-6-CONFIG_SYNC: Sync'ing the startup configuration to the standby supervisor.
*Mar 8 10:37:01: %PARAM-6-CONFIG_SYNC: The startup configuration has been successfully synchronized to the standby supervisor.
重新设置密码后,就可以使用新密码进入系统了,其它原有配置不变。
以上方法是保留配置文件恢复密码。如果不保留配置文件恢复密码可以在Ctrl模式下delete config.text
转载于:https://blog.51cto.com/79wish/1624294