看片91_日日综合_成人黄色短视频在线观看_91视频 - v11=Av_国产高潮失禁喷水爽到抽搐视频_天天都色视频

思科路由器如何升級(在rommon狀態下對思科(Cisco)路由器升級IOS方法的兩種方法)

小編:小蝶 更新時間:2022-12-01 21:16

由于不小心使用了命令erase flash或升級失敗后或在開啟(某些型號)Cisco路由器的電源開關后30秒內按下Ctrl+break鍵,中斷路由器的正常啟動,路由器都會進入rom監視模式,即 rommon 1>,在這種情形下,對路由器的IOS進行升級,情況要稍微復雜一點,在rommon狀態下有兩種升級IOS方法:

第一種通過Xmodem命令升級IOS:

(注:Xmodem與實際的modem沒有任何聯系 只是一個傳輸協議 數據是通過終端的串口和路由器的Console口灌進去的)

具體步驟如下:

1、用Cisco原配的線纜連接路由器的console口與PC機的COM1,使用PC機的超級終端軟件訪問路由器,這時不需要對PC和路由器配置任何地址。

2、在這個模式下,輸入Xmodem命令,即:

rommon 2 > xmodem -c c2600-i-mz.122-11.bin

(-c是帶校驗,c2600-i-mz.122-11.bin為存放在PC機上的IOS映像文件)

WARNING: All existing data in bootflash will be lost!

Invoke this application only for disaster recovery.

Do you wish to continue? y/n [n]: y

Ready to receive file c2600-i-mz.122-11.bin ……

(此時在超級終端的傳送欄目=> 選擇發送文件選項 => 再選擇Xmodem 并指明IOS映像文件所在的路徑,按發送即開始上傳IOS,等待時間很長,視IOS的大小和傳輸速度。)Erasing flash at 0x607c0000

program flash location 0x605b0000

Download Complete!

傳完以后,對整個系統初始化 顯示如下:

program load complete, entry point: 0x80008000, size: 0x5b85e0

Self decompressing the image :[OK]

…..

注釋:Router采用這種方法時,由于使用console口來傳送,速率為9600bps,需要時間較長。因此可修改console口速率利用xmodem命令實現快速升級IOS.具體方法如下:

rommon 1 > confreg 回車

Configuration Summary

enabled are:

load rom after netboot fails

console baud: 9600

boot: image specified by the boot system commands or default to: cisco2-C2600

do you wish to change the configuration? y/n [n]: y (選擇 yes)

enable "diagnostic mode"? y/n [n]: n (選擇 no)

enable "use net in IP brocast address"? y/n [n]: n (選擇 no)

disable "load rom after netboot fails"? y/n [n]: n (選擇 no)

enable "use all zero broadcast"? y/n [n]: n (選擇 no)

enable "break/abort has effect"? y/n [n]: n (選擇 no)

enable "ignore system config info"? y/n [n]: n (選擇 no)

change console baud rate? y/n [n]: y (選擇 yes)

enter rate: 0 = 9600, 1 = 4800, 2 = 1200, 3 = 2400 4 = 19200, 5 = 38400, 6 = 57600, 7 = 115200 [0]: 7 (選擇 7,用最大的11520速率的xmodem傳輸)

change the boot characteristics? y/n [n]: n (選擇 no)

Configuration Summary

enabled are:

load rom after netboot fails

console baud: 115200

boot: image specified by the boot system commandsor default to: cisco2-C2600

do you wish to change the configuration? y/n [n]: n (選擇 no)

You must reset or power cycle for new config to take effect

注釋:reset 回車注意:在按reset鍵前,需要修改串口速度(我的電腦——端口屬性——串口速度調為115200),然后再修改超級終端里設置速率為115200,記住,一定要這么做,否則會出現亂碼! 然后關閉這個超級終端,重新建立一個超級終端連接,重新啟動系統后,出現

rommon 1> 提示符輸入

rommon 1> xmodem -r

Do not start the sending program yet……

Invoke this application only for disaster recovery.

Do you wish to continue? y/n [n]: y (選擇 yes)

Ready to receive file ……

注釋:此時,在超級終端的菜單上的“傳送”——“發送文件”——選擇IOS映像文件所在地以及選擇使用“xmodem”協議,點擊“發送”即可。等待10-20分鐘左右就可升級完3-6M的IOS文件!待升級完成后,請記住修改回計算機串口與超級終端、路由器confreg下的xmodem等傳輸速率為9600bps.

方法如下:

Router>en 進入新IOS的特權模式

Router#reload 重啟系統

Proceed with reload? [confirm] 回車

00:01:04: %SYS-5-RELOAD: Reload requested System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)Copyright (c) 1999 by cisco Systems, Inc.TAC:Home:SW:IOS:Specials for info PC = 0xfff0a530, Vector = 0x500, SP = 0x680127b0 C2600 platform with 24576 Kbytes of main memory PC = 0xfff0a530, Vector = 0x500, SP = 0x8000468 monitor: command "boot" aborted due to user interrupt

30秒內按ctrl+break鍵

rommon 1 > confreg ( 輸入“confreg”命令)

Configuration Summary

enabled are:load rom after netboot fails

console baud: 115200

boot: image specified by the boot system commands or default to: cisco2-C2600

do you wish to change the configuration? y/n [n]: y (選擇 yes)

enable "diagnostic mode"? y/n [n]: n (選擇 no)

enable "use nn IP brocast address"? y/n [n]: n (選擇 no)

disable "load rom after netboot fails"? y/n [n]: n (選擇 no)

enable "use all zero broadcast"? y/n [n]: n (選擇 no)

enable "break/abort has effect"? y/n [n]: n (選擇 no)

enable "ignore system config info"? y/n [n]: n (選擇 no)

change console baud rate? y/n [n]: y (選擇 yes)

enter rate: 0 = 9600, 1 = 4800, 2 = 1200, 3 = 2400 4 = 19200, 5 = 38400, 6 = 57600, 7 = 115200 [7]: 0 (選擇 0,改回用標準速率速率9600的xmodem傳輸)

change the boot characteristics? y/n [n]: n (選擇 no)

Configuration Summary

enabled are:load rom after netboot fails

console baud: 9600

boot: image specified by the boot system commands or default to: cisco2-C2600

do you wish to change the configuration? y/n [n]: n

You must reset or power cycle for new config to take effect

rommon 2 >

此時手工改回計算機串口與超級終端2者傳輸速率為9600然后敲入

rommon 2 >reset最好關掉電源后,重新啟動。利用xmodem命令實現路由器IOS升級速度較慢,往往等上很長時間,為了快速升級,可以采用下列方法。

思科路由器如何升級(在rommon狀態下對思科(Cisco)路由器升級IOS方法的兩種方法)

在rommon狀態下對思科(Cisco)路由器升級IOS方法的兩種方法

第二種方法: 通過tftpdnld命令升級IOS,具體步驟如下:

1、用Cisco原配的線纜連接思科路由器的console口與PC機的COM1,使用PC機的超級終端軟件訪問路由器;用一根雙絞線連接路由器的eth0/0口與PC機的網卡。

2、將路由器的eth0/0口IP地址設為10.32.10.32;PC機的IP地址設為10.32.10.1.將要升級的IOS映象文件拷貝到相關的目錄中,并運行TFTP服務器軟件,通過菜單設置Root目錄為拷貝IOS映象文件所在目錄。

3、通過tftpdnld命令升級IOS

rommon 3 >IP_ADDRESS=10.32.10.1 (路由器的ip地址)

rommon 4 >IP_SUBNET_MASK=255.255.255.0 (路由器的掩碼)

rommon 5 >DEFAULT_GATEWAY=10.32.10.32 (缺省網關,是pc機的ip地址)

rommon 6 >TFTP_SERVER=10.32.10.32 (是pc機的ip地址)

rommon 7 >TFTP_FILE=C2600-I-MZ.122-11.BIN (上傳ios文件的名稱)

rommon 8 >tftpdnld

執行tftpdnld命令進行ios升級,有時可能會報錯或命令不執行,這時只要用sync命令保存配置后,重新啟動路由器(最好關掉電源再開機)后,再執行tftpdnld命令就可以了。

rommon 9 >tftpdnld(傳送文件)出現提示選擇y

IP_ADDRESS: 10.32.10.1

IP_SUBNET_MASK: 255.255.255.0

DEFAULT_GATEWAY: 10.32.10.32

TFTP_SERVER: 10.32.10.32

TFTP_FILE: C2600-I-MZ.122-11.BIN

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

Receiving C2600-I-MZ.122-11.BIN from 10.32.10.3

File reception completed.Copying file C2600-I-MZ.122-11.BIN to flash.

Erasing flash at 0x607c0000

ogram flash location 0x605b0000

rommon 10 >

在rommon 13 >提示符下鍵入reset,或重新啟動路由器(power-cycle),進入正常引導狀態。

主站蜘蛛池模板: 免费大片黄在线观看视频网站 | 黄网站色大毛片 | 日韩精品在线免费观看 | 在线日韩一区 | 国产精品久久久久久久久免费 | 免费av网站在线看 | 伊人久久视频 | 日韩av中文字幕在线 | 日韩在线不卡视频 | 特黄一区 | 日韩一区二区三区四区五区 | 国产精品国产精品 | 欧美在线色图 | 色噜噜一区二区 | 成人在线视频播放 | 91麻豆国产福利精品 | 天堂av中文在线 | 88888888国产一区二区 | a级毛片观看 | 91久久久久久久 | 国产在线精品一区二区三区 | 日本精品一区二区三区视频 | 日韩精品在线看 | 日韩免费av| 一级性电影 | 国产黄色一级片 | 免费观看黄 | 精品一区视频 | 69国产精品成人96视频色 | 久久久久久久久久久久久91 | 久久国产精品免费视频 | 久久久久亚洲一区二区三区 | 久久久久国产美女免费网站 | 日韩欧美亚洲国产精品字幕久久久 | 久久久久久久久一区二区 | 欧美伊人 | 久久久久久成人 | 毛片在线视频 | 久久国产精品视频 | 一级久久| 精品无码久久久久久国产 |