下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、動(dòng)態(tài)路由的設(shè)置(2學(xué)時(shí))【實(shí)驗(yàn)名稱】 動(dòng)態(tài)路由配置(RIP V2配置)。 【實(shí)驗(yàn)?zāi)康摹?掌握在路由器上配置RIP V2。 【技術(shù)原理】 RIP(Routing Information Protocols,路由信息協(xié)議)是應(yīng)用較早、使用較普遍的IGP(Interior Gateway Protocol,內(nèi)部網(wǎng)關(guān)協(xié)議),適用于小型同類網(wǎng)絡(luò),是典型的距離矢量(distance-vector)協(xié)議。 RIP協(xié)議跳數(shù)做為衡量路徑開銷的,RIP協(xié)議里規(guī)定最大跳數(shù)為15。 RIP協(xié)議有兩個(gè)版本RIPv1和RIPv2。 RIPv1屬于有類路由協(xié)議,不支持VLSM(變長(zhǎng)子網(wǎng)掩碼),RIPv1是以廣播的形式進(jìn)行路
2、由信息的更新的;更新周期為30秒。 RIPv2屬于無類路由協(xié)議,支持VLSM(變長(zhǎng)子網(wǎng)掩碼),RIPv2是以組播的形式進(jìn)行路由信息的更新的,組播地址是224.0.0.9。RIPv2還支持基于端口的認(rèn)證,提高網(wǎng)絡(luò)的安全性。 【實(shí)現(xiàn)功能】 實(shí)現(xiàn)網(wǎng)絡(luò)的互連互通,從而實(shí)現(xiàn)信息的共享和傳遞。 【實(shí)驗(yàn)設(shè)備】 路由器3臺(tái),交換機(jī)3臺(tái),PC6臺(tái),連線若干【實(shí)驗(yàn)拓?fù)洹?一. 實(shí)驗(yàn)要求按照上述網(wǎng)絡(luò)拓?fù)鋱D和實(shí)驗(yàn)指導(dǎo)進(jìn)行配置,并對(duì)所有主機(jī)和路由其端口的IP地址進(jìn)行設(shè)置,然后進(jìn)行動(dòng)態(tài)路由的設(shè)置,測(cè)試各子網(wǎng)之間的連通性。查看各路由器的路由表,應(yīng)能看到所有5個(gè)子網(wǎng)。二. 實(shí)驗(yàn)指導(dǎo)1、各路由器的路由配置如下l Router0
3、的配置RouterenRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#int f0/0Router(config-if)#ip address 192.168.5.1 255.255.255.0Router(config-if)#no shutdownRouter(config-if)#int s2/0Router(config-if)#ip address 192.168.1.1 255.255.255.0Router(config-if)#clock rate 6
4、4000 !DCE端配置時(shí)鐘頻率Router(config-if)#no shutdownRouter(config-if)#exitRouter(config)#route rip !配置RIP路由協(xié)議Router(config-router)#network 192.168.1.0 !聲明路由器的直連網(wǎng)絡(luò)Router(config-router)#network 192.168.5.0Router(config-router)#version 2 !RIP版本為RIPv2Router(config-router)#exitRouter(config)#exitRouter#show ip
5、route !查看路由表Codes: C - connected, S - static, I - IGRP, 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, E - EGP i - IS-IS, L1 - IS-IS level
6、-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 setC 192.168.1.0/24 is directly connected, Serial2/0R 192.168.2.0/24 120/1 via 192.168.1.2, 00:00:07, Serial2/0R 192.168.3.0/24 12
7、0/2 via 192.168.1.2, 00:00:07, Serial2/0R 192.168.4.0/24 120/1 via 192.168.1.2, 00:00:07, Serial2/0C 192.168.5.0/24 is directly connected, FastEthernet0/0Router#l Router1的配置RouterenRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#int s2/0Router(config-if)#ip ad
8、d 192.168.1.2 255.255.255.0Router(config-if)#no shutdownRouter(config-if)#Router(config-if)#int f0/0Router(config-if)#ip add 192.168.4.1 255.255.255.0Router(config-if)#no shutdownRouter(config)#int s3/0Router(config-if)#ip add 192.168.2.1 255.255.255.0Router(config-if)#clock rate 64000Router(config-
9、if)#no shutdownRouter(config-if)#exit Router(config)#route ripRouter(config-router)#network 192.168.1.0Router(config-router)#network 192.168.4.0Router(config-router)#network 192.168.2.0Router(config-router)#version 2Router(config-router)#exitRouter(config)#exitRouter#show ip routeCodes: C - connecte
10、d, S - static, I - IGRP, 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, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS
11、-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static routeGateway of last resort is not setC 192.168.1.0/24 is directly connected, Serial2/0C 192.168.2.0/24 is directly connected, Serial3/0R 192.168.3.0/24 120/1 via 192.168.2.2, 00:00:20, Serial3/0C
12、 192.168.4.0/24 is directly connected, FastEthernet0/0R 192.168.5.0/24 120/1 via 192.168.1.1, 00:00:12, Serial2/0Router#l Router2的配置RouterenRouter#conf tEnter configuration commands, one per line. End with CNTL/Z.Router(config)#int s2/0Router(config-if)#ip add 192.168.2.2 255.255.255.0Router(config-
13、if)#no shutdownRouter(config-if)#int f0/0Router(config-if)#ip add 192.168.3.1 255.255.255.0Router(config-if)#no shutdownRouter(config-if)#exitRouter(config)#route rip Router(config-router)#network 192.168.2.0Router(config-router)#network 192.168.3.0Router(config-router)#version 2Router(config-router
14、)#exitRouter(config)#exitRouter#show ip routeCodes: C - connected, S - static, I - IGRP, 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, E
15、- EGP i - 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 setR 192.168.1.0/24 120/1 via 192.168.2.1, 00:00:15, Serial2/0C 192.168.2.0/24 is directly connected, Serial2/0C 192.168.3.0/24 is directly connected, FastEthernet0/0R 192.168.4.0/24 120/1 via 192.168.
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(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ǔ)空間,僅對(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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五年度辦公場(chǎng)地租賃合同標(biāo)準(zhǔn)版3篇
- 2025年度美發(fā)店教育培訓(xùn)股份入股合同
- 課題申報(bào)參考:明代八景圖畫史料的搜集研究
- 課題申報(bào)參考:面向資源受限場(chǎng)景的語音情緒狀態(tài)學(xué)習(xí)研究
- 課題申報(bào)參考:面向復(fù)雜網(wǎng)絡(luò)環(huán)境的AIGC內(nèi)容標(biāo)識(shí)機(jī)制研究
- 2025年度個(gè)人網(wǎng)絡(luò)虛擬商品購(gòu)買合同示范文本3篇
- 二零二五年度美容美發(fā)行業(yè)美容儀器研發(fā)與銷售合同2篇
- 2025年度個(gè)人私有房屋購(gòu)買合同(精裝修房屋智能安防系統(tǒng)版)4篇
- 二零二五版美容院養(yǎng)生項(xiàng)目開發(fā)與推廣合同4篇
- 2025年度個(gè)人與公司間商業(yè)借款合同標(biāo)準(zhǔn)版4篇
- 診所負(fù)責(zé)人免責(zé)合同范本
- 2024患者十大安全目標(biāo)
- 印度與阿拉伯的數(shù)學(xué)
- 會(huì)陰切開傷口裂開的護(hù)理查房
- 《鋼鐵是怎樣煉成的》選擇題100題(含答案)
- 實(shí)驗(yàn)報(bào)告·測(cè)定雞蛋殼中碳酸鈣的質(zhì)量分?jǐn)?shù)
- 部編版小學(xué)語文五年級(jí)下冊(cè)集體備課教材分析主講
- 電氣設(shè)備建筑安裝施工圖集
- 《工程結(jié)構(gòu)抗震設(shè)計(jì)》課件 第10章-地下建筑抗震設(shè)計(jì)
- 公司法務(wù)部工作細(xì)則(草案)
- 第18課《文言文二則 鐵杵成針》(學(xué)習(xí)任務(wù)單)- 四年級(jí)語文下冊(cè)部編版
評(píng)論
0/150
提交評(píng)論