




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領
文檔簡介
1、精選優(yōu)質(zhì)文檔-傾情為你奉上計算機網(wǎng)絡實驗報告 專 業(yè): 信息管理與信息系統(tǒng) 課題名稱: 小型局域網(wǎng)的構(gòu)建 班 級: 學 號: 姓 名: 指導教師: 任務:小型局域網(wǎng)的構(gòu)建【需求分析】某企業(yè)有公司辦公室、財務部、銷售部、設計部、生產(chǎn)部5
2、個部門。每個部門預算配置200臺電腦,公司使用一個B類網(wǎng)絡地址129.250.0.0?,F(xiàn)要求:1、 每個部門劃分1個子網(wǎng);2、 通過配置路由協(xié)議實現(xiàn)不同VLAN之間的主機能夠互通?!緦嶒炄蝿铡?、 完成企業(yè)網(wǎng)絡拓撲方案設計;2、 列出所需網(wǎng)絡設備、PC機的設備清單;3、 給出部門PC機的IP地址分配方案;4、 給出第三層VLAN設計方案;5、 給出路由器配置方案6、 驗證調(diào)試?!緦嶒灜h(huán)境】計算機操作系統(tǒng):Windows 7;軟件:Cisco Packet Tracer【實驗任務設計】1、拓撲圖: 2、所需網(wǎng)絡設備、服務器、PC機的設備清單:設備名稱數(shù)量主機1000二層交換機44三層交換機2網(wǎng)線
3、若干3、部門PC機的IP地址分配方案:VLAN號相應部門子網(wǎng)IP子網(wǎng)掩碼2財務部129.250.1.0/24255.255.255.03銷售部129.250.2.0/24255.255. 255.04辦公室129.250.3.0/24255.255. 255.05設計部129.250.4.0/24255.255. 255.06生產(chǎn)部129.250.5.0/24255.255. 255.04、第三層VLAN設計方案VLAN號接口號三層交換機2Fa 0/1Multilayer Switch03Fa 0/24Fa 0/310Fa 0/45Fa 0/1Multilayer Switch16Fa 0/2
4、10Fa 0/4【實驗內(nèi)容】一、安裝packet tracker軟件二、打開軟件,添加五個兩層交換機和兩個三層交換機,主機10臺然后用連接線連接各個部分三、配置兩層交換機switch0Switch>enableSwitch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#name officeSwitch(config-vlan)#exit /創(chuàng)建vlan2 名稱office(辦公室)Switch(c
5、onfig)#vlan 3Switch(config-vlan)#name financeSwitch(config-vlan)#exit /創(chuàng)建vlan3 名稱 finance(財務部)Switch(config)#vlan 4Switch(config-vlan)#name salesSwitch(config-vlan)#exit /創(chuàng)建vlan4 名稱 sales(銷售部)Switch(config)#Switch(config)#interface FastEthernet0/1Switch(config-if)#Switch(config-if)#exitSwitch(config
6、)#no vlan 3Switch(config)#no vlan 4Switch(config)#Switch(config)#interface FastEthernet0/4Switch(config-if)#Switch(config-if)#exitSwitch(config)#interface FastEthernet0/4 /將端口fa0/4劃分到vlan2Switch(config-if)#Switch(config-if)#Switch(config-if)#switchport access vlan 2Switch(config-if)#Switch(config-if
7、)#exitSwitch(config)#interface FastEthernet0/5 /將端口fa0/5劃分到vlan2Switch(config-if)#Switch(config-if)#Switch(config-if)#switchport access vlan 2Switch(config-if)#Switch(config-if)#exitSwitch(config)#interface FastEthernet0/1 /將端口fa0/1設置TrunkSwitch(config-if)#Switch(config-if)#switchport mode trunkSwit
8、ch(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upSwitch(config-if)#switchport mode accessSwitch(config-if)#Switch(config-if)#Switch(config-if)#switchport access vlan
9、 2Switch(config-if)#Switch(config-if)#exitSwitch(config)#Switch#四、配置三層交換機Switch>enableSwitch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#interface FastEthernet0/1Switch(config-if)#Switch(config-if)#switchport mode trunkCommand rejected: An interfac
10、e whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.Switch(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to upSwitch(config-if
11、)#exitSwitch(config)#interface FastEthernet0/2Switch(config-if)#Switch(config-if)#switchport mode trunkCommand rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.Switch(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEt
12、hernet0/2, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to upSwitch(config-if)#exitSwitch(config)#interface FastEthernet0/3Switch(config-if)#Switch(config-if)#switchport mode trunkCommand rejected: An interface whose trunk encapsulation is "
13、;Auto" can not be configured to "trunk" mode.Switch(config-if)#%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to upSwitch(config-if)#exitSwitch(config)#exitSwitch#vlan
14、 database% Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.Switch(vlan)#%SYS-5-CONFIG_I: Configured from console by consolevlan 10 name vlan10VLAN 10 modified: Name: vl
15、an10Switch(vlan)#Switch(vlan)#Switch(vlan)#Switch(vlan)#Switch(vlan)#vlan 2 name office /創(chuàng)建vlan2 名稱office(辦公室)VLAN 2 modified: Name: officeSwitch(vlan)#vlan 3 name finance /創(chuàng)建vlan3 名稱 finance(財務部)VLAN 3 modified: Name: financeSwitch(vlan)#vlan 4 name sales /創(chuàng)建vlan4 名稱 sales(銷售部)VLAN 4 modified: Name
16、: salesSwitch(vlan)#Switch(vlan)#exitAPPLY completed.Exiting.Switch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#interface FastEthernet0/1 /將端口fa0/1劃分到vlan2Switch(config-if)#Switch(config-if)#Switch(config-if)#switchport access vlan 2Switch(config-if)#
17、Switch(config-if)#exitSwitch(config)#interface FastEthernet0/2 /將端口fa0/2劃分到vlan3Switch(config-if)#Switch(config-if)#Switch(config-if)#switchport access vlan 3Switch(config-if)#Switch(config-if)#exitSwitch(config)#interface FastEthernet0/3 /將端口fa0/3劃分到vlan4Switch(config-if)#Switch(config-if)#Switch(c
18、onfig-if)#switchport access vlan 4 Switch(config-if)#Switch(config-if)#exitSwitch(config)#interface FastEthernet0/4 /將端口fa0/4劃分到vlan10Switch(config-if)#Switch(config-if)#Switch(config-if)#switchport access vlan 10Switch(config-if)#(另外一個三層交換器配置相同)為不同vlan配置IP地址Switch>enSwitch>enSwitch>enable
19、Switch#intSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#intSwitch(config)#interface vlan 2Switch(config-if)#%LINK-5-CHANGED: Interface Vlan2, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to upSwitch(config-if)#ip ad
20、dSwitch(config-if)#ip address 129.250.1.1 255.255.255.0Switch(config-if)#intSwitch(config-if)#exitSwitch(config)#intSwitch(config)#interface vlan 3Switch(config-if)#%LINK-5-CHANGED: Interface Vlan3, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan3, changed state to upSwitch(c
21、onfig-if)#ip addSwitch(config-if)#ip address 129.250.2.1 255.255.255.0Switch(config-if)#exitSwitch(config)#intSwitch(config)#interface vlan 4Switch(config-if)#%LINK-5-CHANGED: Interface Vlan4, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan4, changed state to upSwitch(config-
22、if)#ip addSwitch(config-if)#ip address 129.250.3.1 255.255.255.0Switch(config-if)#exitSwitch(config)#intSwitch(config)#interface vlan 10Switch(config-if)#%LINK-5-CHANGED: Interface Vlan10, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to upSwitch(config-if)
23、#ip addSwitch(config-if)#ip address 129.250.10.1 255.255.255.0Switch(config-if)#exitSwitch(config)#Switch>enSwitch>enSwitch>enable Switch#intSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#intSwitch(config)#interface vlan 5Switch(config-if)#%LINK-5-CH
24、ANGED: Interface Vlan5, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan5, changed state to upSwitch(config-if)#ip addSwitch(config-if)#ip address 129.250.4.1 255.255.255.0Switch(config-if)#intSwitch(config-if)#exitSwitch(config)#intSwitch(config)#interface vlan 6Switch(config
25、-if)#%LINK-5-CHANGED: Interface Vlan6, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan6, changed state to upSwitch(config-if)#ip addSwitch(config-if)#ip address 129.250.5.1 255.255.255.0Switch(config-if)#exitSwitch(config)#intSwitch(config)#interface vlan 4Switch(config-if)#%
26、LINK-5-CHANGED: Interface Vlan4, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan4, changed state to upSwitch(config-if)#ip addSwitch(config-if)#ip address 129.250.3.1 255.255.255.0Switch(config-if)#exitSwitch(config)#inSwitch(config)#interface vlan 10Switch(config-if)#%LINK-5
27、-CHANGED: Interface Vlan10, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to upSwitch(config-if)#ip addSwitch(config-if)#ip address 129.250.10.2 255.255.255.0Switch(config-if)#exitSwitch(config)#使用OSPF動態(tài)路由協(xié)議為不同vlan配置路由Switch>enSwitch#conf tEnter configur
28、ation commands, one per line. End with CNTL/Z.Switch(config)#rouSwitch(config)#router ospf 1IP routing not enabledSwitch(config)#Switch(config)#ip routing /啟動路由協(xié)議Switch(config)#rouSwitch(config)#router ospf 1 /啟動OSPF協(xié)議Switch(config-router)#netSwitch(config-router)#network 129.250.1.0 0.0.0.255 area
29、0 /左邊交換器聲明路由Switch(config-router)#netSwitch(config-router)#network 129.250.2.0 0.0.0.255 area 0Switch(config-router)#netSwitch(config-router)#network 129.250.3.0 0.0.0.255 area 0Switch(config-router)#endSwitch#Switch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#rouSwitch(config)#router ospf 1Switch(config-router)#netSwitch(config-router)#network 129.250.10.0 0.0.0.255 area 0Switch(config-router
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025至2030年中國格子布行業(yè)投資前景及策略咨詢報告
- 2025至2030年中國標準螺絲孔膠塞市場現(xiàn)狀分析及前景預測報告
- 2025至2030年中國機箱螺絲數(shù)據(jù)監(jiān)測研究報告
- 研究生入學心理健康教育
- 2025至2030年中國普及型紙架數(shù)據(jù)監(jiān)測研究報告
- 2025至2030年中國日夜滋養(yǎng)霜行業(yè)發(fā)展研究報告001
- 2025至2030年中國無堿玻纖布行業(yè)投資前景及策略咨詢報告
- 2025至2030年中國無壓差雙向電磁閥行業(yè)投資前景及策略咨詢報告
- 2025至2030年中國整體對開玻璃柜市場現(xiàn)狀分析及前景預測報告
- 2025至2030年中國排污器數(shù)據(jù)監(jiān)測研究報告
- 河道漂浮物清理合同
- 北京市海淀區(qū)2022-2023學年八年級下學期期末歷史試題
- 光伏項目運維服務承包合同5篇
- 重癥護理學人文關懷
- 電力系統(tǒng)調(diào)頻輔助服務市場交易實施細則
- 2024年云南省昆明市選調(diào)生考試(行政職業(yè)能力測驗)綜合能力測試題附答案
- GB/T 24630.1-2024產(chǎn)品幾何技術規(guī)范(GPS)平面度第1部分:詞匯和參數(shù)
- 電商平臺用戶體驗優(yōu)化策略
- 高二上學期考后成績分析總結(jié)主題班會課件
- 鄉(xiāng)村振興議論文開題報告
- GB/T 44577-2024商用電動洗碗機性能測試方法
評論
0/150
提交評論