wdp-home

第一步、将需要的ios从别的设备中拷出来

使用了3COM和cisco的tftp后发现,这两个tftp软件都对传输文件的大小有限制,应该是32m,所以使用了linux系统搭建的vsftp服务。

cisco的命令为:

shuangyashan_XMT(config)#ip ftp username wdp

shuangyashan_XMT(config)#ip ftp password Wdp12345

shuangyashan_XMT#copy flash:c1900-universalk9-mz_SPA_150-1_M7.bin ftp://wdp:Wdp12345@10.100.200.212

第二步、再把ios拷贝到目标路由器

命令为:

shuangyashan_XMT#copy ftp://wdp:Wdp12345@10.100.200.212 flash:
Address or name of remote host [10.100.200.212]?
Source filename [q]? c1900-universalk9-mz.SPA.152-4.M5.bin
Destination filename [c1900-universalk9-mz.SPA.152-4.M5.bin]?

第三步、更改boot启动项

shuangyashan_XMT(config)#boot system c1900-universalk9-mz.SPA.152-4.M5.bin

第四步、重启

shuangyashan_XMT#reload

      

分类:

技术点:

相关文章:

  • 2022-01-05
  • 2021-09-06
  • 2022-01-26
  • 2021-12-03
  • 2021-11-05
  • 2021-10-13
  • 2021-09-14
  • 2021-05-19
猜你喜欢
  • 2021-09-09
  • 2021-12-25
  • 2022-12-23
  • 2021-12-09
  • 2021-12-23
  • 2022-01-09
  • 2022-03-10
相关资源
相似解决方案