![IGP實(shí)驗(yàn)3小蚯蚓_第1頁](http://file2.renrendoc.com/fileroot_temp3/2021-10/23/acb7653a-b36a-4b4b-a2e6-819d657a150a/acb7653a-b36a-4b4b-a2e6-819d657a150a1.gif)
![IGP實(shí)驗(yàn)3小蚯蚓_第2頁](http://file2.renrendoc.com/fileroot_temp3/2021-10/23/acb7653a-b36a-4b4b-a2e6-819d657a150a/acb7653a-b36a-4b4b-a2e6-819d657a150a2.gif)
![IGP實(shí)驗(yàn)3小蚯蚓_第3頁](http://file2.renrendoc.com/fileroot_temp3/2021-10/23/acb7653a-b36a-4b4b-a2e6-819d657a150a/acb7653a-b36a-4b4b-a2e6-819d657a150a3.gif)
![IGP實(shí)驗(yàn)3小蚯蚓_第4頁](http://file2.renrendoc.com/fileroot_temp3/2021-10/23/acb7653a-b36a-4b4b-a2e6-819d657a150a/acb7653a-b36a-4b4b-a2e6-819d657a150a4.gif)
![IGP實(shí)驗(yàn)3小蚯蚓_第5頁](http://file2.renrendoc.com/fileroot_temp3/2021-10/23/acb7653a-b36a-4b4b-a2e6-819d657a150a/acb7653a-b36a-4b4b-a2e6-819d657a150a5.gif)
下載本文檔
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、需要:使用圖中的dicl號(hào),不允許使用靜態(tài)路由,不允許有32位主機(jī)路由出現(xiàn)。全網(wǎng)全通。1、 r1的環(huán)回口一訪問r3的loopback 1時(shí),使用幀中繼線路,不使用nat。2、 r1的環(huán)回口二訪問r3的環(huán)回口一時(shí),使用以太網(wǎng)線路,使用nat。(做pat)3、 r3的路由表中,不允許有r1的環(huán)回口二的地址。r3的以太接口通過dhcp的地址。dhcp服務(wù)器為r2,每次獲得的地址為相同。4、 r1、r2的串口為ppp封裝的安全驗(yàn)證,密碼為小寫cisco。5、 ospf采用安全的區(qū)域驗(yàn)證,密碼為小寫openlab。6、 r2、r3使用的幀中繼使用rip的安全驗(yàn)證,密碼為大寫的cisco。封裝ppp會(huì)產(chǎn)生
2、32位的主機(jī)路由,要用no peer nei-router解法:r1username r2 password 0 ciscointerface loopback1 ip address 1.1.1.1 255.255.255.0 ip ospf network point-to-point!interface loopback2 ip address 2.2.2.2 255.255.255.0 ip ospf network point-to-point!interface serial1/2 ip address 170.1.12.1 255.255.255.0 encapsulation
3、ppp ip ospf message-digest-key 1 md5 openlab no peer neighbor-route serial restart-delay 0 ppp authentication chaprouter ospf 100 router-id 1.1.1.1 log-adjacency-changes area 0 authentication message-digest network 1.1.1.0 0.0.0.255 area 0 network 2.2.2.0 0.0.0.255 area 0 network 170.1.12.0 0.0.0.25
4、5 area 0=r2no ip dhcp use vrf connectedip dhcp excluded-address 170.1.32.1 170.1.32.2ip dhcp excluded-address 170.1.32.4 170.1.32.255! ip dhcp pool cisco network 170.1.32.0 255.255.255.0key chain r2 key 1 key-string cisco username r1 password 0 ciscointerface ethernet0/0 ip address 170.1.32.2 255.25
5、5.255.0 ip nat outside ip virtual-reassembly full-duplex!interface serial1/0 ip address 170.1.23.2 255.255.255.0 ip rip authentication mode md5 ip rip authentication key-chain r1 encapsulation frame-relay serial restart-delay 0 frame-relay map ip 170.1.23.2 203 broadcast frame-relay map ip 170.1.23.
6、3 203 broadcast no frame-relay inverse-arp!interface serial1/3 ip address 170.1.12.2 255.255.255.0 ip nat inside ip virtual-reassembly encapsulation ppp ip ospf message-digest-key 1 md5 openlab ip policy route-map pbr no peer neighbor-route serial restart-delay 0 ppp authentication chap!router ospf
7、100 router-id 2.2.2.2 log-adjacency-changes area 0 authentication message-digest redistribute rip subnets network 170.1.12.0 0.0.0.255 area 0!router rip version 2 redistribute ospf 100 metric 1 route-map otr passive-interface serial1/3 network 170.1.0.0 no auto-summaryip nat inside source list 1 int
8、erface ethernet0/0 overload!access-list 1 permit 2.2.2.0 0.0.0.255access-list 2 permit 1.1.1.0 0.0.0.255!route-map pbr permit 10 match ip address 2 set ip next-hop 170.1.23.3!route-map pbr permit 20 match ip address 1 set ip next-hop 170.1.32.3!route-map otr deny 10 match ip address 1!route-map otr
9、permit 20-r3key chain r3 key 1 key-string ciscointerface loopback1 ip address 3.3.3.3 255.255.255.0!interface ethernet0/0 ip address dhcp full-duplex interface serial1/0 ip address 170.1.23.3 255.255.255.0 ip rip authentication mode md5 ip rip authentication key-chain r3 encapsulation frame-relay serial restart-delay 0 frame-relay map ip 170.1.23.2 302 broad
溫馨提示
- 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ì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度月子中心產(chǎn)后恢復(fù)中心合作框架協(xié)議
- 中國廣電手機(jī)產(chǎn)品白皮書2025年版
- 2025年度儲(chǔ)能設(shè)備箱涵項(xiàng)目施工臨時(shí)照明勞務(wù)分包合同
- 2025年發(fā)酵類制品項(xiàng)目建議書
- 2025年鉆采裝備項(xiàng)目發(fā)展計(jì)劃
- 2025年青霉素類抗菌藥物合作協(xié)議書
- 如何將個(gè)人成長納入月度工作計(jì)劃
- 學(xué)生發(fā)展報(bào)告與個(gè)案分析計(jì)劃
- 如何開展班級(jí)傳統(tǒng)文化教育計(jì)劃
- 幼兒閱讀推廣計(jì)劃
- 中國氫內(nèi)燃機(jī)行業(yè)發(fā)展環(huán)境、市場(chǎng)運(yùn)行格局及前景研究報(bào)告-智研咨詢(2024版)
- 2025年人教版英語五年級(jí)下冊(cè)教學(xué)進(jìn)度安排表
- 學(xué)校食堂餐廳管理者食堂安全考試題附答案
- 同等學(xué)力英語申碩考試詞匯(第六版大綱)電子版
- 2024義務(wù)教育道德與法治課程標(biāo)準(zhǔn)(2022版)
- 中日合同范本
- T-CARM 002-2023 康復(fù)醫(yī)院建設(shè)標(biāo)準(zhǔn)
- 《康復(fù)按摩知識(shí)》課件
- 立式加工中心說明書
- 唐納森焊煙除塵器(共22頁)
- 教育培訓(xùn)管理辦法
評(píng)論
0/150
提交評(píng)論