Cisco 2621 路由器密码恢复实验

清空路由器所有配置,重启
Router#erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
%SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
Router#reload
Proceed with reload? [confirm]


设置密码,并保存配置
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#enable password 123
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console
 
Router#wr
Building configuration...
[OK]


密码恢复
关闭路由器电源并重新开机,在路由器启动时,按【Ctrl+Break】键中断路由器的启动过程,进入rommon 模式。
rommon 1 > confreg 0x2142
rommon 2 > boot
......
         --- System Configuration Dialog ---
 
Continue with configuration dialog? [yes/no]: no


此时已可以直接进入特权模式,将NVRAM中的配置复制到RAM中
Router>
Router>en
Router#copy startup-config running-config
Destination filename [running-config]? 
 
429 bytes copied in 0.416 secs (1031 bytes/sec)
 
%SYS-5-CONFIG_I: Configured from console by console


重新设置密码,保存配置,重启。
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#enable password 123456
Router(config)#conf
Router(config)#config-register 0x2102
Router(config)#exit
 
%SYS-5-CONFIG_I: Configured from console by console
Router#wr
Building configuration...
[OK]

Router#reload
Proceed with reload? [confirm]
  • 标签: 路由器
  • 发表日期:2013-06-23 
相关文章:
路由器知识

两个无线路由器桥接的设置方法

我们现在家里客厅里基本上都安装有无线路由器供我们手机、平板设备来上网冲浪,可往往在卧室的时候,信号不是很好,而我们大部分时间是在卧室度过的,这时就可以添加一个无线...
路由器设置

路由器安装设置详细教程

路由器安装设置共分两个步骤,依次是路由器与光猫串联,宽带账号写入路由器即可,接下来我就讲解操作步骤。 步骤一 首先将路由器与光猫串联,用网线一端连接至光猫的LAN端口,...
路由器知识

路由器手动开启IPv6配置方法

一、光猫情况 用户内网组网为两大组网模式,光猫路由模式和光猫桥接模式。光猫路由模式下,用户路由器能选择配置两种方式路由器桥接和路由器DHCP。光猫桥接模式下,用户路由器...