版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、精選優(yōu)質(zhì)文檔-傾情為你奉上計算機(jī)網(wǎng)絡(luò)實驗報告 專 業(yè): 信息管理與信息系統(tǒng) 課題名稱: 小型局域網(wǎng)的構(gòu)建 班 級: 學(xué) 號: 姓 名: 指導(dǎo)教師: 任務(wù):小型局域網(wǎng)的構(gòu)建【需求分析】某企業(yè)有公司辦公室、財務(wù)部、銷售部、設(shè)計部、生產(chǎn)部5
2、個部門。每個部門預(yù)算配置200臺電腦,公司使用一個B類網(wǎng)絡(luò)地址129.250.0.0。現(xiàn)要求:1、 每個部門劃分1個子網(wǎng);2、 通過配置路由協(xié)議實現(xiàn)不同VLAN之間的主機(jī)能夠互通?!緦嶒炄蝿?wù)】1、 完成企業(yè)網(wǎng)絡(luò)拓?fù)浞桨冈O(shè)計;2、 列出所需網(wǎng)絡(luò)設(shè)備、PC機(jī)的設(shè)備清單;3、 給出部門PC機(jī)的IP地址分配方案;4、 給出第三層VLAN設(shè)計方案;5、 給出路由器配置方案6、 驗證調(diào)試?!緦嶒灜h(huán)境】計算機(jī)操作系統(tǒng):Windows 7;軟件:Cisco Packet Tracer【實驗任務(wù)設(shè)計】1、拓?fù)鋱D: 2、所需網(wǎng)絡(luò)設(shè)備、服務(wù)器、PC機(jī)的設(shè)備清單:設(shè)備名稱數(shù)量主機(jī)1000二層交換機(jī)44三層交換機(jī)2網(wǎng)線
3、若干3、部門PC機(jī)的IP地址分配方案:VLAN號相應(yīng)部門子網(wǎng)IP子網(wǎng)掩碼2財務(wù)部129.250.1.0/24255.255.255.03銷售部129.250.2.0/24255.255. 255.04辦公室129.250.3.0/24255.255. 255.05設(shè)計部129.250.4.0/24255.255. 255.06生產(chǎn)部129.250.5.0/24255.255. 255.04、第三層VLAN設(shè)計方案VLAN號接口號三層交換機(jī)2Fa 0/1Multilayer Switch03Fa 0/24Fa 0/310Fa 0/45Fa 0/1Multilayer Switch16Fa 0/2
4、10Fa 0/4【實驗內(nèi)容】一、安裝packet tracker軟件二、打開軟件,添加五個兩層交換機(jī)和兩個三層交換機(jī),主機(jī)10臺然后用連接線連接各個部分三、配置兩層交換機(jī)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(財務(wù)部)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設(shè)置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#四、配置三層交換機(jī)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(財務(wù)部)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)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024硬件設(shè)備代理與售后服務(wù)合作協(xié)議2篇
- 2025年度GPS技術(shù)在應(yīng)急救援領(lǐng)域的應(yīng)用合作協(xié)議3篇
- 二零二四年商務(wù)考察接送服務(wù)合同模板3篇
- 2024食用菌品牌授權(quán)與營銷推廣合同3篇
- 2025年校園安保服務(wù)合同含校園安全設(shè)施建設(shè)及維護(hù)協(xié)議3篇
- 2025年消防應(yīng)急照明及疏散指示系統(tǒng)采購合同范本2篇
- 二零二五年度海鮮餐廳特許經(jīng)營許可合同3篇
- 二零二五版煤礦掘進(jìn)設(shè)備出租及維護(hù)保養(yǎng)服務(wù)合同3篇
- 二零二五版廠房租賃合同終止及費(fèi)用結(jié)算及保險服務(wù)協(xié)議3篇
- 二零二五年建筑施工人員雇傭合同3篇
- 直播帶貨助農(nóng)現(xiàn)狀及發(fā)展對策研究-以抖音直播為例(開題)
- 腰椎間盤突出疑難病例討論
- 《光伏發(fā)電工程工程量清單計價規(guī)范》
- 2023-2024學(xué)年度人教版四年級語文上冊寒假作業(yè)
- (完整版)保證藥品信息來源合法、真實、安全的管理措施、情況說明及相關(guān)證明
- 營銷專員績效考核指標(biāo)
- 陜西麟游風(fēng)電吊裝方案專家論證版
- 供應(yīng)商審核培訓(xùn)教程
- 【盒馬鮮生生鮮類產(chǎn)品配送服務(wù)問題及優(yōu)化建議分析10000字(論文)】
- 肝硬化心衰患者的護(hù)理查房課件
- 2023年四川省樂山市中考數(shù)學(xué)試卷
評論
0/150
提交評論