思科4503怎么在ROMMON模式下使用TFTP?4503里面没有用tftpndld这个命令

如题所述

第1个回答  2013-03-24
亲,你的命令打错了....是tftpdnld

先配置好ip,掩码,网关等信息
rommon 60 > set IP_ADDRESS 10
usage: set
rommon 61 > "IP_ADDRESS=192.168.1.88"
rommon 62 > "IP_SUBNET_MASK=255.255.255.0"
rommon 63 > "DEFAULT_GATEWAY=192.168.1.1"
rommon 64 > "TFTP_SERVER=192.168.1.224"
rommon 65 > "TFTP_FILE=c2800nm-spservicesk9-mz.124-3b.bin"
rommon 66 > tftpdnld

//在这里要配置本地计算机IP和ROUTER在同一网段;
//并利用TFTP程序把IOS文件MAP到指定位置;
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
最后重启即可:
rommon 67 > boot
program load complete, entry point: 0x80008000, size: 0x4e02f0