通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份_第1頁
通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份_第2頁
通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份_第3頁
通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份_第4頁
通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份_第5頁
已閱讀5頁,還剩2頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份【實(shí)驗(yàn)名稱】通過浮動(dòng)的靜態(tài)路由實(shí)現(xiàn)鏈路備份【實(shí)驗(yàn)?zāi)康摹空莆胀ㄟ^改變靜態(tài)路由的管理距離值來實(shí)現(xiàn)浮動(dòng)的靜態(tài)路由?!颈尘懊枋觥磕闶枪靖呒壘W(wǎng)絡(luò)管理員,公司內(nèi)部有一個(gè)很重要的服務(wù)器所在網(wǎng)段為192.168.12.0/24,平常訪問通過R1R3的OSPF路由協(xié)議,為了保證該網(wǎng)段隨時(shí)能夠訪問,不能因?yàn)殒溌饭收铣鰡栴},要求你實(shí)現(xiàn)一個(gè)備份冗余的功能,請給予支持?!緦?shí)現(xiàn)功能】保證在擁有冗余鏈路的時(shí)候,主鏈路失效,備份鏈路工作?!緦?shí)驗(yàn)拓?fù)洹?92.168.12.0/24soR3FlF0Aiea192.168.23.2/24192.168.13.AIsoR3FlF0Aiea192.168.23.2/24192.168.13.AI192.168.13.377塁/192.168.23.3/24【實(shí)驗(yàn)設(shè)備]R2624(3臺(tái))V35DCE(2根)、V35DTE(2根)【實(shí)驗(yàn)步驟】第一步:基本配置Red-Giaiit(coiifig)#hosR3R3(config)#intsOR3(config-if)#ipadd192.168.13.3255.255.255.0R3(config-if)#clockrate64000R3(config-if)?rnoshR3(config-if)#mtfOR3(config-if)#ipadd192.168.4.1255.255.255.0R3(config-if)?rnoshR3(config)#intflR3(config-if)#ipadd192.168.3.1255.255.255.0R3(config-if)?rnoshR3(config)#intsiR3(config-if)#ipadd192.168.23.3255.255.255.0R3(config-if)#clla64000R3(config-if)?rnoshR3(config-if)#endRed-Giaiit(coiifig)#Red-Giaiit(coiifig)#hosR2R2(config)#intsOR2(config-if)#intsOR2(config-if)#ipadd192.168.23.2255.255.255.0R2(config-if)?rnoshR2(config-if)#mtfOR2(config-if)#ipadd192.168.12.2255.255.255.0R2(config-if)?rnoshR2(config-if)#endRed-Giaiit(coiifig)#hosR1Rl(config)#intsORl(config-if)#ipadd192.168.12.1255.255.255.0Rl(config-if)?rnoshRl(config-if)#mtsORl(config-if)?rnoshRl(config-if)#endRl#coiiftRl(config)#intfORl(config-if)#ipadd192.168.12.1255.255.255.0Rl(config-if)?rnosh驗(yàn)證測試:Rl#pmg192.168.13.3Typeescapesequencetoabort.Sendmg5,100-byteICMPEchoesto192.168.13.3,timeoutis2seconds:!!!!!R2#ping192.168.23.3Typeescapesequencetoabort?Sendmg5,100-byteICMPEchoesto192.168.23.3,timeoutis2seconds:!!!!!第二步:配置主鏈路路由以及備份鏈路路由Rl(config)#routeros1R1(config-routei)#net192.168.13.00.0.0.255area0R1(config-routei)#net192.168.12.00.0.0.255area2R3(config)#routeros1R3(config-routei)#net192.168.13.00.0.0.255area0R3(config-routei)#net192.168.4.00.0.0.255area1R3(config-router)#net192.168.3.00.0.0.255arealR3(config)#iproute192.168.12.0255.255.255.0serial1150!配置備份路由的管理距離必須人于主路由的管理距離驗(yàn)證測試:R3#shiproCodes:C-connected.S-static,R-RIPO-OSPEIA-OSPFinteraieaEl-OSPFexternaltypebE2?OSPFexternaltype2GatewayoflastresortisnotsetOIA192.168.12.0/24[110/49]via192.16&13.1,00:00:42,SerialOC192.168.13.0/24isduectlyconnected,SerialOC192.168.3.0/24isduectlvcoimected.FastEthernetlJ *C192.168.4.0/24isduectlvcoimected.FastEthernetOJ *C192.168.23.0/24isduectlycoimected,Serial1第三步:當(dāng)主鏈路down的時(shí)候,町以通過備份鏈路通信R3(config)#ints0R3(config-if)#shutR3(config-if)#%UPDOWN:LmeprotocolonInterfaceSerialO,changedstatetodownendR3#%CHANGED:IiiteiiaceSerialO,changedstatetoadministrativelydownR3#shipioCodes:C-connected.S-static,R-RIPO-OSPEIA-OSPFinteraieaEl-OSPFexternaltypebE2?OSPFexternaltype2GatewayoflastresortisnotsetS192.168.12.0/24isdirectlycomiected,Serial1C192.168.3.0/24isduectlvconnected.FastEthernetlJ "C192.168.4.0/24isduectlvcoimected.FastEthernetOJ "C192.168.23.0/24isduectlycoimected,Serial1第四步:當(dāng)主鏈路up的時(shí)候,仍然用主鏈路通信R3(config)#ints0R3(config-if)?rnoshR3#shiproCodes:C-connected.S-static,R-RIPO?OSPEIA-OSPFinteraieaEl?OSPFexternaltype1,E2-OSPFexternaltype2GatewayoflastresortisnotsetOIA192.168.12.0/24[110/49]via192.168.13.1,00:14:45,SenalOC192.168.13.0/24isduectlycoimected,SerialOC192.168.3.0/24isduectlvconnected.FastEthernetlJ "C192.168.4.0/24isduectlvcoimected.FastEthernetOJ "C192.168.23.0/24isduectlyconnected,Serial1【注意事項(xiàng)】配置備份路由的管理距離必須人于主路由的管理距離?!緟⒖寂渲谩縍3#shrunCurrentconfiguration:!version6.14(2)!hostnameMR3H!ipsubnet-zero!iiiteiiaceFastEthernetOipaddress192.168.4.1255.255.255.0!iiiteiiaceFastEthernetlipaddress192.168.3.1255.255.255.0!iiiteiiaceFastEthernet2noipaddressshutdowniiiteiiaceFastEthernet3noipaddressshutdowniiiiteiiaceSerialOipaddress192.168.13.3255.255.255.0clockrate64000iiiiteiiaceSerial1ipaddress192.168.23.3255.255.255.0clockrate64000irouterospf1network192.168.13.00.0.0.255area0network192.168.4.00.0.0.255area1network192.168.3.00.0.0.255area1iipclasslessiproute192.16&12.0255.255.255.0Serial1150ilmecon0lmeaux0lmevty04loginiendRl#shrunCurrentconfiguration:iversion6.14(2)ihostnameMR1"iipsubnet-zeroiiiiteiiaceFastEthernetOipaddress192.168.12.1255.255.255.0iiiiteiiaceFastEthernetlnoipaddressshutdowninterfaceFastEthernet2noipaddressshutdown!mteiiaceFastEthernet3noipaddressshutdown!mteiiaceSerialOipaddress192.168.13.1255.255.255.0!mteiiaceSerial1noipaddressshutdown!routerospf1network192.168.13.00.0.0.255area0network192.168.12.00.0.0.255area2!ipclassless!lmecon0lmeaux0lmevty04nologini■endR2#shmilCurrentconfiguration:!version6.14(2)!hostnameMR2H!ipsubnet-zero!mteiiaceFastEthernetOipaddress192.168.12.2255.255.255.0!mteiiaceFastEthernetlnoipaddress

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論