第三組第四次實(shí)驗(yàn)報(bào)告-動(dòng)態(tài)路由_第1頁(yè)
第三組第四次實(shí)驗(yàn)報(bào)告-動(dòng)態(tài)路由_第2頁(yè)
第三組第四次實(shí)驗(yàn)報(bào)告-動(dòng)態(tài)路由_第3頁(yè)
第三組第四次實(shí)驗(yàn)報(bào)告-動(dòng)態(tài)路由_第4頁(yè)
第三組第四次實(shí)驗(yàn)報(bào)告-動(dòng)態(tài)路由_第5頁(yè)
已閱讀5頁(yè),還剩1頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

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

文檔簡(jiǎn)介

第1頁(yè)/共6頁(yè)計(jì)算機(jī)網(wǎng)絡(luò)動(dòng)態(tài)路由實(shí)驗(yàn)課程名稱(chēng):計(jì)算機(jī)網(wǎng)絡(luò)項(xiàng)目?jī)?nèi)容:動(dòng)態(tài)路由參數(shù)配置所屬院系:電氣與信息工程學(xué)院學(xué)科專(zhuān)業(yè):計(jì)算機(jī)科學(xué)與技術(shù)年/班級(jí):B14級(jí)計(jì)算機(jī)科學(xué)與技術(shù)2班組長(zhǎng)學(xué)號(hào)組成員:鈡俊耀(組長(zhǎng))、廖永聰、翁耿、李福方建華、陳振高、賴(lài)穗玲指導(dǎo)老師:李春平活動(dòng)地點(diǎn):網(wǎng)絡(luò)互連實(shí)驗(yàn)室博雅樓302完成時(shí)間:2015【實(shí)驗(yàn)分工】實(shí)驗(yàn)資料查找:廖永聰,陳振高實(shí)驗(yàn)操作與拓?fù)洌虹娍∫?,,翁耿,?lài)穗玲實(shí)驗(yàn)結(jié)果驗(yàn)證:李福,方建華【實(shí)驗(yàn)內(nèi)容】步驟1:規(guī)劃拓?fù)浣Y(jié)構(gòu)Vlan192.168.20.0Vlan200.1.1.0Vlan192.168.10.0Vlan192.168.20.0Vlan200.1.1.0Vlan192.168.10.0步驟2:實(shí)驗(yàn)原理通過(guò)PC2(IP:192.168.10.10)對(duì)路由器1的f0/0和s2/0兩個(gè)接口進(jìn)行IP設(shè)置,分別為:f0/0:192.168.10.254s2/0:200.1.1.1通過(guò)PC3(IP:192.168.20.20)對(duì)路由器2的f0/0和s2/0兩個(gè)接口進(jìn)行IP設(shè)置,分別為:f0/0:192.168.20.254s2/0:200.1.1.2設(shè)置串口DCE端的路由器的時(shí)鐘速率為9600,另一端不需要設(shè)置。設(shè)置PC2的IP及網(wǎng)關(guān):同理設(shè)置PC3的IP及網(wǎng)關(guān)。步驟3:實(shí)驗(yàn)前測(cè)試用PC2(IP:192.168.10.10)pingPC3(IP:192.168.20.20),結(jié)果如圖所示:步驟4:實(shí)驗(yàn)代碼路由器1的代碼(需要設(shè)置時(shí)鐘速率):Router>enableRouter#configterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Router(config)#intf0/0Router(config-if)#ipaddr192.168.10.254255.255.255.0Router(config-if)#noshutdownRouter(config-if)#ints2/0Router(config-if)#ipaddr200.1.1.1255.255.255.0Router(config-if)#clockrate9600Router(config-if)#noshutdownRouter(config-if)#exitRouter(config)#routerripRouter(config-router)#version2Router(config-router)#network192.168.10.0Router(config-router)#network200.1.1.0Router(config-router)#end路由器2的代碼(無(wú)需設(shè)置時(shí)鐘速率):Router>enableRouter#configterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Router(config)#intf0/0Router(config-if)#ipaddr192.168.20.254255.255.255.0Router(config-if)#noshutdownRouter(config-if)#ints2/0Router(config-if)#ipaddr200.1.1.2255.255.255.0Router(config-if)#noshutdownRouter(config-if)#exitRouter(config)#routerripRouter(config-router)#version2Router(config-router)#network192.168.20.0Router(config-router)#network200.1.1.0Router(config-router)#end步驟5:察看接口狀態(tài)及路由表結(jié)果路由器1接口:Router1#showipinterfacebriefInterfaceIP-AddressOK?MethodStatusProtocolFastEthernet0/0192.168.10.254YESmanualupupFastEthernet1/0unassignedYESunsetadministrativelydowndownSerial2/0200.1.1.1YESmanualupupSerial3/0unassignedYESunsetadministrativelydowndownFastEthernet4/0unassignedYESunsetadministrativelydowndownFastEthernet5/0unassignedYESunsetadministrativelydowndown路由器1路由表:Router#showiprouteCodes:C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,N1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGPi-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea*-candidatedefault,U-per-userstaticroute,o-ODRP-periodicdownloadedstaticrouteGatewayoflastresortisnotsetC192.168.10.0/24isdirectlyconnected,FastEthernet0/0R192.168.20.0/24[120/1]via200.1.1.2,00:00:06,Serial2/0C200.1.1.0/24isdirectlyconnected,Serial2/0路由器2接口:Router1#showipinterfacebriefInterfaceIP-AddressOK?MethodStatusProtocolFastEthernet0/0192.168.20.254YESmanualupupFastEthernet1/0unassignedYESunsetadministrativelydowndownSerial2/0200.1.1.2YESmanualupupSerial3/0unassignedYESunsetadministrativelydowndownFastEthernet4/0unassignedYESunsetadministrativelydowndownFastEthernet5/0unassignedYESunsetadministrativelydowndown路由器2路由表:Router#showiprouteCodes:C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,N1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGPi-IS-IS,L1-IS-ISlevel-1,L2-IS-ISlevel-2,ia-IS-ISinterarea*-candidatedefault,U-per-userstaticroute,o-ODRP-periodicdownloadedstaticrouteGatewayoflastresortisnotsetR192.168.10.0/24[120/1

溫馨提示

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

評(píng)論

0/150

提交評(píng)論