



全文預(yù)覽已結(jié)束
下載本文檔
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
LAB.10動(dòng)態(tài)路由協(xié)議-單域OSPF配置實(shí)驗(yàn)?zāi)康?1. 理解動(dòng)態(tài)路由協(xié)議OSPF的內(nèi)容; 2. 理解OSPF等鏈路狀態(tài)協(xié)議的算法處理過程; 3. 掌握OSPF的基本配置,并與距離失量協(xié)議的配置過程相比較; 4. 掌握DR和BDR,手動(dòng)配置DR、BDR。 實(shí)驗(yàn)拓?fù)淙缦聦?shí)驗(yàn)過程:R1配置如下:R1(config)#interface Loopback0R1(config-if)#ip address 1.1.1.1 255.255.255.255R1(config-if)#interface FastEthernet0/0R1(config-if)#ip address 172.16.13.1 255.255.255.0R1(config-if)#interface Serial1/0R1(config-if)#ip address 172.16.12.1 255.255.255.0R1(config-if)#clock rate 64000R1(config)#router ospf 110OSPF路由配置模式,進(jìn)程號(hào)為110R1(config-router)#router-id 1.1.1.1定義路由器IDR1(config-router)#network 1.1.1.1 0.0.0.0 area 0向全網(wǎng)通告1.1.1.1,并定義這個(gè)地址在區(qū)域0內(nèi)R1(config-router)#network 172.16.12.0 0.0.0.255 area 0向全網(wǎng)通告172.16.12.0這個(gè)網(wǎng)段,并定義這個(gè)網(wǎng)段在區(qū)域0內(nèi)R1(config-router)#network 172.16.13.0 0.0.0.255 area 0R2配置如下:R2(config)#interface Loopback0R2(config-if)#ip address 2.2.2.2 255.255.255.255R2(config-if)#interface Serial1/0R2(config-if)#ip address 172.16.12.2 255.255.255.0R2(config-if)#clock rate 64000R2(config-if)#interface Serial1/1R2(config-if)#ip address 172.16.23.2 255.255.255.0R2(config-if)#clock rate 64000R2(config)router ospf 110R2(config-router)#router-id 2.2.2.2R2(config-router)#network 2.2.2.2 0.0.0.0 area 0R2(config-router)#network 172.16.12.0 0.0.0.255 area 0R2(config-router)#network 172.16.23.0 0.0.0.255 area 0R3配置如下:R3(config)#interface Loopback0進(jìn)入接口配置模式,配置一個(gè)環(huán)回口R3(config-if)#ip address 3.3.3.3 255.255.255.255R3(config-if)#interface FastEthernet0/0R3(config-if)#ip address 172.16.13.2 255.255.255.0R3(config-if)#interface Serial1/1R3(config-if)#ip address 172.16.23.1 255.255.255.0R3(config-if)#clock rate 64000R3(config)#router ospf 110R3(config-router)#router-id 3.3.3.3R3(config-router)#network 3.3.3.3 0.0.0.0 area 0R3(config-router)#network 172.16.13.0 0.0.0.255 area 0R3(config-router)#network 172.16.23.0 0.0.0.255 area 0查看R1、R2、R3路由表R1#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnetsC 1.1.1.1 is directly connected, Loopback0 2.0.0.0/32 is subnetted, 1 subnetsO 2.2.2.2 110/65 via 172.16.12.2, 00:05:53, Serial1/0 3.0.0.0/32 is subnetted, 1 subnetsO代表OSPF的路由表項(xiàng),從本地端口Serial1/0學(xué)到的目標(biāo)網(wǎng)絡(luò)為2.2.2.2的路由,建立鄰居時(shí)間為05:53O 3.3.3.3 110/2 via 172.16.13.2, 00:05:53, FastEthernet0/0 172.16.0.0/24 is subnetted, 3 subnetsO 172.16.23.0 110/65 via 172.16.13.2, 00:05:53, FastEthernet0/0C 172.16.12.0 is directly connected, Serial1/0C 172.16.13.0 is directly connected, FastEthernet0/0R2#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnetsO 1.1.1.1 110/65 via 172.16.12.1, 00:06:12, Serial1/0 2.0.0.0/32 is subnetted, 1 subnetsC 2.2.2.2 is directly connected, Loopback0 3.0.0.0/32 is subnetted, 1 subnetsO 3.3.3.3 110/65 via 172.16.23.1, 00:06:12, Serial1/1 172.16.0.0/24 is subnetted, 3 subnetsC 172.16.23.0 is directly connected, Serial1/1C 172.16.12.0 is directly connected, Serial1/0O 172.16.13.0 110/65 via 172.16.12.1, 00:06:12, Serial1/0 110/65 via 172.16.23.1, 00:06:12, Serial1/1R3#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static routeGateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnetsO 1.1.1.1 110/2 via 172.16.13.1, 00:06:33, FastEthernet0/0 2.0.0.0/32 is subnetted, 1 subnetsO 2.2.2.2 110/65 via 172.16.23.2, 00:06:33, Serial1/1 3.0.0.0/32 is subnetted, 1 subnetsC 3.3.3.3 is directly connected, Loopback0 172.16.0.0/24 is subnetted, 3 subnetsC 172.16.23.0 is directly connected, Serial1/1O 172.16.12.0 110/65 via 172.16.13.1, 00:06:33, FastEthernet0/0C 172.16.13.0 is directly connected, FastEthernet0/0在R1、R2查看DR、BDRR1#show ip ospf neighbor查看OSPF的鄰居 Neighbor ID Pri State Dead Time Address Interface2.2.2.2 0 FULL/ - 00:00:3
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 關(guān)于安全生產(chǎn)的重要論述學(xué)習(xí)心得
- 【課件】反沖現(xiàn)象+火箭+課件+-2025-2026學(xué)年高二上學(xué)期物理人教版(2019)選擇性必修第一冊(cè)
- 導(dǎo)購(gòu)員銷售技能培訓(xùn)
- 2025至2030決明子精油行業(yè)產(chǎn)業(yè)運(yùn)行態(tài)勢(shì)及投資規(guī)劃深度研究報(bào)告
- 2025至2030機(jī)器監(jiān)測(cè)振動(dòng)分析儀行業(yè)項(xiàng)目調(diào)研及市場(chǎng)前景預(yù)測(cè)評(píng)估報(bào)告
- 2025至2030中國(guó)城市公交行業(yè)項(xiàng)目調(diào)研及市場(chǎng)前景預(yù)測(cè)評(píng)估報(bào)告
- 2025至2030飛機(jī)撤離滑梯行業(yè)發(fā)展趨勢(shì)分析與未來(lái)投資戰(zhàn)略咨詢研究報(bào)告
- 2025至2030工業(yè)燃油行業(yè)產(chǎn)業(yè)運(yùn)行態(tài)勢(shì)及投資規(guī)劃深度研究報(bào)告
- 2025至2030全球及中國(guó)SOH(旋轉(zhuǎn)硬掩膜)行業(yè)項(xiàng)目調(diào)研及市場(chǎng)前景預(yù)測(cè)評(píng)估報(bào)告
- 2025至2030藥物緩釋制劑行業(yè)項(xiàng)目調(diào)研及市場(chǎng)前景預(yù)測(cè)評(píng)估報(bào)告
- 山東中醫(yī)藥大學(xué)2020-2021學(xué)年內(nèi)科護(hù)理學(xué)試題及答案1
- 行政法培訓(xùn)講義課件
- DB32T 4174-2021 城市居住區(qū)和單位綠化標(biāo)準(zhǔn)
- 基本原理與性能特點(diǎn)多自由度電磁軸承課件
- Q∕SY 1836-2015 鍋爐 加熱爐燃油(氣)燃燒器及安全聯(lián)鎖保護(hù)裝置檢測(cè)規(guī)范
- 北京輸變電工程標(biāo)準(zhǔn)工藝應(yīng)用圖冊(cè)(圖文并茂)
- 儀器使用記錄表
- 三相負(fù)荷(380V)及單相(220V)最大供電距離計(jì)算表及電壓降計(jì)算表
- 國(guó)家職業(yè)技能標(biāo)準(zhǔn) (2021年版) 嬰幼兒發(fā)展引導(dǎo)員
- 計(jì)算機(jī)網(wǎng)絡(luò)專業(yè)畢業(yè)論文:網(wǎng)上鮮花銷售系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
- 伯杰氏細(xì)菌系統(tǒng)分類學(xué)手冊(cè)
評(píng)論
0/150
提交評(píng)論