兩台思科路由器互相升級IOS過程

來源:互聯網
上載者:User

筆者有一台2501路由器的IOS是壞的(cisocB),另外一台2501路由器IOS是好的(ciscoA),好的IOS在我的PC上面己經沒有了,但是通過在PC上面做一個TFTP,把好的傳到PC上面,再傳到壞的上面就太浪費時間了,。後來想到一個辦法,直接把好的路由器配置成TFTP伺服器。

我的串連方式是兩台路由器是通過E0口串連的,我先是在好的路由器上面(cisocA)把E0口配置好IP是192.168.10.90(IP地址隨便配置,只要兩個E0口都能互相PING通就行)再到配置模式下面輸入 tftp-server c2500-js-l.122-7a.bin(這是你好的IOS裡面的IOS檔案名稱,用show version 來查看你的IOS檔案名稱

這台A己經配置好了以後,再到B這台來配置,首先讓這台啟動到BOOT模式,在全域配置模式下面輸入config-register 0x2101 再重啟路由器,啟動到BOOT模式以後,同樣配置你的E口,到了BOOT模式以後,輸入copy tftp flash ,提示你輸入TFTP伺服器,再輸入檔案名稱,就可以了,

具體操作步驟如下:

cisocA#conf t

cisocA(config)#tftp-server c2500-js-l.122-7a.bin

cisocA(config)#int e0

cisocA(config-if)#ip add 192.168.10.90 255.255.255.0

cisocA(config-if)#no shut

ciscoB(config)#conf t

ciscoB(config)#config-register 0x2101

ciscoB(config)#end

ciscoB#reload

System configuration has been modified. Save? [yes/no]: y

ciscoB(boot)>enable

ciscoB(boot)#conf terminal

ciscoB(boot)(config)#int e0
ciscoB(boot)(config-if)#ip add 192.168.10.80 255.255.255.0
ciscoB(boot)(config-if)#no shut

ciscoB(boot)(config-if)#end

ciscoB(boot)#erase flash

System flash directory:
File Length Name/status
1 15533612 c2500-js-l.122-7a.bin
[15533676 bytes used, 1243540 available, 16777216 total]

Erase flash device? [confirm]
Are you sure? [yes/no]: y

Address or name of remote host [192.168.10.80]? 192.168.10.90

Source file name? c2500-js-l.122-7a.bin
Destination file name [c2500-js-l.122-7a.bin]?

Erase flash device before writing? [confirm](斷行符號)

Copy 'c2500-js-l.122-7a.bin' from server
as 'c2500-js-l.122-7a.bin' into Flash WITH erase? [yes/no]y

輸入Y以後,程式就自動COPY IOS,等成功以後,你再如下配置

ciscoB(config)#config-register 0x2102

ciscoB(config)#reload

步驟就完成了

文章錄入:csh 責任編輯:csh

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.