版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、<p> 高級路由與交換技術課程設計</p><p> 組別: 2 </p><p> 題目: 高級路由與交換技術 </p><p> 姓名:
2、 </p><p> 學號: 08 27 15 19 </p><p> 班級: </p><p> 時間: 2011年 9 月 9日至2011年 9 月12 日</p><p><b> 目
3、錄</b></p><p> 一. 網絡規(guī)劃與設計…………………………………………………………………………2</p><p> 1.1需求分析………………………………………………………………………………3</p><p> 1.2 IP與vlan規(guī)劃設計……………………………………………………………………3</p><p>
4、 1.3 路由規(guī)劃設計…………………………………………………………………………4</p><p> 二. 網絡設備清單…………………………………………………………………………4 </p><p> 2.1 路由器的清單……………………………………………………………………… 4</p><p> 2.2交換機的清單……………………………………………………………
5、……………4</p><p> 三. 網絡工程詳細設計與配置……………………………………………………………5</p><p> 3.1 網內通信與VLAN的配置…………………………………………………………… 6</p><p> 3.2 HSRP的配置及MD5的驗證…………………………………………………………9</p><p> 3.
6、3路由策略的配置………………………………………………………………………10</p><p> 3.4 Qos-CBWFQ策略………………………………………………………………13</p><p> 3.5路由協議及路由重分發(fā)………………………………………………………………14</p><p> 3.6 FRSW幀中繼的配置……………………………………………………
7、……………15</p><p> 四.課程設計總結…………………………………………………………………………17</p><p> 五. 參考文獻…………………………………………………………………………………17</p><p><b> 摘要:</b></p><p> 運用路由的相關技術與策略。是有獨立完成一個
8、具體應用環(huán)境下的計算機網絡設計和配置的要求,并在真實路由器和交換機上實現。在做實驗之前首先應該完成網絡規(guī)劃,進行ip和子網劃分,對路由冗余進行設計和對路由協議和策略進行相應的設計,完成路由器和交換機上的安全規(guī)劃。這一次的課程設計需要三臺路由機,兩臺二層交換機、兩臺三層交換機。在交換機和路由器上作策略進行驗證,保證不同網段的電腦可以相互間的通信,在路由器和交換機上實現全網的連通性。</p><p> 關鍵字:高級
9、路由、協議、 策略</p><p><b> 設計方案正文</b></p><p><b> 1.網絡拓撲圖</b></p><p><b> 1.1需求分析</b></p><p> 路由器在高速信息網絡通訊中發(fā)揮著最重要的作用。對于大量復雜問題的解決,很多的技術不
10、能滿足要求,只有路由器提供的能力才能達到目標。路由器是因特網上最為重要的設備之一,正是遍布世界各地的數以萬計的路由器構成了因特網這個我們身邊日夜不停地運轉的信息網絡的“橋梁”。</p><p><b> 1.2網絡規(guī)劃</b></p><p><b> 1.3Ip規(guī)劃</b></p><p><b> 二、
11、網絡設備清單</b></p><p> 2.1 路由器的清單</p><p> 2.2 交換機的清單</p><p> 三.網絡工程詳細設計與配置</p><p> 3.1.劃分VLAN與VTP:</p><p> Switch(config)#hostname S1</p><
12、;p> S1(config)#vlan 10</p><p> S1(config-vlan)#exit</p><p> S1(config)#vlan 20</p><p> S1(config-vlan)#exit</p><p> S1(config)#int f0/2-3</p><p>
13、S1(config-if)#switchport trunk encapsulation dot1q</p><p> S1(config-if)#switchport mode trunk </p><p> S1(config)#nt f0/2 , fa0/4</p><p> S1(config-if)#switchport trunk encaps
14、ulation dot1q</p><p> S1(config-if)#switchport mode trunk</p><p> S1(config)#vtp domain syh</p><p> S1(config)#vtp mode server</p><p> S1(config)#vtp password cisco
15、</p><p> S1(config)#spanning-tree vlan 10 priority 4096</p><p> S1(config)#spanning-tree vlan 20 priority 8192</p><p> Switch(config)#hostname S2</p><p> S2(config)
16、#vlan 10</p><p> S2(config-vlan)#exit</p><p> S2(config)#vlan 20</p><p> S2(config-vlan)#exit</p><p> S2(config)#nt f0/3 , fa0/5</p><p> S2(config-if)
17、#switchport mode trunk</p><p> S2(config)#spanning-tree vlan 10 priority 8192</p><p> S2(config)#spanning-tree vlan 20 priority 4096</p><p> S2(config)#vtp domain syh</p>
18、<p> S2(config)#vtp mode client</p><p> S2(config)#vtp password cisco</p><p> Switch(config)#hostname S3</p><p> S3(config)#interface FastEthernet0/10</p><p>
19、 S3(config)# switchport mode access</p><p> S3(config)#interface FastEthernet0/14</p><p> S3(config)#switchport mode access</p><p> S3(config)#switchport access vlan 10</p>
20、<p> Switch(config)#hostname S4</p><p> S4(config)#int f0/10 , fa0/14 , fa0/16</p><p> S4(config-if)#switchport access vlan 20</p><p> S4(config)#interface FastEthernet0/
21、3</p><p> S4(config)#switchport mode trunk</p><p> S4(config)#interface FastEthernet0/4</p><p> S4(config)#interface FastEthernet0/5</p><p> S4(config)#switchport m
22、ode trunk</p><p> S4(config)#interface FastEthernet0/10</p><p> S4(config)#switchport mode access </p><p> S4(config)#switchport access vlan 20</p><p> S4(config)#i
23、nterface FastEthernet0/14</p><p> S4(config)#switchport mode access</p><p> S4(config)#switchport access vlan 20</p><p> S4(config)#interface FastEthernet0/16</p><p>
24、; S4(config)#switchport mode access</p><p> S4(config)#switchport access vlan 20</p><p> 3.2 FRSW幀中繼的配置:</p><p> R3作為幀中繼交換機,R1流出的數據包的DLCI號為102,R2流出的數據包的DLCI號為201</p><
25、p><b> R1的配置:</b></p><p><b> R1#config</b></p><p> R1(config)#interface ser0/0/0</p><p> R1(config-if)#no ip address</p><p> R1(config-if
26、)#no shut down</p><p> R1(config-if)#ip address 192.168.70.1 255.255.255.252</p><p> R1(config-if)#encapsulation frame-relay (封裝幀中繼)</p><p> R1(config-if)#frame-relay map ip 192.
27、168.70.2 102 broadcast(其中192.168.70.2指的是目的路由器的IP地址,102指的是R1流出的數據包的DLCI號是102)</p><p> R1(config-if)#no shut down</p><p><b> R2的配置:</b></p><p><b> R2#conf t</b
28、></p><p> R2(config)#int ser0/0/0</p><p> R2(config-if)#no ip address</p><p> R2(config-if)#no shut down</p><p> R2(config-if)#ip address 192.168.70.2 255.255.25
29、5.252</p><p> R2(config-if)#encapsulation frame-relay (封裝幀中繼)</p><p> R2(config-if)#frame-relay map ip 192.168.70.1 201 broadcast(其中192.168.70.1指的是目的路由器的IP地址,102指的是R2流出的數據包的DLCI號是201)</p>
30、;<p> R2(config-if)#no shut down</p><p><b> R3的配置: </b></p><p> R3(config)#frame-relay switching(打開幀中繼交換)</p><p> R3(config)#int ser0/0/0</p><p>
31、 R3(config-if)#encapsulation frame-relay(封裝幀中繼)</p><p> R3(config-if)#frame-relay intf-type dce(設置本端口在幀中繼線路中充當DCE)</p><p> R3(config-if)#clock rate 64000</p><p> R3(config-if)#f
32、rame-relay route 102 interface s0/0/1 201(數據包被打上DLCT值103后從R1出來,通過S1端口進入R3重新被打上DLCT值201,再從R3的S1端口出來)</p><p> R3(config-if)#no shut down</p><p> R3(config)#int ser0/0/1</p><p> R3(
33、config-if)#no ip address</p><p> R3(config-if)#no shut down</p><p> R3(config-if)#encapsulation frame-relay(封裝幀中繼)</p><p> R3(config-if)#frame-relay intf-type dce(設置本端口在幀中繼線路中充當D
34、CE)</p><p> R3(config-if)#clock rate 64000</p><p> R3(config-if)#frame-relay route 201 interface s0/0/0 102(數據包被打上DLCT值201后從R3出來,通過S0端口進入R3重新被打上DLCT值102,再從R3的S0端口出來)</p><p> R3#s
35、h frame-relay pvc</p><p> R3#sh frame-relay route</p><p> 3.3 OSPF的配置</p><p><b> R1</b></p><p> R1(config)#router ospf 1</p><p> R1(config
36、-router)#network 192.168.30.4 0.0.0.3 area 0</p><p> R1(config-router)#exi</p><p> R1(config)#router ospf 1</p><p> R1(config-router)# network 192.168.70.0 0.0.0.3 area 0</p&g
37、t;<p> R1(config-router)#exi</p><p><b> R3</b></p><p> R3(config)#router ospf 1</p><p> R3(config-router)#network 192.168.70.0 0.0.0.3 area 0</p><p
38、> R3(config-router)#exi</p><p><b> R2</b></p><p> R2(config)#router ospf 2</p><p> R2(config-router)# network 192.168.60.16 0.0.0.3 area 1</p><p> R
39、2(config-router)#exi</p><p><b> S1</b></p><p> S1(config)#router ospf 1</p><p> S1(config-router)# network 192.168.30.4 0.0.0.3 area 0</p><p> S1(config
40、-router)#eix</p><p><b> S2</b></p><p> S2(config)#router ospf 2</p><p> S2(config-router)# network 192.168.60.16 0.0.0.3 area 1</p><p> S2(config-router
41、)#exi</p><p> 3.4 Cisco281路由器不支持在虛擬vlan上和接口上配置Qos-CBWFQ策略</p><p><b> 查看配置Qos情況</b></p><p> S1的Qos-CBWFQ配置:</p><p><b> 1.配置ACL</b></p>
42、<p> S1(config)#access-list 128 permit tcp any any eq www</p><p> S1(config)#access-list 129 permit tcp any any eq ftp</p><p> S1(config)#access-list 130 permit tcp any any eq telnet<
43、;/p><p> S1(config)#class-map www</p><p> S1(config-cmap)#match access-group 128</p><p> S1(config)#class-map ftp</p><p> S1(config-cmap)#match access-group 129</p&
44、gt;<p> S1(config)#class-map telnet</p><p> S1(config-cmap)#match access-group 130</p><p> S1(config)#policy-map wwwftptelnet</p><p> S1(config-pmap)#class www</p>
45、<p> S1(config-pmap-c)#policy 4000000 8000 exceed-action policed-dscp-transmit</p><p> S1(config-pmap)#class ftp</p><p> S1(config-pmap-c)#policy 2000000 8000 exceed-action policed-dscp
46、-transmit</p><p> S1(config-pmap)#class class-default</p><p> S1(config-pmap-c)#policy 1000000 8000 exceed-action policed-dscp-transmit</p><p> Cisco2811路由器不支持在虛擬vlan上和接口上配置Qos-C
47、BWFQ策略</p><p><b> 查看配置Qos情況</b></p><p><b> 3.5 RIP配置</b></p><p><b> R3</b></p><p> R3(config)#router rip</p><p> R
48、3(config-router)#version 2</p><p> R3(config-router)# network 192.168.40.0 0.0.0.3 </p><p> R3(config-router)#no auto-summary</p><p> R3(config)#router rip</p><p>
49、R3(config-router)#version 2</p><p> R3(config-router)# network 192.168.50.0 0.0.0.3 </p><p> R3(config-router)#no auto-summary</p><p><b> S1</b></p><p>
50、 S1 (config)#router rip</p><p> S1(config-router)#version 2</p><p> S1(config-router)# network 192.168.40.0 0.0.0.3 </p><p> S1(config-router)#no auto-summary</p><p>
51、;<b> S2</b></p><p> S2 (config)#router rip</p><p> S2(config-router)#version 2</p><p> S2(config-router)# network 192.168.50.0 0.0.0.3 </p><p> S2(conf
52、ig-router)#no auto-summary</p><p> 3.6 EIGRP的配置</p><p><b> S1</b></p><p> S1(config)#router eigrp 66</p><p> S1(config-router)# network 192.168.10.0 0.0
53、.0.3 </p><p> S1(config-router)# network 192.168.20.0 0.0.0.3 </p><p> S1(config-router)#no auto-summary</p><p><b> S2</b></p><p> S2(config)#router eig
54、rp 66</p><p> S2(config-router)# network 192.168.10.0 0.0.0.3 </p><p> S2(config-router)# network 192.168.20.0 0.0.0.3 </p><p> S2(config-router)#no auto-summary</p><p
55、> 3.7 路由策略的配置</p><p><b> 1.做標準ACL</b></p><p> access-list 10 permit 192.168.10.0 0.0.0.255</p><p> access-list 20 permit 192.168.20.0 0.0.0.255</p><p&g
56、t;<b> 2.做路由策略</b></p><p> route-map lm 1</p><p> match ip add 10</p><p> set interface fa0/13</p><p> route-map 1m 2</p><p> match ip add
57、 20</p><p> set interface fa0/17</p><p><b> 3.應用到接口</b></p><p> interface fa0/2 ,fa0/3</p><p> ip policy route-map syh(實驗中沒有此命令)</p><p> 3
58、.8 HSRP的配置:</p><p><b> S1</b></p><p> S1(config)#interface vlan 10</p><p> S1(config-if)#ip add 192.168.10.254 255.255.255.0</p><p> S1(config-if)#no sh
59、ut down</p><p> S1(config-if)#standby 10 ip 192.168.10.1</p><p> S1(config-if)#standby 10 priority 200</p><p> S1(config-if)#standby 10 preempt</p><p> S1(config-if
60、)#exi</p><p> S1(config)#interface vlan 20</p><p> S1(config-if)#ip add 192.168.20.254 255.255.255.0</p><p> S1(config-if)#no shut down</p><p> S1(config-if)#standb
61、y 20 ip 192.168.20.1</p><p> S1(config-if)#standby 20 priority 150</p><p> S1(config-if)#exi</p><p><b> S2</b></p><p> S2(config)#interface vlan 10</
62、p><p> S2(config-if)#ip add 192.168.10.253 255.255.255.0</p><p> S2(config-if)#no shut down</p><p> S2(config-if)#standby 10 ip 192.168.10.1</p><p> S2(config-if)#stan
63、dby 10 priority 150</p><p> S2(config-if)#exi</p><p> S2(config)#interface vlan 20</p><p> S2(config-if)#ip add 192.168.20.253 255.255.255.0</p><p> S2(config-if)#n
64、o shut down</p><p> S2(config-if)#standby 20 ip 192.168.20.1</p><p> S2(config-if)#standby 20 priority 200</p><p> S2(config-if)#standby 20 preempt</p><p> S2(confi
65、g-if)#exi</p><p><b> 3.9 MD5加密</b></p><p><b> S1</b></p><p> S1(config)#key chain syh</p><p> S1(config-keychain)#key 89</p><p>
66、; S1(config-keychain-key)#key-string syh</p><p> S1(config-keychain-key)#exi</p><p> S1(config)#interface vlan 10</p><p> S1(config-if)#standby 10 authencation md5 key-chain syh
67、</p><p> S1(config)#interface vlan 20</p><p> S1(config-if)#standby 20 authencation md5 key-chain syh</p><p><b> S2</b></p><p> S2 (config)#key chain sy
68、h</p><p> S2(config-keychain)#key 89</p><p> S2(config-keychain-key)#key-string syh</p><p> S2(config-keychain-key)#exi</p><p> S2(config)#interface vlan 10</p&g
69、t;<p> S2(config-if)#standby 10 authencation md5 key-chain syh</p><p> S2(config)#interface vlan 20</p><p> S2(config-if)#standby 20 authencation md5 key-chain syh</p><p>
70、<b> 3.10 鏈路聚合</b></p><p> S1(config)#interface fa0/9</p><p> S1(config-if)#switchport trunk encapsulation dot1q</p><p> S1(config-if)#switchport mode trunk</p>
71、<p> S1(config-if)#channel-protocol pagp</p><p> S1(config-if)#channel-group 1 mode on</p><p> S1#show etherchannel summary</p><p> S1(config)#interface fa0/11</p>
72、<p> S1(config-if)#switchport trunk encapsulation dot1q</p><p> S1(config-if)#switchport mode trunk</p><p> S1(config-if)#channel-protocol pagp</p><p> S1(config-if)#chann
73、el-group 1 mode on</p><p> S1#show etherchannel summary</p><p> S2(config)#interface fa0/9</p><p> S2(config-if)#switchport trunk encapsulation dot1q</p><p> S2(con
74、fig-if)#switchport mode trunk</p><p> S2(config-if)#channel-protocol pagp</p><p> S2(config-if)#channel-group 1 mode on</p><p> S2#show etherchannel summary</p><p>
75、 S2(config)#interface fa0/11</p><p> S(config-if)#switchport trunk encapsulation dot1q</p><p> S2(config-if)#switchport mode trunk</p><p> S2(config-if)#channel-protocol pagp<
76、/p><p> S2(config-if)#channel-group 1 mode on</p><p> S2#show etherchannel summary</p><p> 3.11 路由重分發(fā):</p><p> S1(config)#router eigrp 66</p><p> S1(co
77、nfig-router)#redistribute ospf 1 metric 100000 10 255 5 100</p><p> S1(config-router)#redistribute rip metric 100000 10 255 5 100</p><p> S1(config-router)#exi</p><p>
78、; S1(config)#router ospf 1</p><p> S1(config-router)#redistribute eigrp 66 metric 100000 subnets</p><p> S1(config-router)#redistribute rip metric 100000 subnets</p><p>
79、; S1(config-router)#exi</p><p> S1(config)#router rip</p><p> S1(config-router)#version 2</p><p> S1(config-router)#redistribute ospf 1 metric 1</p><p> S1(con
80、fig-router)#redistribute eigrp 66 metric 1</p><p> S2(config)#router eigrp 66</p><p> S2(config-router)#redistribute ospf 2 metric 100000 10 255 10 1000</p><p> S2(co
81、nfig-router)#redistribute rip metric 100000 10 255 5 1000</p><p> S2(config-router)#exi</p><p> S2(config)#router ospf 1</p><p> S2(config-router)#redistribute eigrp 6
82、6 metric 100000 subnets</p><p> S2(config-router)#redistribute rip metric 100000 subnets</p><p> S2(config-router)#exi</p><p> S2(config)#router rip</p><p>
83、S2(config-router)#version 2</p><p> S2(config-router)#redistribute ospf 2 metric 2</p><p> S2(config-router)#redistribute eigrp 66 metric 1</p><p> 路由重分發(fā)Show出來的結果:</p&
84、gt;<p><b> S1</b></p><p><b> S2</b></p><p><b> 四、設計參考文獻;</b></p><p> 《CCNP SWITCH認證考試指南》</p><p> 《創(chuàng)建高級路由型互聯網實訓手冊》</p&
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 高級路由與交換技術課程設計
- 路由交換技術課程設計
- 路由與交換技術課程設計報告
- 路由與交換技術課程設計--多區(qū)域ospf配置與nat技術
- 程控交換技術課程設計
- 路由與交換課程設計
- 路由交換課程設計
- 路由交換技術課程設計--- 中型企業(yè)局域網的架構與實現
- 多層交換網絡技術課程設計
- 液壓技術與氣動技術課程設計
- protel與eda技術課程設計
- 激光原理與技術課程設計
- 測控技術課程設計
- 供電技術課程設計
- 路由交換課程設計報告-王煥玲
- 《路由與交換技術》課程設計--中小企業(yè)網絡的組建
- 課程設計 建筑施工技術課程設計
- 課程設計---路由與路由協議
- x3050081路由交換技術課程教學大綱
- 液壓與氣動技術課程設計123
評論
0/150
提交評論