




已閱讀5頁,還剩8頁未讀, 繼續(xù)免費(fèi)閱讀
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
網(wǎng)絡(luò)安全技術(shù)與應(yīng)用綜合實(shí)訓(xùn)報(bào)告題 目: 幀中繼網(wǎng)絡(luò)設(shè)計(jì)專 業(yè): 計(jì)算機(jī)網(wǎng)絡(luò)學(xué)生姓名: 學(xué) 號(hào): 指導(dǎo)教師: 時(shí) 間:2014年11月23日 目錄1前言.32總體設(shè)計(jì)(拓?fù)鋱D).33網(wǎng)絡(luò)設(shè)計(jì). .33.1 ACL配置.33.2 Frame-relay 配置.43.3 GRE隧道配置.84 實(shí)驗(yàn)測(cè)試.115 實(shí)訓(xùn)總結(jié).121 前言 幀中繼(FrameRelay,F(xiàn)R)是現(xiàn)在廣域網(wǎng)的主干網(wǎng)最流行的連網(wǎng)協(xié)議,是一個(gè)面向連接的第二層傳輸協(xié)議,幀中繼是典型的包交換技術(shù)。幀中繼技術(shù)以X.25分組交換技術(shù)為基礎(chǔ)改造了原有的幀結(jié)構(gòu),繼承了X.25提供的統(tǒng)計(jì)復(fù)用功能和采用虛電路交換的優(yōu)點(diǎn),簡(jiǎn)化了可靠傳輸和差錯(cuò)控制機(jī)制,把流量控制和差錯(cuò)控制任務(wù)委托給了本地機(jī)完成,減少了網(wǎng)絡(luò)時(shí)延,降低了通信成本,從而獲得了良好的性能。幀中繼中的虛電路是幀中繼包交換網(wǎng)絡(luò)為實(shí)現(xiàn)不同DTE之間的數(shù)據(jù)傳輸所建立的邏輯鏈路,這種虛電路可以在幀中繼交換網(wǎng)絡(luò)內(nèi)跨越任意多個(gè)DCE設(shè)備或幀中繼交換機(jī)。2 總體設(shè)計(jì)3、網(wǎng)絡(luò)設(shè)計(jì)3.1 ACL配置禁止Server0與內(nèi)部通信:R6enableR6#configure terminalR6(config)#access-list 1 deny host 192.168.2.10R6(config)#interface fastEthernet 0/1R6(config-if)#ip access-group 1 in3.2Frame-relay 配置R3:Routeren Router#conf terEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R3 R3(config)#int fa0/0 R3(config-if)#ip address 172.18.1.30 255.255.255.0R3(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upR3(config-if)#int serial 0/0/0R3(config-if)#encapsulation frame-relayR3(config-if)#no shut%LINK-5-CHANGED: Interface Serial0/0/0, changed state to upR3(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to upR3(config-if)#interface serial0/0/0.1 point-to-point %LINK-5-CHANGED: Interface Serial0/0/0.1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.1, changed state to upR3(config-subif)#ip address 192.16.1.1 255.255.255.0 R3(config-subif)#description Link Router6 DLCI 603R3(config-subif)#frame-relay interface-dlci 306 R3(config-subif)#interface serial0/0/0.2 point-to-point%LINK-5-CHANGED: Interface Serial0/0/0.2, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.2, changed state to upR3(config-subif)#ip address 192.16.3.2 255.255.255.0R3(config-subif)#description link to Router9 DLCI 903R3(config-subif)#frame-relay interface-dlci 309R3(config-subif)#end%SYS-5-CONFIG_I: Configured from console by consoleR3#conf terEnter configuration commands, one per line. End with CNTL/Z.R3(config)#router eigrp 100 R3(config-router)#network 172.18.1.0R3(config-router)#network 192.16.1.0R3(config-router)#network 192.168.3.0R3(config-router)#endR6:Routeren Router#conf terEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R6 R6(config)#int fa0/0 R6(config-if)#ip address 172.16.1.1 255.255.255.0R6(config-if)#no shutR6(config)#int s0/0/1 R6(config-if)#ip address 10.0.2.1 255.255.255.0R6(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upR6(config-if)#int serial 0/0/0R6(config-if)#encapsulation frame-relayR6(config-if)#no shut%LINK-5-CHANGED: Interface Serial0/0/0, changed state to upR6(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to upR6(config-if)#interface serial0/0/0.1 point-to-point %LINK-5-CHANGED: Interface Serial0/0/0.1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.1, changed state to upR6(config-subif)#ip address 192.16.1.2 255.255.255.0 R6(config-subif)#description Link Router6 DLCI 306R6(config-subif)#frame-relay interface-dlci 603 R6(config-subif)#interface serial0/0/0.2 point-to-point%LINK-5-CHANGED: Interface Serial0/0/0.2, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.2, changed state to upR6(config-subif)#ip address 192.16.2.1 255.255.255.0R6(config-subif)#description link to Router9 DLCI 906R6(config-subif)#frame-relay interface-dlci 609R6(config-subif)#end%SYS-5-CONFIG_I: Configured from console by consoleR6#conf terEnter configuration commands, one per line. End with CNTL/Z.R6(config)#router eigrp 100 R6(config-router)#network 172.16.1.0R6(config-router)#network 192.16.1.0R6(config-router)#network 10.0.2.0R6(config-router)#network 192.168.2.0R6(config-router)#endR9:Routeren Router#conf terEnter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R9 R9(config)#int fa0/0 R9(config-if)#ip address 172.17.1.1 255.255.255.0R9(config-if)#no shutR9(config)#int fa0/1 R9(config-if)#ip address 192.168.1.1 255.255.255.0R9(config-if)#no shut %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upR9(config-if)#int serial 0/0/0R9(config-if)#encapsulation frame-relayR9(config-if)#no shut%LINK-5-CHANGED: Interface Serial0/0/0, changed state to upR9(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to upR9(config-if)#interface serial0/0/0.1 point-to-point %LINK-5-CHANGED: Interface Serial0/0/0.1, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.1, changed state to upR9(config-subif)#ip address 192.16.2.2 255.255.255.0 R9(config-subif)#description Link Router6 DLCI 609R9(config-subif)#frame-relay interface-dlci 906 R9(config-subif)#interface serial0/0/0.2 point-to-point%LINK-5-CHANGED: Interface Serial0/0/0.2, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.2, changed state to upR9(config-subif)#ip address 192.16.3.1 255.255.255.0R9(config-subif)#description link to Router9 DLCI 309R9(config-subif)#frame-relay interface-dlci 903R9(config-subif)#end%SYS-5-CONFIG_I: Configured from console by consoleR9#conf terEnter configuration commands, one per line. End with CNTL/Z.R9(config)#router eigrp 100 R9(config-router)#network 172.17.1.0R9(config-router)#network 192.16.2.0R9(config-router)#network 192.16.3.0R9(config-router)#network 192.168.1.0R9(config-router)#end幀中繼配置:3.3 GRE隧道配置1、配置各臺(tái)路由器的IP地址,并且使用Ping命令確認(rèn)各路由器的直連口的互通。2、 在R9和R4上配置靜態(tài)路由。確保Internet網(wǎng)絡(luò)骨干可以相互通信。3、Router6(config)#ip route 0.0.0.0 0.0.0.0 192.168.50.2Router8(config)#ip route 0.0.0.0 0.0.0.0 192.168.60.1在Router9與Router4上配置靜態(tài)默認(rèn)路由,不僅僅是用于模擬接入路由器。同時(shí)還為了確保在創(chuàng)建隧道時(shí),隧道源與隧道目標(biāo)的IP地址相互可見。以便于實(shí)現(xiàn)隧道。3、在Route9路由器上配置GRE隧道。Router(config)#interface tunnel 0啟用GRE隧道。Router(config-if)#ip address 10.1.1.1 255.255.255.0為隧道指定IP地址。Router(config-if)#tunnel source serial 1/1配置隧道的本地源端口。Router1(config-if)#tunnel destination 配置隧道的目標(biāo)出口。目的端口的IP地址可達(dá)性,是通過本地配置的默認(rèn)路由保證的。192.168.60.2Router(config-if)#exitRouter(config)#4、在Router4路由器上配置GRE隧道。Router(config)#interface tunnel 0Router(config-if)#ip address 10.1.1.2 255.255.255.0Router(config-if)#tunnel source serial 1/0Router(config-if)#tunnel destination 192.168.50.1Router(config-if)#exitRouter(config)#exit5、在Router9上查看隧道接口信息。6、查看Router9的路由表。7、 在Router9上PING路由器Router4的隧道接口。8、 在Router9和Router4分
溫馨提示
- 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年SIC涂層石英玻璃管合作協(xié)議書
- 2025年物理治療康復(fù)設(shè)備項(xiàng)目建議書
- 專業(yè)水平及證書考取成績(jī)證明書(5篇)
- 醫(yī)學(xué)專家職業(yè)能力證明書(5篇)
- 公司股份認(rèn)購協(xié)議書條款內(nèi)容
- 游戲玩家賬號(hào)買賣協(xié)議
- 快遞物流行業(yè)配送中心建設(shè)協(xié)議
- 綠色農(nóng)產(chǎn)品供應(yīng)購銷協(xié)議樣板文件
- 體育場(chǎng)館服務(wù)管理合同
- 漁業(yè)資源捕撈與供應(yīng)保障協(xié)議
- 2025年電力電子技術(shù)試題及答案
- 2025年安全生產(chǎn)考試題庫(安全知識(shí))安全教育與培訓(xùn)試題冊(cè)
- ISO 37001-2025 反賄賂管理體系要求及使用指南(中文版-雷澤佳譯-2025)
- 第18課 清朝的邊疆治理 課件 七年級(jí)歷史下冊(cè) 人教統(tǒng)編版2024版
- 砭石療法與傳統(tǒng)中醫(yī)理論的關(guān)系及發(fā)展
- 浙江臺(tái)州歷年中考語文文言文閱讀試題33篇(含答案與翻譯)(截至2023年)
- 第二節(jié)清潔消毒滅菌講解
- DBJT13-412-2022 城鎮(zhèn)垃圾填埋場(chǎng)惡臭污染控制技術(shù)標(biāo)準(zhǔn)
- 2025中醫(yī)體重管理臨床指南
- 2025貴州茅臺(tái)酒股份限公司和義興酒業(yè)分公司招聘筆試高頻重點(diǎn)提升(共500題)附帶答案詳解
- 2023年普通高等學(xué)校招生全國(guó)統(tǒng)一考試新課標(biāo)全國(guó)Ⅰ卷數(shù)學(xué)真題(解析版)
評(píng)論
0/150
提交評(píng)論