




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、網(wǎng)絡(luò)設(shè)備配置與調(diào)試項(xiàng)目三實(shí)施報(bào)告項(xiàng)目描述:熟悉交換機(jī)上VLAN的創(chuàng)建及相關(guān)配置,給公司各部門劃分相應(yīng)的VLAN進(jìn)行廣播風(fēng)暴的隔離控制并進(jìn)行相關(guān)測試。項(xiàng)目實(shí)施拓?fù)鋱D:項(xiàng)目實(shí)施基本要求:(1)正確選擇設(shè)備并使用線纜連接;(2)正確給各個(gè)PC配置相關(guān)IP地址及子網(wǎng)掩碼等參數(shù);(3)在SW1上配置相關(guān)VLAN,并把交換機(jī)相應(yīng)的端口添加到VLAN中。用相關(guān)顯示命令查看配置結(jié)果。(4)在SW2上配置相關(guān)VLAN,并把交換機(jī)相應(yīng)的端口添加到VLAN中。用相關(guān)顯示命令查看配置結(jié)果。(5)在SW3上配置相關(guān)VLAN,并把交換機(jī)相應(yīng)的端口添加到VLAN中。用相關(guān)顯示命令查看配置結(jié)果。(6)在SW4上進(jìn)行相關(guān)配置,
2、使得不同交換機(jī)上的相同部門PC(如銷售部PC1和銷售部PC3)可以相互訪問。項(xiàng)目拓展要求(選做):如何配置下面網(wǎng)絡(luò)拓?fù)鋱D中的兩個(gè)交換機(jī),使得兩個(gè)不同VLAN中的PC能相互訪問。Switch>enSwitch>confSwitch>enSwitch#confConfiguring from terminal, memory, or network terminal? Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#inSwitch(config)#VLAN 10Switch(c
3、onfig-vlan)#exitSwitch(config)#inSwitch(config)#interface raSwitch(config)#interface range f0/5Switch(config-if-range)#swSwitch(config-if-range)#switchport acSwitch(config-if-range)#switchport access vlan 10Switch(config-if-range)#exitSwitch(config)#exitSwitch#%SYS-5-CONFIG_I: Configured from consol
4、e by consoleSwitch#confConfiguring from terminal, memory, or network terminal? Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#inSwitch(config)#interface raSwitch(config)#interface range f0/5Switch(config-if-range)#swSwitch(config-if-range)#switchport mode ? access Set tru
5、nking mode to ACCESS unconditionally dynamic Set trunking mode to dynamically negotiate access or trunk mode trunk Set trunking mode to TRUNK unconditionallySwitch(config-if-range)#switchport mode % Incomplete command.Switch(config-if-range)#? cdp Global CDP configuration subcommands channel-group E
6、therchannel/port bundling configuration channel-protocol Select the channel protocol (LACP, PAgP) description Interface specific description duplex Configure duplex operation. exit Exit from interface configuration mode mdix Set Media Dependent Interface with Crossover mls mls interface commands no
7、Negate a command or set its defaults shutdown Shutdown the selected interface spanning-tree Spanning Tree Subsystem speed Configure speed operation. storm-control storm configuration switchport Set switching mode characteristics tx-ring-limit Configure PA level transmit ring limitSwitch(config-if-ra
8、nge)#swSwitch(config-if-range)#switchport ? access Set access mode characteristics of the interface mode Set trunking mode of the interface native Set trunking native characteristics when interface is in trunking mode nonegotiate Device will not engage in negotiation protocol on this interface port-
9、security Security related command priority Set appliance 802.1p priority trunk Set trunking characteristics of the interface voice Voice appliance attributesSwitch(config-if-range)#switchport ? access Set access mode characteristics of the interface mode Set trunking mode of the interface native Set
10、 trunking native characteristics when interface is in trunking mode nonegotiate Device will not engage in negotiation protocol on this interface port-security Security related command priority Set appliance 802.1p priority trunk Set trunking characteristics of the interface voice Voice appliance att
11、ributesSwitch(config-if-range)#switchport mode?mode Switch(config-if-range)#exitSwitch(config)#inSwitch(config)#interface f0/5Switch(config-if)#swSwitch(config-if)#switchport modeSwitch(config-if)#switchport mode ? access Set trunking mode to ACCESS unconditionally dynamic Set trunking mode to dynam
12、ically negotiate access or trunk mode trunk Set trunking mode to TRUNK unconditionallySwitch(config-if)#switchport mode trSwitch(config-if)#switchport mode trunk %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down%LINEPROTO-5-UPDOWN: Line protocol on Interface Fast
13、Ethernet0/5, changed state to upSwitch(config-if)#exit項(xiàng)目實(shí)施過程及測試結(jié)果:1、銷售部PC1、人事部PC1、銷售部PC3、研發(fā)部PC1、研發(fā)部PC2、財(cái)務(wù)部PC等配置相關(guān)IP地址及子網(wǎng)掩碼等參數(shù)截圖 2、交換機(jī)配置信息(show running結(jié)果)一樓交換機(jī)SW1的配置: SW1>enSW1#show runSW1#show running-config Building configuration.Current configuration : 1276 bytes!version 12.2no service timestam
14、ps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW1!interface FastEthernet0/1 switchport access vlan 10!interface FastEthernet0/2 switchport access vlan 10!interface FastEthernet0/3 switchport access vlan 10! -More- 二樓交換機(jī)SW2的配置 SW1>enSW1#show r
15、unSW1#show running-config Building configuration.Current configuration : 1276 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname SW1!interface FastEthernet0/1 switchport access vlan 10!interface FastEthernet0/2 sw
16、itchport access vlan 10!interface FastEthernet0/3 switchport access vlan 10! -More- 三樓交換SW3的配置 SW1>enSW1#show runSW1#show running-config Building configuration.Current configuration : 1276 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service
17、 password-encryption!hostname SW1!interface FastEthernet0/1 switchport access vlan 10!interface FastEthernet0/2 switchport access vlan 10!interface FastEthernet0/3 switchport access vlan 10! -More- 網(wǎng)絡(luò)中心交換機(jī)SW4配置SW1>enSW1#show runSW1#show running-config Building configuration.Current configuration : 1276 bytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno servi
溫馨提示
- 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)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 休閑餐飲連鎖店廚師團(tuán)隊(duì)合作協(xié)議
- 《房屋買賣定金合同范本》
- 臨時(shí)倉儲彩鋼板房搭建與倉儲物流合同
- 眼科技能培訓(xùn)
- 智能化砂石料采購及倉儲物流合同
- 休閑農(nóng)業(yè)園區(qū)場地承包經(jīng)營與服務(wù)協(xié)議范本
- 拆除工程后期維護(hù)服務(wù)合同范本
- 茶園租賃與茶葉品牌連鎖經(jīng)營合作合同
- 戰(zhàn)國后期教育論著
- 能源領(lǐng)域采購戰(zhàn)略合作框架協(xié)議
- 2025年人教版七年級下冊生物期末檢測試卷及答案
- 2024年貴州省貴陽市中考生物試題(含答案逐題解析)
- 廉潔應(yīng)征承諾書
- VERICUT整套教程完整
- 好書推薦-《三毛流浪記》77955課件
- 事業(yè)單位工勤人員技師考試職業(yè)道德復(fù)習(xí)試題
- The Old Man and The Sea 老人與海 中英文對照版
- 冷凍水管道工程施工工藝
- 混凝土拌合站拆除方案
- 對照品管理SOP雙語
- 兩臺37kW三相交流電動機(jī)的動力配電柜設(shè)計(jì)(共21頁)
評論
0/150
提交評論