路由器备份
Router(config)#int f0/1
Router(config-if)#ip add 1.1.1.1 255.0.0.0
Router#sh flash查看当前设备flash容量
Router#sh flash剩余容量
得到****.bin的文件
Router#copy flash tftp/ftp/usb
Source filename []? ****.bin
Address or name of remote host []? 服务器的地址
路由器升级
能正常启动
Router(config)#int f0/1
Router(config-if)#ip add 1.1.1.1 255.0.0.0
Router#copy tftp/ftp/usb flash
Address or name of remote host []? 服务器的地址
Source filename []? ****.bin
Router(config)# no boot system flash:/旧文件
Router(config)# boot system flash:/新文件
Router#reload
不能正常启动
进入room模式
IP_ADDRESS=192.168.1.2 路由器的IP地址
IP_SUBNET_MASK=255.255.255.0 路由器的掩码
DEFAUL7_GATEWAY=192.168.1.1 电脑的主机IP地址
TFTP_SERVER=192.168.1.1 TFTP的ip地址
TFTP_FLIE=ios的地址
sync 保存命令
set 查询之前的配置
使用命令tftpdnld升级
网友评论