思科裝置公升級IOS系統的幾種方法

2021-10-03 19:30:57 字數 2647 閱讀 6317

usb公升級ios:

---------有系統

a#cd ?

flash: filesystem to be formatted

---------顯示出usb裝置情況

usbflash0: filesystem to be formatted

a#dir usbflash0:

directory of usbflash0:/

a#copy usbflash0: flash:

source filename ? c1841-adventerprisek9-mz.151-2.t1.bin

destination filename [c1841-adventerprisek9-mz.151-2.t1.bin]?

copy in progress…ccccccccccccccccccccccccc a#dir

directory of flash:/

1 -rw- 44880216 aug 24 2010 06:24:08 +00:00 c1841-adventerprisek9- mz.151-2.t1.bin

64000000 bytes total (19116032 bytes free)

==boot system flash: c1841-adventerprisek9-mz.151-2.t1.bin ==

usb公升級ios2:

無系統就會進入到引導系統中(或者系統崩了以後自動進入引導系統),使用usb無論是大系統還是引導系統都可以識別

裝置開機就進入rommon

rommon 2 > dev-----看有無支援usb

rommon 3 > boot usbflash0:c1841-adventerprisek9-mz.151-2.t1.bin

公升級完後讀取的是u盤裡的,然後將u盤的copy到裝置上:

xmodem(是乙個協議,通過console口進行上傳)公升級ios:

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

(-c是帶校驗,c2600-imz.122-11.bin為存放在pc機上的ios映像檔案) ----xmodem是因為沒有系統才會使用該方法上傳ios

xmodem修改console速率:

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 bcast 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,用最大的115200 速率的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 commands or default to: cisco2-c2600 do you wish to change the configuration? y/n [n]: n (選擇 no)

rommon 2 > reset 重啟裝置

tftp/ftp公升級ios(有系統的情況下才能使用):-------用的最多的

router#erase flash: -------清除掉當前整個flash裡的內容

ios 儲存的位置 flash卡 === cf卡 === c盤

delete flash: cisco-3640.1.35.bin === 清除某個特定檔案

router#copy ftp: flash: tftp伺服器上的 檔案 複製 本地flash卡上

address or name of remote host ?192.168.1.2 伺服器位址

source filename ? c3640.bin 待公升級的ios檔名

boot system flash:c3640.bin

演示 為思科25 26系列的路由器公升級IOS映象

演示 為思科25 26系列的路由器公升級ios映象 ios是思科路由器和交換機的作業系統,也是思科網路裝置的靈魂,完整名稱internet operating system 取其各個英文單詞的首字母故得名ios。如果說是思科的路由器或交換機功能的強大,不如說是思科的ios功能強大,ios能讓使用者實...

iOS系統的各種裝置識別碼

1.udid 全稱unique device identifier,顧名思義,蘋果ios裝置的唯一識別碼,由40個字元的字母和數字組成,為了保護隱私蘋果已經禁止讀取這個標識了。2.uuid 全稱universally unique identifier,基於ios上某個單個的應用程式,只要使用者沒有...

Linux系統獲取裝置網絡卡ip位址的幾種方法

這種方法通過呼叫linux提供的應用介面函式 getifaddrs getnameinfo,遍歷裝置所有網絡卡獲取相關配置資訊 getnameinfo函式獲取本地網絡卡ip位址時,有乙個bug 獲取到的ip位址可能被內環位址覆蓋,而獲取不到真正的ip位址。例子 include include inc...