諸暨普教培訓實驗_第1頁
諸暨普教培訓實驗_第2頁
諸暨普教培訓實驗_第3頁
諸暨普教培訓實驗_第4頁
諸暨普教培訓實驗_第5頁
已閱讀5頁,還剩17頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領

文檔簡介

實驗組網(wǎng)圖PCAPCBE1/0/1E1/0/1E1/0/24E1/0/24SWASWBE1/0/2E1/0/2PCCPCD實驗一:交換機端口配置說明:SwitchA與SwitchB通過E0/1口互連;HostA與SwitchA的E0/2口相連,IP地址為/24,HostB與SwitchB的E0/2口相連,IP地址為/24。

SwitchA:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchA/***給設備當前的名稱命名為SwitchA***/[SwitchA]inte0/1/***進入交換機的互連端口***/[SwitchA-Ethernet0/1]speed100/***設置端口的速度為100M***/[SwitchA-Ethernet0/1]duplexfull/***設置端口的雙工模式為全雙工***/

SwitchB:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchB/***給設備當前的名稱命名為SwitchB***/[SwitchB]inte0/1/***進入交換機的互連端口***/[SwitchB-Ethernet0/1]speed100/***設置端口的速度為100M***/[SwitchB-Ethernet0/1]duplexfull/***設置端口的雙工模式為全雙工***/實驗二:交換機鏈路聚合配置說明:SwitchA與SwitchB通過E0/1、E0/2端口互連;HostA與SwitchA的E0/3口相連,IP地址為/24,HostB與SwitchB的E0/3口相連,IP地址為/24。

SwitchA:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchA/***給設備當前的名稱命名為SwitchA***/[SwitchA]inte0/1/***進入交換機的互連端口***/[SwitchA-Ethernet0/1]speed100/***設置端口的速度為100M***/[SwitchA-Ethernet0/1]duplexfull/***設置端口的雙工模式為全雙工***/[SwitchA]inte0/2/***進入交換機的互連端口***/[SwitchA-Ethernet0/2]speed100/***設置端口的速度為100M***/[SwitchA-Ethernet0/2]duplexfull/***設置端口的雙工模式為全雙工***/[SwitchA-Ethernet0/2]quit/***退回系統(tǒng)視圖進行端口聚合***/[SwitchA]link-aggregationEthernet0/1toEthernet0/2both

SwitchB:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchB/***給設備當前的名稱命名為SwitchB***/[SwitchB]inte0/1/***進入交換機的互連端口***/[SwitchB-Ethernet0/1]speed100/***設置端口的速度為100M***/[SwitchB-Ethernet0/1]duplexfull/***設置端口的雙工模式為全雙工***/[SwitchB]inte0/2/***進入交換機的互連端口***/[SwitchB-Ethernet0/2]speed100/***設置端口的速度為100M***/[SwitchB-Ethernet0/2]duplexfull/***設置端口的雙工模式為全雙工***/[SwitchB-Ethernet0/2]quit/***退回系統(tǒng)視圖進行端口聚合***/[SwitchB]link-aggregationEthernet0/1toEthernet0/2both實驗三:交換機生成樹協(xié)議配置說明:SwitchA與SwitchB通過E0/1、E0/2端口互連,形成一個環(huán)狀拓撲結(jié)構(gòu);HostA與SwitchA的E0/3口相連,IP地址為/24,HostB與SwitchB的E0/3口相連,IP地址為/24。

SwitchA:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchA/***給設備當前的名稱命名為SwitchA***/[SwitchA]stpenable/***開啟生成樹協(xié)議***/SwitchB:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchB/***給設備當前的名稱命名為SwitchB***/[SwitchB]stpenable/***開啟生成樹協(xié)議***/實驗四:虛擬局域網(wǎng)(VLAN)配置(一)說明:HostA與SwitchA的E0/1口相連,IP地址為/24,屬于VLAN10;HostB與SwitchA的E0/2口相連,IP地址為/24,屬于VLAN20。

SwitchA:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchA/***給設備當前的名稱命名為SwitchA***/[SwitchA]vlan10/***創(chuàng)建VLAN10***/[SwitchA-vlan10]portEthernet0/1/***將E0/1分配給VLAN10***/[SwitchA-vlan10]vlan20/***創(chuàng)建VLAN20***/[SwitchA-vlan20]portEthernet0/2/***將E0/2分配給VLAN10***/[SwitchA-vlan20]vlan30/***創(chuàng)建VLAN30***/[SwitchA-vlan30]portEthernet0/5toEthernet0/10/***將E0/5到E0/10分配給VLAN10實驗五:虛擬局域網(wǎng)(VLAN)配置(二)說明:SwitchA、SwitchB、SwitchC的物理連接方式如上圖所示;HostA與SwitchC的E0/3口相連,屬于VLAN10,IP地址為/24,HostB與SwitchB的E0/3口相連,屬于VLAN10,IP地址為/24。測試一下跨交換機VLAN怎么通信。

SwitchA:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchA/***給設備當前的名稱命名為SwitchA***/[SwitchA]vlan10/***創(chuàng)建VLAN10***/[SwitchA-vlan10]interfaceethernet0/1/***切換到端口視圖***/[SwitchA-Ethernet0/1]portlink-typetrunk/***設置端口的工作模式為trunk***/[SwitchA-Ethernet0/1]porttrunkpermitvlan10/***設置端口允許VLAN10通過***/[SwitchA-Ethernet0/1]interfaceethernet0/2/***切換到端口視圖***/[SwitchA-Ethernet0/2]portlink-typetrunk/***切換到端口視圖***/[SwitchA-Ethernet0/2]porttrunkpermitvlan10/***設置端口允許VLAN10通過***/

SwitchB:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchB/***給設備當前的名稱命名為SwitchB***/[SwitchB]vlan10/***創(chuàng)建VLAN10***/[SwitchB-vlan10]portEthernet0/3/***給VLAN10添加端口***/[SwitchB-vlan10]interfaceEthernet0/2/***切換到端口視圖***/[SwitchB-Ethernet0/2]portlink-typetrunk/***設置端口的工作模式為trunk***/[SwitchB-Ethernet0/2]porttrunkpermitvlan10/***設置端口允許VLAN10通過***/

SwitchC:<Quidway>system-view/***切換到系統(tǒng)視圖***/[Quidway]sysnameSwitchC/***給設備當前的名稱命名為SwitchC***/[SwitchC]vlan10/***創(chuàng)建VLAN10***/[SwitchC-vlan10]portEthernet0/3/***給VLAN10添加端口***/[SwitchC-vlan10]interfaceEthernet0/1/***切換到端口視圖***/[SwitchC-Ethernet0/1]portlink-typetrunk/***設置端口的工作模式為trunk***/[SwitchC-Ethernet0/1]porttrunkpermitvlan10/***設置端口允許VLAN10通過***/實驗六:遠程管理Local-useradminPasswordLevelServer-typetelnetUser-Interfacevty04au綜合實驗Router通過E0/0口同外網(wǎng)連接,IP地址為/30、網(wǎng)關(guān)為/30,通過E0/1口同企業(yè)核心交換機相連,IP地址為/24;核心交換SwitchA通過E0/1同路由器相連,互連VLAN為VLAN60、IP地址為/24;E0/2、E0/3分別連接接入交換機;E0/8-E0/16分別連接WWW、FTP服務器、WWW服務器地址為:/24、FTP服務器IP地址為/24;服務器所在VLAN為VLAN50。接入交換機SwitchB、SwitchC通過一個1000口同核心交換機相連,每個交換機上劃分2個VLAN,各自分的24個端口,VLAN號分別為:VLAN10、VLAN20VLAN30、VLAN40;IP地址分別為:/24、/24、/24、/24。

路由器配置<Quidway>system-view[Quidway]sysnameRouterA[RouterA]interfaceethernet0/0[RouterA-Ethernet0/0]ipaddress52[RouterA-Ethernet0/0]interfaceethernet0/1[RouterA-Ethernet0/1]ipaddress0[RouterA-Ethernet0/1]quit[RouterA]aclnumber2000[RouterA-acl-basic-2000]rulepermitsource55[RouterA-acl-basic-2000]rulepermitsource55[RouterA-acl-basic-2000]rulepermitsource55[RouterA-acl-basic-2000]rulepermitsource55[RouterA-acl-basic-2000]rulepermitsource55[RouterA-acl-basic-2000]ruledenysourceany[RouterA-acl-basic-2000]interfaceethernet0/0[RouterA-Ethernet0/0]natoutbound2000[RouterA-Ethernet0/0]natserverprotocoltcpglobalinsidewww[RouterA-Ethernet0/0]natserverprotocoltcpglobalinsideftp[RouterA-Ethernet0/0]quit[RouterA]iproute-static[RouterA]iproute-static企業(yè)核心交換機配置SwitchA:<Quidway>system-view[Quidway]sysnameSwitchA[SwitchA]vlan60[SwitchA-vlan60]portethernet1/0/1[SwitchA-vlan60]interfacevlan60[SwitchA-Vlan-interface60]ipaddress[SwitchA-Vlan-interface60]vlan10[SwitchA-vlan10]interfacevlan10[SwitchA-Vlan-interface10]ipaddress[SwitchA-Vlan-interface10]vlan20[SwitchA-vlan10]interfacevlan20[SwitchA-Vlan-interface20]ipaddress[SwitchA-Vlan-interface20]vlan30[SwitchA-vlan30]interfacevlan30[SwitchA-Vlan-interface30]ipaddress

[SwitchA-Vlan-interface30]vlan40[SwitchA-vlan40]interfacevlan40[SwitchA-Vlan-interface40]ipaddress[SwitchA-Vlan-interface40]vlan50[SwitchA-vlan50]porte1/0/8toe1/0/16[SwitchA-vlan50]interfacevlan50[SwitchA-Vlan-interface50]ipaddress[SwitchA-Vlan-interface40]interfaceethernet1/0/2[SwitchA-Ethernet0/1]portlink-typetrunk[SwitchA-Ethernet0/1]porttrunkpermitvlanall[SwitchA-Ethernet0/1]interfaceethernet1/0/3[SwitchA-Ethernet0/3]por

溫馨提示

  • 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. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論