西西軟件下載最安全的下載網(wǎng)站、值得信賴的軟件下載站!

首頁認(rèn)證考試思科認(rèn)證 → cisco packet tracer實(shí)驗(yàn)-cisco路由器的備份和恢復(fù)案例

cisco packet tracer實(shí)驗(yàn)-cisco路由器的備份和恢復(fù)案例

相關(guān)軟件相關(guān)文章發(fā)表評論 來源:百度搜索時(shí)間:2012/11/8 17:54:11字體大小:A-A+

作者:西西點(diǎn)擊:99次評論:0次標(biāo)簽: ciscopackettracer

  • 類型:網(wǎng)絡(luò)認(rèn)證大。61.1M語言:中文 評分:4.5
  • 標(biāo)簽:
立即下載

Packet Tracer 是由Cisco公司發(fā)布的一個(gè)輔助學(xué)習(xí)工具,為學(xué)習(xí)CCNA課程的網(wǎng)絡(luò)初學(xué)者去設(shè)計(jì)、配置、排除網(wǎng)絡(luò)故障提供了網(wǎng)絡(luò)模擬環(huán)境。學(xué)生可在軟件的圖形用戶界面上直接使用拖曳方法建立網(wǎng)絡(luò)拓?fù),軟件中?shí)現(xiàn)的IOS子集允許學(xué)生配置設(shè)備;并可提供數(shù)據(jù)包在網(wǎng)絡(luò)中行進(jìn)的詳細(xì)處理過程,觀察網(wǎng)絡(luò)實(shí)時(shí)運(yùn)行情況。

1. 案例目標(biāo)

通過本案例,你可以掌握如下技能:
1) 備份Cisco IOS
2) 恢復(fù)Cisco IOS
3) 備份啟動(dòng)配置與運(yùn)行配置
4) 恢復(fù)啟動(dòng)配置與運(yùn)行配置

思科路由器交換機(jī)模擬軟件(Cisco packet tracer)
5.4
類別: 網(wǎng)絡(luò)認(rèn)證    大。72.3M    語言: 中文
查看詳細(xì)信息 >>

2. 設(shè)備與拓?fù)?/p>

設(shè)備:1臺 Laptop-PT,1臺Server-PT ,1 臺2811 路由器。
拓?fù)洌喝缦聢D。

3. 操作步驟

步驟1:按以上拓?fù)涮砑雍瓦B接設(shè)備。
步驟2:配置路由器與服務(wù)器的 IP 地址
Router#configure terminal
R1(config)#interface FastEthernet0/1
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#
注意,服務(wù)器的 IP 地址可使用IP 配置 進(jìn)行配置,簡單快捷。

步驟3:驗(yàn)證路由器與服務(wù)器之間的連通性
R1#ping 192.168.1.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms
R1#
步驟4:查看路由器 flash 中的Cisco IOS 鏡像
R1#sh flash:
System flash directory:
File Length Name/status
3 50938004 c2800nm-adviPServicesk9-mz.124-15.T1.bin
2 28282 sigdef-category.xml
1 227537 sigdef-default.xml
[51193823 bytes used, 12822561 available, 64016384 total]
63488K bytes of processor board System flash (Read/Write)
R1#
//注意Cisco IOS 鏡像的大小與文件名

步驟5:備份Cisco IOS 到TFTP 服務(wù)器
R1#copy flash: tftp:
Source filename []? c2800nm-advipservicesk9-mz.124-15.T1.bin
Address or name of remote host []? 192.168.1.5 //TFTP 服務(wù)器地址
Destination filename [c2800nm-advipservicesk9-mz.124-15.T1.bin]?
Writing
c2800nm-advipservicesk9-mz.124-15.T1.bin…!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!…
……
[OK - 50938004 bytes]
50938004 bytes copied in 27.828 secs (1830000 bytes/sec)
R1#
步驟6:在TFTP 服務(wù)器上驗(yàn)證備份
打開服務(wù)器的 配置 頁面,單擊 TFTP 按鈕,可見右邊窗口已有備份
的Cisco IOS 鏡像。

步驟7:從TFTP 服務(wù)器恢復(fù)(升級)Cisco IOS
假如TFTP 服務(wù)器上要想恢復(fù)或升級的 Cisco IOS 鏡像是:
c2800nm-ipbase-mz.123-14.T7.bin
R1#copy tftp: flash:
Address or name of remote host []? 192.168.1.5 //TFTP 服務(wù)器地址
Source filename []? c2800nm-ipbase-mz.123-14.T7.bin
Destination filename [c2800nm-ipbase-mz.123-14.T7.bin]?
Accessing tftp://192.168.1.5/c2800nm-ipbase-mz.123-14.T7.bin…
Loading c2800nm-ipbase-mz.123-14.T7.bin from
192.168.1.5: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 5571584 bytes]
5571584 bytes copied in 3.268 secs (390641 bytes/sec)
R1#
步驟8:驗(yàn)證恢復(fù)或升級
R1#sh flash:
System flash directory:
File Length Name/status
3 50938004 c2800nm-advipservicesk9-mz.124-15.T1.bin
6 5571584 c2800nm-ipbase-mz.123-14.T7.bin
2 28282 sigdef-category.xml
1 227537 sigdef-default.xml
[56765407 bytes used, 7250977 available, 64016384 total]
63488K bytes of processor board System flash (Read/Write)
R1#

步驟9:驗(yàn)證NVRAM 中的啟動(dòng)配置和運(yùn)行配置
R1#dir nvram:
Directory of nvram:/
238 -rw- 490startup-config
490 bytes total (237588 bytes free)
R1#
//注意啟動(dòng)配置的文件名及其長度。
R1#sh run
Building configuration…
Current configuration : 548 bytes //運(yùn)行配置的長度
………
R1#
R1#sh start
Using 548 bytes //啟動(dòng)配置的長度
!
version 12.3
………
R1#

步驟10:備份啟動(dòng)配置與運(yùn)行配置
1) 備份啟動(dòng)配置
R1#copy startup-config tftp:
Address or name of remote host []? 192.168.1.5
Destination filename [R1-confg]? www.wusoft.net r1startup
Writing startup-config…!!
[OK - 548 bytes]
548 bytes copied in 0.062 secs (8000 bytes/sec)
R1#
2) 備份運(yùn)行配置
R1#copy running-config tftp:
Address or name of remote host []? 192.168.1.5
Destination filename [R1-confg]? www.wusoft.net r1run
Writing running-config…!!
[OK - 548 bytes]
548 bytes copied in 0.063 secs (8000 bytes/sec)
R1#
3) 在TFTP 服務(wù)器上驗(yàn)證備份
打開服務(wù)器的配置 頁面,單擊TFTP 按鈕,可見右邊窗口已有備份
的啟動(dòng)和運(yùn)行配置。

步驟11:恢復(fù)啟動(dòng)配置與運(yùn)行配置
1) 恢復(fù)到啟動(dòng)配置
R1#copy tftp: startup-config
Address or name of remote host []? 192.168.1.5
Source filename []? www.wusoft.net r1startup
Destination filename [startup-config]?
Accessing tftp://192.168.1.5/R1-startup-config…
Loading R1-startup-config from 192.168.1.5: !
[OK - 548 bytes]
548 bytes copied in 0.032 secs (17125 bytes/sec)
R1#
2) 恢復(fù)到運(yùn)行配置
R1#copy tftp: running-config
Address or name of remote host []? 192.168.1.5
Source filename []? www.wusoft.net r1run
Destination filename [running-config]?
Accessing tftp://192.168.1.5/R1-running-config…
Loading R1-running-config from 192.168.1.5: !
[OK - 548 bytes]
548 bytes copied in 0.031 secs (17677 bytes/sec)
R1#

    相關(guān)評論

    閱讀本文后您有什么感想? 已有人給出評價(jià)!

    • 8 喜歡喜歡
    • 3 頂
    • 1 難過難過
    • 5 囧
    • 3 圍觀圍觀
    • 2 無聊無聊

    熱門評論

    最新評論

    第 1 樓 廣東省廣州市荔灣區(qū) 網(wǎng)友 客人 發(fā)表于: 2013/7/27 21:18:29
    不錯(cuò) 謝謝共享

    支持( 0 ) 蓋樓(回復(fù))

    發(fā)表評論 查看所有評論(0)

    昵稱:
    表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
    字?jǐn)?shù): 0/500 (您的評論需要經(jīng)過審核才能顯示)