Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1676065
  • 博文数量: 585
  • 博客积分: 14610
  • 博客等级: 上将
  • 技术积分: 7402
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-15 10:52
文章存档

2013年(5)

2012年(214)

2011年(56)

2010年(66)

2009年(44)

2008年(200)

分类:

2012-01-30 15:49:22

分类: cisco_network

我的路由器密码忘记了,请问如何清除密码设置?

答: 如果路由器的特权用户密码丢失,可以按照以下步骤进行恢复。 
1. 准备一台运行仿真终端程序的PC ,推荐使用Procomm或者Windows Hyper Terminal(超级终端)。 
2. 将PC的串口和路由器的控制台口用配套的控制线连接。  

3. 路由器重启,在超级终端上执行ctrl+c ,使路由器进入Rom模式,出现以下菜单。 
Main Menu: 
1. TFTP Download & Run 
2. TFTP Download & Write Into File 
3. X-Modem Download & Run 
4. X-Modem Download & Write Into File 
5. List Active Files 
6. List Deleted Files 
7. Run A File 
8. Delete A File 
9. Rename A File 
a. Squeeze File System 
b. Format File System 
c. Other Utilities

Please select an item: 5 
!选择菜单选项5,列出flash上的所有文件, 
!其中配置文件名是config.text 
show all Active files information in flash! 
filename filesize filebaseaddress filecrc time 
index.htm 820 0xf0008118 0x06f90e2b 2037-01-09 14:45:48 
vms15.htm 2251 0xf00084b8 0x4626ac75 2037-01-09 14:46:12 
webclt.jar 463424 0xf0008df8 0x0b908d33 2037-01-09 14:53:28 
rgnos.bin 3939648 0xf007a278 0xa66d70f8 2037-01-09 14:46:19 
tftp_config.bin 68 0xf043d668 0xacadf42f 2004-05-08 00:00:00 
config.text 2491 0xf043eb78 0xaf60d9d7 2037-01-09 21:31:46 
Please press any key to continue. 

Main Menu: 
1. TFTP Download & Run 
2. TFTP Download & Write Into File 
3. X-Modem Download & Run 
4. X-Modem Download & Write Into File 
5. List Active Files 
6. List Deleted Files 
7. Run A File 
8. Delete A File 
9. Rename A File  
a. Squeeze File System 
b. Format File System 
c. Other Utilities 
Please select an item: 9 !选择菜单选项9,进行文件名修改操作 
!把缺省的配置文件config.text改名称为config.bak 

Old file name input. 
Enter File Name(Input ESC to quit): config.text 
New file name input. 
Enter File Name(Input ESC to quit): config.bak 
Write file to flash: !! 
Write file to flash successfully! 
Rename successfully! 

Main Menu: 
1. TFTP Download & Run 
2. TFTP Download & Write Into File 
3. X-Modem Download & Run 
4. X-Modem Download & Write Into File 
5. List Active Files 
6. List Deleted Files 
7. Run A File 
8. Delete A File 
9. Rename A File 
a. Squeeze File System 
b. Format File System 
c. Other Utilities 
Please select an item: 5 !此时config.text文件名已改为config.bak, 
!路由器找不到配置文件config.text, 
!就会以默认配置运行路由器, 
!这样就避开了原先配置的用户口令 


show all Active files information in flash! 
filename filesize filebaseaddress filecrc time 
index.htm 820 0xf0008118 0x06f90e2b 2037-01-09 14:45:48 
vms15.htm 2251 0xf00084b8 0x4626ac75 2037-01-09 14:46:12 
webclt.jar 463424 0xf0008df8 0x0b908d33 2037-01-09 14:53:28 
rgnos.bin 3939648 0xf007a278 0xa66d70f8 2037-01-09 14:46:19 
tftp_config.bin 68 0xf043d668 0xacadf42f 2004-05-08 00:00:00 
config.bak 2491 0xf043f5a8 0xaf60d9d7 2004-05-08 00:00:00 
Please press any key to continue. 

通过以上操作,将配置文件config.text改名为config.bak。这样启动路由器进入主模式之后,路由器找不到配置文件config.text,就会以默认配置运行路由器,这样就避开了原先配置的用户口令了。 

4. 进入路由器的大版本,再把配置恢复回来,并且重新修改密码 
进入大版本后,执行以下的操作来恢复原先的配置 
NBR1000#dir
 !通过该命令,查看路由器上flash上的所有文件,其中 

! config.bak是需要恢复的配置文件 
! config.text是路由器生程的默认的配置文件 
!现在就是要删除默认的配置文件,把备份的配置文件改名为默认配置文件 

Directory of flash:/ 
1 an 820 0x 6f90e2b Jan 16 2000 07:45:40 index.htm 
2 an 2251 0x4626ac75 Jan 16 2000 07:46:11 vms15.htm 
3 an 68 0xc262d273 May 8 2004 00:00:00 tftp_config.bin 
5 an 463424 0x b908d33 Jan 21 2000 12:27:24 webclt.jar 
6 an 3280512 0xf57c2af4 Jan 21 2000 12:57:43 rgnos.bin 
7 an 313 0x732dfe8c Jan 22 2000 06:16:37 config.bak 
8 an 73 0x 7c9de51 Jan 1 1970 08:00:16 config.text 

NBR1000# 
NBR1000#delete config.text !通过该命令,删除默认的配置文件config.text 
NBR1000# 
NBR1000#rename config.bak config.text !通过该命令, 把备份的配置文件config.bak 
!改名为默认的配置文件config.text 
NBR1000#copy startup-config running-config


! 通过该命令,将配置文件拷贝到当前的运行环境中 
通过以上的步骤,我们就把原先在rom版本改名的配置文件恢复回来了,现在您要做的只要把enable密码修改一下,记住修改后的密码,下次进路由器用修改后的密码登陆,就没有问题了.
阅读(1531) | 评论(0) | 转发(0) |
0

上一篇:虚拟局域网(VLAN)

下一篇:mp3 play

给主人留下些什么吧!~~