版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、實驗報告15課程名稱核心路由交換技術(shù)實驗名稱ospf協(xié)議實現(xiàn)網(wǎng)絡(luò)互連姓名李小允學(xué)號1145492453班級網(wǎng)2該實驗所需耍的簡單實驗拓撲。請用模擬器做完所有的實驗步驟z后再截圖,要求在圖上標注配置,包括路由器的各個接口、對應(yīng)ip和掩碼;pc的網(wǎng)關(guān)、ip和掩碼。laptdp-pt lapiopo實驗拓撲圖laptop-ptlap jo pl1841 路由貉1實驗步驟及命令清單本次實驗步驟對銳捷機架真實設(shè)備和思科模擬器均可。本案例以兩臺r2624路由 器、1臺三層交換機為例。s3550上劃分冇vlan 10和vlan50,其中vlan 10 用于連接routerlvlan50用于連接校園網(wǎng)主機。路
2、由器分別命名為router 1和 router2,路由器z間川過串口采jij v35 dce/dte電纜連接,dce端連接到router 1 上。pc1的ip地址和缺省網(wǎng)關(guān)分別為172.16.5.11和172.16.5.1, pc2的ip地址和 缺省網(wǎng)關(guān)分別為172.16.3.22和172.16.3.1,網(wǎng)絡(luò)掩碼都是255.255.255.0.172.16.1 jw24172.165.024實驗步驟:參看電了書ccna實驗指導(dǎo)p68o注意:實驗步驟的前半部分與實驗報告14基本是一樣的,保證相鄰實驗設(shè)備兩兩z間的連通用性,才能進一步配置路由。步驟1先根據(jù)實驗拓撲圖對銳捷機架真實設(shè)備進行連線。pc
3、1的1p地址和缺省網(wǎng)關(guān)分別為172.16.51和172.16.5,網(wǎng)絡(luò)掩碼都是255.255.255.0opc2的ip地址和缺省網(wǎng)關(guān)分別為172.16.3.22和172.16.3.1,網(wǎng)絡(luò)掩碼都是 255.255.255.0。步驟2三層交換機的基本配置s3760#configurc terminals3760(config)#vlan 10s3760(config-vlan)# exits3760(config)#vlan 50s3760(config-vlan)#cxits3760(config)#interface fastethernet 0/1s3760(config-if)#swit
4、chport access vlan 10s3760(config-if)#exits3760(config)#intcrfacc fastethernet 0/5s3760(config-if)#switchport access vlan 50s3760(config-if)#cxits3760(config)#interface vlan 10s3760(config-if)#ip address 172.16.1.2 255.255.255.0s3760(config-if)#no shutdowns3760(config-if)#cxits3760(config)#interface
5、 vlan 50s3760(config-if)#ip address 172.16.5.1 255.255.255.0s3760(config-if)#exit 驗證測試:s3760#show vlaneau/fao/ "fl/:l0vlan0010activefao/bovlan0050activefao/1002fddi-defaultact/unsup1003token-ring-defaultaut/unsup1004fddinet-defaultact/unsup1005trnet-defaultact/unsup7t a ktevrcuhtctiffmttd i id
6、v- n /-i 小 z% kt. . c s3760#show ip interface截圖只需關(guān)鍵部分astethernet0/1 is down, line protocol is down internetprotocolprocessing disabledfastethernet0/2 is down* line protocol is down internet protocol processing disabledfastethernet0/3 is down* line protocol is down internet protocol processing disabl
7、edfastethernet0/4 is down* line protocol is down internet protocol processing disabled pmstetherrnet0/5 is up* line prrotouo丄 is u6步驟3路由器基本配置rsr20_l#confrsr20_l (config)#hostname router 1router 1 (config)#intcrfacc fastethcrnct 0router 1 (config-if)#ip address 172.16.1.1 255.255.255.0routcrl (config
8、-if)#no shutdownrouter 1 (config-if)#exitrouter 1 (config)#interface serial 0router 1 (config-if)#ip address 172.16.2.1 255.255.255.0router 1 (config-if)#clock rate 64000如果 router 1 是 dce 端的話。routcrl (config-if)#no shutdownrouter 1 (config-if)#cxitrsr20_2>enablersr20_2#confrouter2(config-if)#ip a
9、ddress 172.16.2.2 255.255.255.0router2(config-if)#no shutdownrouter2(config-i0#clock rate 64000如果 router2 是 dce 端的話。router2(config-i0#exitrouter2(config)#inteiface fastethernet 0router2(config-if)#ip address 172.16.3.1 255.255.255.0router2(config-if)#no shutdownrouter2(config-i0#exit驗證測試:驗證接口的配置rout
10、er 1 #show ip interface briefrouter2#show ip interface brief回答問題:請自行驗證目前所有網(wǎng)絡(luò)設(shè)備中各個設(shè)備(包括pc、三層交換機、路由器) 之間的連通性,并總結(jié)之。步驟4配置單區(qū)域ospf注意:模擬器的命令稍有區(qū)別s3750配置ospf協(xié)議s3750(config)#router ospf!開丿17 ospf 進程s3750(config-router)#network 172.16.5.0 0.0.0.255 area 0!申明直連網(wǎng)段,并分配區(qū)域號.s3750(config-router)#network 172.16.1.0 0
11、.0.0.255 area 0s3750(config-router)#endrouterl配置ospf協(xié)議router 1 (config) #router ospf 1router 1 (config-router)#network 172.16.1.0 0.0.0.255 area 0router 1 (config-router)#network 1726.2.0 0.0.0.255 area 0router 1 (config-router)#endrouter2配置ospf協(xié)議router2(config)#router ospf 1router2(config-router)#n
12、etwork 172.16.2.0 0.0.0.255 area 0router2(config-router)#network 172.16.3.0 0.0.0.255 area 0router2(config-router)#end驗證目前的連通性。在 pci ± ping pc2 貼圖在pc1上tnicenpc2貼圖步驟5驗證三臺路由設(shè)備的路由表,查看是否學(xué)習(xí)了其它網(wǎng)段的路由信息以上步驟已經(jīng)驗證了開啟ospf動態(tài)路由協(xié)議,可以自動學(xué)習(xí)路由信息,方便實現(xiàn)了網(wǎng) 絡(luò)互連。步驟6刪除各設(shè)備上的ospf模擬器的命令稍有區(qū)別s3750配置ospf協(xié)議s3750(config)#no rou
13、ter ospfrouterl配置ospf協(xié)議router l(config)no router ospf 1router2配置ospf協(xié)議router2(config )#no router ospf 1步驟7配置多區(qū)域ospf注意:模擬器的命令稍有區(qū)別s3750配置ospf協(xié)議s3750(config)#router ospf 100/浙 7 ospf 進程s3750(config-router)#network 172.16.5.0 0.0.0.255 area i!屮明肓連網(wǎng)段,并分配區(qū)域號.s3750(config-router)#network 172.16.1.0 0.0.0.255 area 1s3750(config-router)#endrouterl配置ospf協(xié)議router l(config)#router ospf 100router 1 (config-router)#network 172.16.1.0 0.0.0.255 area 1routerl (config-router)#network 172
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 食品產(chǎn)業(yè)加工生產(chǎn)線租賃合同
- 企業(yè)級數(shù)據(jù)安全技術(shù)研究與開發(fā)服務(wù)合同
- 地址管理服務(wù)合同
- 鋼筋工承包合同
- 2024至2030年中國80座高速客船行業(yè)投資前景及策略咨詢研究報告
- 2024年中國硝基乙酸乙酯市場調(diào)查研究報告
- 2024至2030年中國電動平移門行業(yè)投資前景及策略咨詢研究報告
- 2024年法拍房買賣合同參考樣本
- 2024年新版跨國貿(mào)易合同首章詳則版B版
- 2024年某房地產(chǎn)公司與某設(shè)計公司關(guān)于樓盤設(shè)計合同
- 2020年污水處理廠設(shè)備操作維護必備
- LSS-250B 純水冷卻器說明書
- 中藥分類大全
- 防止返貧監(jiān)測工作開展情況總結(jié)范文
- 精文減會經(jīng)驗交流材料
- 淺談離子交換樹脂在精制糖行業(yè)中的應(yīng)用
- 設(shè)備研發(fā)項目進度表
- 管道定額價目表
- 新時期如何做好檔案管理課件
- 復(fù)興號動車組空調(diào)系統(tǒng)設(shè)計優(yōu)化及應(yīng)用
- 礦山壓力與巖層控制課程設(shè)計.doc
評論
0/150
提交評論