



下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、實用標準文案實驗 4 : RIP 路由協(xié)議的配置一、實驗?zāi)康?、練習 RIP 動態(tài)路由協(xié)議的基本配置;2、掌握了解 RIP 路由協(xié)議原理二、實驗環(huán)境:模擬器三、關(guān)于 RIP 的基礎(chǔ)知識RIP( Routing Information Protocol)是最常使用的內(nèi)部網(wǎng)關(guān)協(xié)議(InteriorGateway Protocol)之一,是一種典型的基于D-V算法的動態(tài)路由協(xié)議。通過 UDP (User Datagram Protocol)報文交換路由信息,使用跳數(shù)(HopCount )來衡量到達目的地的距離(被稱為路由權(quán)Routing cost)。由于在 RIP 中大于或等于 16 的跳數(shù)被定義為
2、無窮大(即目的網(wǎng)絡(luò)或主機不可達),所以 RIP 一般用于采用同類技術(shù)的中等規(guī)模的網(wǎng)絡(luò),如校園網(wǎng)及一個地區(qū)范圍內(nèi)的網(wǎng)絡(luò), RIP 并非為復雜、大型的網(wǎng)絡(luò)而設(shè)計。啟動 RIP,進入 RIP 視圖:router Rip關(guān)閉 RIP: no rip在指定的網(wǎng)絡(luò)上使能RIP network network-number| all 在指定的網(wǎng)絡(luò)上禁用RIP no network network-number| all四:實驗步驟:拓撲圖如下所示:精彩文檔實用標準文案配置過程:Router1 :Router>enable/ 進入特權(quán)模式Router#conf ter/ 進入全局配置模式Enter co
3、nfiguration commands, one per line.End with CNTL/Z.Router(config)#int f0/0/ 配置 Fa0/0接口Router(config-if)#ip add 1.1.1.2 255.255.255.0Router(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upRouter(config-if)#%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0
4、,changedstate to up精彩文檔實用標準文案Router(config-if)#exitRouter(config)#int s0/0/0/ 配置串口Router(config-if)#ip add 1.1.6.1 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0/0, changed state to downRouter(config-if)#exitRouter(config)#int s0/0/1/
5、 配置串口Router(config-if)#ip add 1.1.2.1 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0/1, changed state to downRouter(config-if)#exitRouter(config)#router rip/ 進入 RIP 視圖Router(config-router)#network 1.0.0.0/ 發(fā)布直連網(wǎng)絡(luò)Router(config-router)#
6、exitRouter(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#show ip route/ 查看路由表精彩文檔實用標準文案Codes: C - connected, S - static, I - IGRP, R - RIP , M - mobile, B - BGPD - EIGRP , EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA
7、 external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, 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 set1.0.0.0/24 is subnetted,
8、 1 subnetsC 1.1.1.0 is directly connected, FastEthernet0/0Router#Router2 :Router>enableRouter#conf terEnter configuration commands, one per line.End with CNTL/Z.Router(config)#int f0/0Router(config-if)#ip add 1.1.5.2 255.255.255.0Router(config-if)#no shutdown精彩文檔實用標準文案%LINK-5-CHANGED: Interface F
9、astEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0,changedstate to upRouter(config-if)#exitRouter(config)#int s0/0/1Router(config-if)#ip add 1.1.2.2 255.255.255.0Router(config-if)#clock rate 64000Router(config-if)#no shutdown%LINK-5-CHANGED: Interface Seria
10、l0/0/1, changed state to upRouter(config-if)#exitRouter(config)#int s0/0/0Router(config-if)#ip add 1.1.3.1 255.255.255.0Router(config-if)#clo rate 64000Router(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0/0, changed state to downRouter(config-if)#exitRouter(config)#router ripRouter(conf
11、ig-router)#network 1.0.0.0Router(config-router)#exit精彩文檔實用標準文案Router(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#Router#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP , M - mobile, B - BGPD - EIGRP , EX - EIGRP external, O - OSPF, IA - OSPF inter ar
12、eaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, 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 o
13、f last resort is not set1.0.0.0/24 is subnetted, 3 subnetsR1.1.1.0 120/1 via 1.1.2.1, 00:00:11, Serial0/0/1C1.1.2.0 is directly connected, Serial0/0/1C 1.1.5.0 is directly connected, FastEthernet0/0Router#Router3 :精彩文檔實用標準文案Router>enRouter#conf terEnter configuration commands, one per line.End wi
14、th CNTL/Z.Router(config)#int f0/0Router(config-if)#ip add 1.1.4.2 255.255.255.0Router(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/0,changedstate to upRouter(config-if)#exitRouter(config)#int s0/0/0Route
15、r(config-if)#ip add 1.1.6.2 255.255.255.0Router(config-if)#clo rate 64000Router(config-if)#no shutdownRouter(config-if)#%LINK-5-CHANGED: Interface Serial0/0/0, changed state to upRouter(config-if)#exitRouter(config)#int s0/0/1Router(config-if)#ip add 1.1.3.2 255.255.255.0Router(config-if)#clock rate
16、 64000精彩文檔實用標準文案Router(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial0/0/1, changed state to upRouter(config-if)#exitRouter(config)#router ripRouter(config-router)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state toupRouter(config-router)#network 1.0.0.0Router(conf
17、ig-router)#exitRouter(config)#exitRouter#%SYS-5-CONFIG_I: Configured from console by consoleRouter#show ip rouRouter#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP , M - mobile, B - BGPD - EIGRP , EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2
18、 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, 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 route精彩文檔實用標準文案Gateway of last resort is not set1.0.0.0/24 is subnetted, 6 subnetsR1.1.1.0 120/1 via 1.1.6.1, 00:00:02, Serial0/0/0R1.1.2.0 120/1 via 1.1.6.1, 00:00:02, Serial0/0/0120/1 via 1.1.3.1, 00:
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 《第03節(jié) 電場強度》導學案
- 《Reading Chinese New Year;Thanksgiving》獲獎教案下載八年級下冊北師大版
- 2025年老年心理健康師資格考試試題及答案
- 2025年金融風險管理師職業(yè)資格考試試卷及答案
- 2025年科學教育專業(yè)教師考試試題及答案
- 2014年全國高中數(shù)學聯(lián)合競賽加試(A卷)解答
- 和學校簽合同協(xié)議
- 商住樓轉(zhuǎn)租合同協(xié)議
- 品牌出租合同協(xié)議
- 商品代賣代銷合同協(xié)議
- 踝關(guān)節(jié)骨折分型
- 事故樹(故障樹)分析法專題培訓教材
- UPS電子商務(wù)物流案例分析
- 理論力學摩擦實驗報告
- LED燈高低溫試驗及老化測試標準
- 2023年浙江省公務(wù)員考試申論真題A卷
- 全套三級安全教育記錄及表格
- 安全風險及控制措施清單
- KTV工程部崗位職責
- 社會科學處橫向課題合同書
- GB/T 3452.4-2020液壓氣動用O形橡膠密封圈第4部分:抗擠壓環(huán)(擋環(huán))
評論
0/150
提交評論