A-A+

思科3800路由器进入rommon模式怎么办?

2015年11月26日 站长资讯 暂无评论

当cisco3800路由器在进入了rommon模式之后,出现这个问题,一般是因为IOS被删了。

解决方法就是重装IOS,具体方法如下:

1、准备工具 -IOS文件 -TFTP软件,下载地址:http://vdisk.weibo.com/s/DiFYT -网线 -电脑IP配为跟路由器同一网段,本例中为:1.1.1.2

2、操作步骤(rommon右边的数字不用管)

  1. rommon 19> IP_ADDRESS=1.1.1.1 //故障机的IP  
  2. rommon 20> IP_SUBNET_MASK=255.255.255.0 //掩码  
  3. rommon 21> TFTP_SERVER=1.1.1.2 //TFTP服务器的IP,就是电脑的IP  
  4. rommon 22> TFTP_FILE=c3845-spservicesk9-mz.124-12c.bin //IOS的文件名  
  5. rommon 30> DEFAULT_GATEWAY=1.1.1.2 //这个不配好像会有点问题,建议配上。  
  6. rommon 34> set //查看配置  
  7. PS1=rommon !> CRASHINFO=flash:crashinfo_20080426-202103 BOOTWARM_REBOOTRET_2_RTS=19:27:14 UTC Sat Oct 6 2012 BSI=0 RET_2_RCALTSRANDOM_NUM=1461179899 IP_ADDRESS=1.1.1.1  
  8. IP_SUBNET_MASK=255.255.255.0  
  9. TFTP_SERVER=1.1.1.2  
  10. TFTP_FILE=c3845-spservicesk9-mz.124-12c.bin  
  11. DEFAULT_GATEWAY=1.1.1.2 ?=0   
  12. rommon 35>  
  13. rommon 35> tftpdnld //把IOS上传到故障机。  
  14. IP_ADDRESS: 1.1.1.1  
  15. IP_SUBNET_MASK: 255.255.255.0  
  16. DEFAULT_GATEWAY: 1.1.1.2  
  17. TFTP_SERVER: 1.1.1.2  
  18. TFTP_FILE: c3845-spservicesk9-mz.124-12c.bin **GE_PORT: Ge0/0 //默认是使用G0/0**。  
  19. TFTP_MEDIA_TYPE: Copper GE_SPEED_MODE: Auto Invoke this command for disaster recovery only. WARNING: all existing data in all partitions on flash will be lost! **Do you wish to continue? y/n: [n]: y //输入Y** Mac Address: 0015.c666.bc70 Receiving c3845-spservicesk9-mz.124-12c.bin from 1.1.1.2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! File reception completed. Copying file c3845-spservicesk9-mz.124-12c.bin to flash. program load complete, entry point: 0x8000f000, size: 0xc0c0 Initializing ATA monitor library....... Format: All system sectors written. OK... Format: Operation completed successfully. Format of flash: complete program load complete, entry point: 0x8000f000, size: 0xc0c0 Initializing ATA monitor library.......  
  20. rommon 36>  
  21. rommon 37> reset //重启机器就OK了。  
标签:

给我留言