




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、精選優質文檔-傾情為你奉上實習報告實習性質:網絡設備安裝與調試課程實習學生姓名: 專業班級: 指導教師: 劉宇 唐宏 李修云 實習時間:2013年12月23日2013年12月27日 實習地點: 4112機房 重慶工程職業技術學院專心-專注-專業學 生 實 習 考 核 表學生姓名專業班級指 導 教 師劉宇、唐宏、李修云實習時間2013年12月23日2013年12月27日實習地點4112機房實習名稱網絡設備安裝與調試課程實習自我總結(包括遵守紀律、增長知識、動手能力、獨立工作、團隊協作等方面)在這周實習中我學習到了配置路由器,二層交換機、三層交換機,配置IP、網關等等。在實習過程中我發現了很多問題
2、,有很多都是沒有經過考慮直接就添加上去的、比較粗心導致錯誤。在實習過程中遇到問題能及時請教老師,與同學討論解決問題,在老師和同學的幫助下我完成了這次實習任務,我感覺這一周實習過的很愉快。指導教師意見實習單位意見并蓋章(院內實習由系簽署)考核等級目 錄一、實習概況在當今高速發展的信息社會,計算機網絡已經滲透到普通百姓的如常生活和工作之中,它正在改變著人們的生產方式、工作方式、學習方式。本次實習帶領大家學習如何配置交換機、路由器、正確配置實現內外網絡的互通。所涉及的知識點有:配置局域網、配置外網、動態協議以及生成樹協議。二、實習時間2013年12月23日-2013年12月27日三、實習地點4112
3、機房四、實習內容實訓1、交換機綜合配置1.1項目描述某公司有A、B兩棟辦公樓,A樓有5層,分別為部門1、部門2、部門3、部門4、部門5,B樓有3層,1樓為部門1,2樓為部門2和部門3共用,3樓為部門4和部門5共用。要求各部門間只能通過3層互通,而每個部門內能夠直接互通。A、B兩棟樓之間的通信流量比較大,要求網絡帶寬盡可能大一些。部門1、2、3的人員主要在A樓工作,部門4和5的人員主要在B樓工作。1.2 規劃描述A、B兩棟樓各配備一臺Cisco 3560交換機作為中心交換機,每層樓各使用一臺Cisco 2950T作為接入交換機。兩臺3560之間采用鏈路聚合增大帶寬。A樓的Cisco 3560作為
4、部門1、2、3的網關,B樓的3560作為部門4、5的網關。根據現場勘測情況, B棟2、3層之間可利用以前遺留的網線進行互聯,提高網絡冗余度。拓撲結構如圖4.1.2.1。設備名稱及管理IP如圖4.1.2.2,各部門如圖4.1.2.3所示。圖4.1.2.1 實訓1拓撲結構圖設備編號設備類型名稱管理IP(Vlan1)遠程密碼特權密碼A1 Cisco 3560Cisco 3560A_Layer310.1.1.1/16A1 Cisco 2950TCisco 2950TA_Floor110.1.1.2/16A2 Cisco 2950TCisco 2950TA_Floor210.1.1.3/16A3 Cis
5、co 2950TCisco 2950TA_Floor310.1.1.4/16A4 Cisco 2950TCisco 2950TA_Floor410.1.1.5/16A5 Cisco 2950TCisco 2950TA_Floor510.1.1.6/16B1 Cisco 3560Cisco 3560B_Layer310.1.2.1/16B1 Cisco 2950TCisco 2950TB_Floor110.1.2.2/16B2 Cisco 2950TCisco 2950TB_Floor210.1.2.3/16B3 Cisco 2950TCisco 2950TB_Floor310.1.2.4/16
6、圖4.1.2.2設備名稱及管理IP部門名稱IP網段網關備注部門1192.168.1.0/24192.168.1.254注意部門1、2、3的網關在A樓的Cisco 3560上,部門4、5的網關在B樓的Cisco 3560上。部門2192.168.2.0/24192.168.2.254部門3192.168.3.0/24192.168.3.254部門4192.168.4.0/24192.168.4.254部門5192.168.5.0/24192.168.5.254圖4.1.2.3 各部門IP分配1.3 實驗要求1 正確繪制網絡結構圖2 管理員能夠通過telnet管理各個交換機3正確配置vlan,各個
7、vlan內的計算機能直接互通,不同vlan能通過網關互通(注意:管理IP在VLAN 1,為了使管理員正常訪問所有設備,需要保持交換機之間vlan 1能夠通信)4 鏈路聚合生效5 快速生成樹協議生效,正確設置交換機優先級1.4 各設備配置命令A-layer3三層交換機VLAN創建:enableconf thostname A_Layer3enable password line vty 0 4password login exitinterface vlan 1ip address 10.1.1.1 255.255.0.0no shutexitip routingvlan 10exitvlan
8、20exitvlan 30exitvlan 40exitvlan 50ExitA-layer3三層交換機VLAN分配接口:interface range f 0/1-2switchport access vlan 10switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,10exitinterface range f 0/3-4switchport access vlan 20switchport mode accessswitchport mode trunkswitchport trunk al
9、lowed vlan 1,20exitinterface range f 0/5-6switchport access vlan 30switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,30exitinterface range f 0/7-8switchport access vlan 40switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,40exitinterface range f 0/9-1
10、0switchport access vlan 50switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,50ExitA-layer3三層交換機VLAN分配IP:interface vlan 10ip address 192.168.10.254 255.255.255.0no shutexitinterface vlan 20ip address 192.168.20.254 255.255.255.0no shutexitinterface vlan 30ip address 192.168.3
11、0.254 255.255.255.0no shutexitinterface vlan 40ip address 192.168.40.254 255.255.255.0no shutexitinterface range g 0/1-2channel-group 1 mode activeexitinterface port 1switchport mode accessswitchport mode trunkexitspanning-tree mode rapid-pvstspanning-tree vlan 10 root primaryspanning-tree vlan 20 r
12、oot primaryspanning-tree vlan 30 root primaryspanning-tree vlan 40 root primaryspanning-tree vlan 50 root primaryA_Floor1 的配置:enableconf thostname A_Floor1enable password line vty 0 4password loginexitinterface vlan 1ip address 10.1.1.2 255.255.0.0no shutexitvlan 10exitinterfac range f 0/1-20switchp
13、ort mode accessswitchport access vlan 10spanning-tree portfastspanning-tree bpdu enableexitinterface range g1/1-2switchport mode trunkswitchport trunk allowed vlan 1,10exitspanning-tree mode rapid-pvst配置結果如圖4.1.4.2所示。圖4.1.4.2A_Floor1配置 A_Floor2 的配置:enableconf thostname A_Floor2enable password line v
14、ty 0 4password loginexitinterface vlan 1ip address 10.1.1.3 255.255.0.0no shutexitvlan 10exitinterfac range f 0/1-20switchport mode accessswitchport access vlan 20spanning-tree portfastspanning-tree bpdu enableexitinterface range g1/1-2switchport mode trunkswitchport trunk allowed vlan 1,20exitspann
15、ing-tree mode rapid-pvst配置結果如圖4.1.4.3所示。 圖4.1.4.3 A_Floor2配置A_Floor3 的配置:enableconf thostname A_Floor3enable password line vty 0 4password loginexitinterface vlan 1ip address 10.1.1.4 255.255.0.0no shutexitvlan 10exitinterfac range f 0/1-20switchport mode accessswitchport access vlan 30spanning-tree
16、 portfastspanning-tree bpdu enableexitinterface range g1/1-2switchport mode trunkswitchport trunk allowed vlan 1,30exitspanning-tree mode rapid-pvstA_Floor4的配置:enableconf thostname A_Floor4enable password line vty 0 4password loginexitinterface vlan 1ip address 10.1.1.5 255.255.0.0no shutexitvlan 10
17、exitinterfac range f 0/1-20switchport mode accessswitchport access vlan 40spanning-tree portfastspanning-tree bpdu enableexitinterface range g1/1-2switchport mode trunkswitchport trunk allowed vlan 1,40exitspanning-tree mode rapid-pvstA_Floor5的配置:enableconf thostname A_Floor5enable password line vty
18、 0 4password loginexitinterface vlan 1ip address 10.1.1.6 255.255.0.0no shutexitvlan 10exitinterfac range f 0/1-20switchport mode accessswitchport access vlan 50spanning-tree portfastspanning-tree bpdu enableexitinterface range g1/1-2switchport mode trunkswitchport trunk allowed vlan 1,50exitspannin
19、g-tree mode rapid-pvst配置結果如圖4.1.4.4所示。圖4.1.4.4 A_Floor5配置B-layer3三層交換機接口分配:enableconf thostname B_Layer3enable password line vty 0 4password login exitinterface vlan 1ip address 10.1.2.1 255.255.0.0no shutexitip routingvlan 10exitvlan 20exitvlan 30exitvlan 40exitvlan 50exitinterface range f 0/1-2swi
20、tchport access vlan 10switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,10exitinterface range f 0/3-6switchport access vlan 20switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,20,30exitinterface range f 0/7-10switchport access vlan 30switchport mode
21、accessswitchport mode trunkswitchport trunk allowed vlan 1,40,50exitinterface vlan 10ip address 192.168.1.254 255.255.255.0no shutexitinterface vlan 20ip address 192.168.2.254 255.255.255.0no shutexitinterface vlan 30ip address 192.168.3.254 255.255.255.0no shutexitinterface vlan 40ip address 192.16
22、8.4.254 255.255.255.0no shutexitinterface vlan 50ip address 192.168.5.254 255.255.255.0no shutexitinterface range g 0/1-2channel-group 1 mode activeexitinterface port 1switchport mode accessswitchport mode trunkexitspanning-tree mode rapid-pvstspanning-tree vlan 40 root prispanning-tree vlan 50 root
23、 pri配置結果如圖4.1.4.5所示。圖4.1.4.5 A_Floor5配置B_Floor1 的配置:enableconf thostname B_Floor1no ip domain lookupint vlan 1ip address 10.1.2.2 255.255.0.0no shutexitint gig 1/1line vty 0 4password exitenable secret interface range f 0/1-24switchport mode accessswitchport access vlan 10spanning-tree portfastspann
24、ing-tree bpdu enableexitinterface g 1/1switchport mode accessswitchport mode trunkswitchport trunk allowed vlan 1,10exitB_Floor2 的配置:enableconf thostname B_Floor2vlan 20exitvlan 30exitvlan 40exitvlan 50exitinterface range f 0/1-10switchport mode accessswitchport access vlan 20spanning-tree portfasts
25、panning-tree bpdu enableexitinterface range f 0/11-20switchport mode accessswitchport access vlan 30spanning-tree portfastspanning-tree bpdu enableexitinterface range g 1/1-2switchport mode trunkswitchport trunk allowed vlan 1,20,30,40,50exitspanning-tree mode rapid-pvstB_Floor3 的配置:enableconf thost
26、name B_Floor3vlan 20exitvlan 30exitvlan 40exitvlan 50exitinterface range f 0/1-10switchport mode accessswitchport access vlan 20spanning-tree portfastspanning-tree bpdu enableexitinterface range f 0/11-20switchport mode accessswitchport access vlan 30spanning-tree portfastspanning-tree bpdu enableex
27、itinterface range g 1/1-2switchport mode trunkswitchport trunk allowed vlan 1,20,30,40,50exit spanning-tree mode rapid-pvst 圖4.1.5.1 指定IP地址1.5 給pc機配置IP地址及驗證步驟一、單擊PC機,在彈出的窗口選擇IP地址的配置,效果如圖4.1.5.1所示。步驟二、按照相同的方法給其他PC機設置IP地址。步驟四、任意單擊一臺PC機,在彈出的窗口中選擇命令提示符選項,在彈出的運行窗口中輸入命令如“ping 192.168.1.2”,結果顯示如圖4.1.5.3所示。
28、 圖4.1.5.2 ping 192.168.20.1實訓2路由器綜合配置2.1 項目描述某企業由北京總部和重慶研發中心構成。北京總部使用OSPF路由,重慶研發中心使用RIP路由,兩地由PPP協議連接,并要求有驗證。要求兩地的各個網段能互聯互通,但是兩地之間不能使用動態路由。北京總部有6個子部門,重慶研發中心有3個子部門,都是使用的不同網段,并且各部門之間距離不確定,有些較遠,也有些在一起辦公。每個子部門分配一個B類網段,部門內部的子網劃分由各部門自行負責。2.2 規劃描述客戶已經對路由協議提出具體要求,因此按照客戶要求完成。由于各部門之間距離不確定,因此需要具體勘察之后才能確定網絡結構。距離
29、較遠時,使用同步串行口連接(Serial接口)。所有的serial口都采用ppp協議,并且使用pap認證,用戶名和密碼都是你的學號,連接速率為2M。各個路由器遠程連接的IP使用10.1.1.X,各個部門分配172.16.0.0開始的B類網段,如172.17.0.0、172.18.0.0等。核心交換機及路由器上要做配置,避免有用戶亂分IP接入網絡。拓撲結構如圖4.2.1.1所示。部門IP設置如圖4.2.1.2所示,設備名稱管理及IP如圖4.2.1.3所示。圖4.2.1.1 實訓2拓撲結構圖部門名稱設備編號接口IP網關重慶A部門核心3560-24psG 0/1172.22.0.253172.22.
30、0.254重慶B部門核心3560-24psG 0/1172.23.0.253172.23.0.254重慶C部門核心3560-24psG 0/1172.24.0.253172.24.0.254北京A部門核心3560-24psG 0/1172.16.0.253172.16.0.254北京B部門核心3560-24psG 0/1172.17.0.253172.17.0.254北京C部門核心3560-24psG 0/1172.18.0.253172.18.0.254北京D部門核心3560-24psG 0/1172.19.0.253172.19.0.254北京E部門核心3560-24psG 0/1172.
31、21.0.253172.21.0.254北京F部門核心3560-24psG 0/1172.220.253172.220.254圖4.2.1.2 部門IP設置設備編號設備類型接口IPRouter02811F 0/0 172.23.0.254S 1/0 31.4.5.129S 1/1 31.4.5.133Router12811F 0/0 172.24.0.254S 1/0 31.4.5.137S 1/1 31.4.5.134Router22811F 0/0 172.22.0.254S 1/0 31.4.5.130S 1/1 31.4.5.138S 1/2 31.4.5.1Router32811F
32、0/0 172.16.0.254S 1/0 31.4.5.5S 1/1 31.4.5.8S 1/2 31.4.5.13S 1/4 31.4.5.2Router42811F 0/0 172.21.0.254S 1/0 31.4.5.6S 1/1 31.4.5.21Router52811F 0/0 172.17.0.254S 1/1 31.4.5.22S 1/0 31.4.5 10Router62811F 0/0 172.18.0.254S 1/0 31.4.5.14Router72811F 0/0 172.20.0.254F 0/1 172.10.0.254S 1/0 31.4.5.18圖4.2
33、.1.3 設備管理及IP2.3 實驗要求1 正確繪制實驗網絡結構圖。2 正確按照規劃配置IP(請把路由器上的10.1.改為你學號的后四位)。3 正確設置PPP協議。4 正確配置動態及靜態路由,使各部門互通。5 正確設置訪問控制列表,使各部門的用戶不能亂分IP接入網絡。2.4 各設備配置命令重慶A部門核心作出如下配置:enableconf tinterface f 0/1ip address 172.22.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.22.0.254exit效果如圖4.2.4.1所示。圖4.
34、2.4.1 重慶A部門 重慶B部門核心作出如下配置:enableconf tinterface f 0/1no swip address 172.23.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.23.0.254exit效果如圖4.2.4.2所示。圖4.2.4.2 重慶B部門重慶C部門核心作出如下配置:enableconf tinterface f 0/1no swip address 172.24.0.253 255.255.0.0no shutexitip routingip routing 172.
35、24.0.254Exit 北京A部門核心作出如下配置:enableconf tinterface f 0/1ip address 172.16.0.253 255.255.0.0no shutexitip routingip route 172.16.0.254exit效果如圖4.2.4.3所示。 圖4.2.4.3 北京A部門北京B部門核心作出如下配置:enableconf tinterface f 0/1ip address 172.17.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.17.0.254Ex
36、it北京C部門核心作出如下配置:enableconf tinterface f 0/1ip address 172.18.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.18.0.254Exit北京D部門核心作出如下配置:enableconf tinterface f 0/1ip address 172.19.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.19.0.254Exit北京E部門核心作出如下配置:enableco
37、nf tinterface f 0/1ip address 172.20.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.20.0.254exit北京F部門核心作出如下配置:enableconf tinterface f 0/1ip address 172.21.0.253 255.255.0.0no shutexitip routingip route 0.0.0.0 0.0.0.0 172.21.0.254ExitRouter0進行如下配置:enableconf tinterface f 0/0ip ad
38、dress 172.23.0.254 255.255.0.0no shutexitinterface s 1/0ip address 31.30.5.129 255.255.255.252no shutexitinterface s 1/1ip address 31.30.5.133 255.255.255.252no shutexitroute ripver 2no autonetwork 172.23.0.0network 31.30.5.128network 31.30.5.132exitRouter1進行如下配置:enableconf tinterface f 0/0ip addres
39、s 172.24.0.254 255.255.0.0no shutexitinterface s 1/1ip address 31.30.5.134 255.255.255.252no shutclock rate 64000exitinterface s 1/0ip address 31.30.5.137 255.255.255.252no shutexitroute ripver 2no autonetwork 172.24.0.0network 31.30.5.132network 31.30.5.136exitRouter2進行如下配置:enableconf tinterface s
40、1/0ip address 31.30.5.130 255.255.255.252no shutclock rate 6400exitinterface s 1/1ip address 31.30.5.138 255.255.255.252no shutclock rate 64000exitinterface f 0/0ip address 172.22.0.254 255.255.0.0no shutexitinterface s 1/2ip address 31.30.5.1 255.255.255.252no shuexitroute ripver 2no autonetwork 31
41、.30.5.128network 31.30.5.136network 172.22.0.0network 31.30.5.0Router3進行如下配置:enableconf tinterface s 1/0ip address 31.30.5.5 255.255.255.252no shutexitinterface s 1/1ip address 31.30.5.9 255.255.255.252no shutexitinterface s 1/2ip address 31.30.5.13 255.255.255.252no shutexitinterface f 0/0ip address 172.16.0.254 255.255.0.0no shutexitinterface s 1/4ip address 31.30.5.2 255.255.255.252no shutclock rate 64000exitroute ripver 2no autonetwork 31.30.5.4network 31.30.5.8network
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 中醫藥學概論試題及答案
- 隨州市重點中學2024-2025學年數學高二第二學期期末達標檢測模擬試題含解析
- 企業財務數據安全保密及員工行為規范合同
- 全球化市場拓展與外貿企業知識產權保護合同
- 車輛贈與合同范本及贈與條件約定
- 采石場土地及礦產資源開采權移交合同
- 餐飲業人力資源招聘與配置顧問合同
- 精細化管理餐飲業廚師崗位勞動合同
- 團工委工作計劃-團委團支部工作計劃
- 學生批量請假管理制度
- 高空作業搬運無人機行業深度調研及發展項目商業計劃書
- 中國廣電山東網絡有限公司市縣公司招聘筆試題庫2025
- 2024年浙江省遂昌縣事業單位公開招聘教師崗考試題帶答案分析
- 2024年江蘇省武進市事業單位公開招聘醫療衛生崗考前沖刺模擬帶答案
- 2025屆陜西省高三新高考全真模擬政治試題(原卷版+解析版)
- 南京2025年南京市市場監督管理局所屬事業單位招聘編外筆試歷年參考題庫附帶答案詳解
- 2025貴州中考:政治必考知識點
- 心率變異性與情緒狀態的相關性-洞察闡釋
- 2025-2030中國再生纖維行業市場發展現狀及競爭策略與投資前景研究報告
- 2025屆湖北省示范中學高考沖刺押題(最后一卷)英語試卷含答案
- 2025年初中語文名著閱讀《林海雪原》知識點總結及練習
評論
0/150
提交評論