版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、中級網(wǎng)絡(luò)管理員技能鑒定考前輔導(dǎo)2006-11-1網(wǎng)絡(luò)設(shè)備配置部分l 實驗1帶外管理【實驗要求】1、2、3、 開啟交換機的www服務(wù)功能,建立www用戶admin,口令1234【操作步驟】switch>enableswitch#configswitch(Config)#interface vlan 1switch(Config-If-Vlan1)#exitSwitch(Config)#telnet-server enable switch(Config)#telnet-user admin password 0 1234switch(Config)#ip http serverswitch
2、(Config)#web-user admin password 0 1234【實驗驗證】1、2、3、 命令如下察看running-config文件中的內(nèi)容switch#show running-configtelnet-user admin password 0 1234interface Vlan1 interface vlan 1 ip http server web-user admin password 0 1234l 實驗2交換機的基礎(chǔ)命令【實驗要求】1、 設(shè)置交換機的時鐘為當前正確的年月日時分秒2、 設(shè)置交換機退出特權(quán)用戶配置模式的超時時間為 6分鐘3、4、 設(shè)置交換機的提示符為
3、sxszjzx5、 保存交換機的配置信息【實驗步驟】switch(Config)#exec timeout 6switch(Config)#hostname sxszjzxsxszjzx#write【實驗驗證】sxszjzx#show clock能正確顯示時間表示要求1已經(jīng)設(shè)置正確察看running-config文件中的內(nèi)容sxszjzx#show running-config hostname sxszjzx exec timeout 6sxszjzx#show startup-config內(nèi)容與show running-config內(nèi)容相同表示要求5已經(jīng)操作正確l 實驗3備份交換機的當前配
4、置文件running-config【實驗要求】1、 本機電腦下載并安裝TFTP服務(wù)器軟件,并配置TFTP的根目錄在E:2、 交換機指定IP地址,并用網(wǎng)線連接交換機和電腦3、 上傳交換機的當前配置文件running-config到TFTP根目錄,文件名為running-config【實驗步驟】下載、安裝TFTP服務(wù)器,并設(shè)置view-options-TFTP server root為E:switch>enableswitch#configswitch(Config)#interface vlan 1switch(config-if-vlan1)exitswitch(config)#exit
5、【實驗驗證】在電腦的E:找到running-config表示備份成功l 實驗4 端口管理【實驗要求】1、設(shè)置 0/0/1-8 號端口數(shù)據(jù)接收和發(fā)送的限制帶寬為 40M2、打開 0/0/1-8號端口的流控功能3、設(shè)置 0/0/1-8號端口連接的網(wǎng)線為交叉線4、交換機所有端口最多允許每秒鐘通過 3個廣播數(shù)據(jù)報5、把端口9設(shè)置為強制100M、全雙工6、關(guān)閉端口97、設(shè)置端口鏡像:10-12端口為源端口,13端口為目的端口【實驗步驟】Switch(Config)#interface ethernet 0/0/1-8 Switch(Config-Port-Range)#bandwidth control
6、 40 bothSwitch(Config-Port-Range)#flow controlSwitch(Config-Port-Range)#mdi acrossSwitch(Config-Port-Range)#exitSwitch(Config)#broadcast-suppression 3Switch(Config)#interface e0/0/9 Switch(Config-Ethernet0/0/9)#speed-duplex force100-fullSwitch(Config-Ethernet0/0/9)#shutdownswitch(config-ethernet0/0/
7、9)#exitswitch(config)# monitor session 1 source interface ethernet 0/0/10-12Switch(Config)#monitor session 1 destination interface ethernet 0/0/13【實驗驗證】察看running-config文件中的內(nèi)容switch#show running-configbroadcast-suppression 3 monitor session 1 source interface Ethernet0/0/10;Ethernet0/0/11;Ethernet0/0
8、/12 both monitor session 1 destination interface Ethernet0/0/13Interface Ethernet0/0/1 flow control bandwidth control 40 both mdi acrossInterface Ethernet0/0/8 flow control bandwidth control 40 both mdi acrossInterface Ethernet0/0/9 speed-duplex force10-full mdi normal shutdownl 實驗5 跨交換機VLAN的配置【實驗要求
9、】1、建立VLAN100,把端口1-4劃歸VLAN1002、建立VLAN200,把端口5-8劃歸VLAN2003、把端口9設(shè)置為TRUNK口,允許所有VLAN通過【實驗步驟】switch(config)#vlan 100Switch(Config-Vlan100)# switchport interface ethernet 0/0/1-4Switch(Config-Vlan100)#exitswitch(config)#vlan 200Switch(Config-Vlan200)# switchport interface ethernet 0/0/5-8Switch(Config-Vlan
10、200)#exitSwitch(Config)#interface ethernet 0/0/9Switch(Config-ethernet0/0/9)#switchport mode trunkSwitch(Config-ethernet0/0/9)#switchport trunk allowed vlan all【實驗驗證】察看running-config文件中的內(nèi)容switch#show running-configVlan 100 vlan 100Vlan 200 vlan 200Interface Ethernet0/0/1 switchport access vlan 100In
11、terface Ethernet0/0/4 switchport access vlan 100Interface Ethernet0/0/5 switchport access vlan 200Interface Ethernet0/0/8 switchport access vlan 200Interface Ethernet0/0/9 switchport mode trunkl 實驗6 鏈路聚合【實驗要求】1、建立聚合組1,把端口1-2以強制方式加入聚合組2、建立聚合組2,把端口3-4以主動協(xié)商方式加入聚合組【實驗步驟】(config)# port-group 1(config)# i
12、nterface ethernet 0/0/1-2(config-port-range)# port-group 1 mode on(config-port-range)#exit(config)# port-group 2(config)# interface ethernet 0/0/3-4(config-port-range)# port-group 2 mode active【實驗驗證】察看running-config文件中的內(nèi)容switch#show running-config port-group 1 load-balance src-mac port-group 2 load-
13、balance src-macInterface Ethernet0/0/1 port-group 1 mode onInterface Ethernet0/0/2 port-group 1 mode onInterface Ethernet0/0/3 port-group 2 mode activeInterface Ethernet0/0/4 port-group 2 mode activel 實驗7 鏈路聚合與VLAN綜合應(yīng)用【實驗要求】1、建立VLAN100,端口1-4劃歸VLAN1002、建立VLAN200,端口5-8劃歸VLAN2003、建立聚合組1,端口9-10劃歸聚合組14、把
14、聚合組設(shè)置交叉線模式,并開啟流量控制功能【實驗步驟】switch(config)#vlan 100Switch(Config-Vlan100)# switchport interface ethernet 0/0/1-4Switch(Config-Vlan100)#exitswitch(config)#vlan 200Switch(Config-Vlan200)# switchport interface ethernet 0/0/5-8Switch(Config-Vlan200)#exit(config)# port-group 1(config)# interface ethernet 0
15、/0/9-10(config-port-range)# port-group 1 mode on(config-port-range)#exit(config)#interface port-channel 1(config-if-port-channel1)#mdi across(config-if-port-channel1)#flow control【實驗驗證】察看running-config文件中的內(nèi)容switch#show running-config port-group 1 load-balance src-macVlan 100 vlan 100Vlan 200 vlan 20
16、0Interface Ethernet0/0/1 switchport access vlan 100Interface Ethernet0/0/2 switchport access vlan 100Interface Ethernet0/0/3 switchport access vlan 100Interface Ethernet0/0/4 switchport access vlan 100Interface Ethernet0/0/5 switchport access vlan 200Interface Ethernet0/0/6 switchport access vlan 20
17、0Interface Ethernet0/0/7 switchport access vlan 200Interface Ethernet0/0/8 switchport access vlan 200Interface Ethernet0/0/9 flow control mdi across port-group 1 mode onInterface Ethernet0/0/10 flow control mdi across port-group 1 mode onl 實驗8 安全上網(wǎng)設(shè)置【實驗要求】1、設(shè)置交換機MAC地址表的老化時間為30秒2、設(shè)置VLAN1中MAC地址為00-11-
18、11-11-11-11的電腦永遠無法上網(wǎng)4、 把MAC地址為00-22-22-22-22-22的電腦與端口1進行綁定5、【實驗步驟】switch(config)#mac-address-table aging-time 30switch(Config)#mac-address-table blackhole address 00-11-11-11-11-11 vlan 1switch(config)#interface Ethernet 0/0/1switch(Config-Ethernet0/0/1)#switchport port-securityswitch(Config-Etherne
19、t0/0/1)#switchport port-security mac-address 00-22-22-22-22-22switch(Config-Ethernet0/0/1)#exitswitch(Config)#am enableswitch(Config)#interface ethernet 0/0/2switch(Config-Ethernet0/0/2)#exitswitch(Config)#interface ethernet 0/0/3switch(Config-Ethernet0/0/3)#no am port【實驗驗證】察看running-config文件中的內(nèi)容swi
20、tch#show running-configam enableInterface Ethernet0/0/1 switchport port-security switchport port-security mac-address 00-22-22-22-22-22Interface Ethernet0/0/2Interface Ethernet0/0/3 no am portmac-address-table aging-time 30mac-address-table blackhole address 00-11-11-11-11-11 vlan 1l 實驗9【實驗要求】3、路由器的
21、S2接口使用PPP協(xié)議封裝【實驗步驟】Router_config#int f0/0Router_config_f0/0#exitRouter_config#int s0/2Router_config_s0/2#enc ppp【實驗驗證】interface FastEthernet0/0interface Serial0/2 encapsulation pppl 實驗10【實驗要求】2、路由器使用HDLC協(xié)議封裝3、路由器的S2接口配置時鐘頻率64000【實驗步驟】Router_config#int s0/2Router_config_s0/2#enc hdlcRouter_config_s0/
22、2#phy speed 64000Router_config_s0/2#exit【實驗驗證】interface Serial0/2 physical-layer speed 64000l 實驗11【實驗要求】3、路由器啟用RIP路由協(xié)議【實驗步驟】Router_config#int f0/0 Router_config_f0/0#exit Router_config#int s0/2 Router_config_s0/2#exitRouter_config#router rip【實驗驗證】interface FastEthernet0/0interface Serial0/2router ri
23、pl 實驗12【實驗要求】在路由器模擬器上完成,配置各個端口要求能夠相互連通。具體要求如下:RouterARouterBRouterCE0:/24S0:/24E0:/24S0:/24 傳輸速率 56000S1:/24 傳輸速率 56000S0:/24E0:/24【實驗步驟】路由器A的配置命令:>enable#config(config)#int e0(config-if)#no shut(config-if)#int s0(config-if)#no
24、shut(config-if)#exit路由器B的配置命令:>enable#config(config)#int e0(config-if)#no shut(config-if)#int s0(config-if)#clock rate 56000(config-if)#no shut(config-if)#int s1(config-if)#clock rate 56000(config-if)#no shut(config-if)#exit路由器C的配置命令:>enable#config(config)#int e0(config-if)#no shut(config-if)#int s0(config-if)#no shut(config-if)#exit【實驗驗證】l 實驗13【實驗要求】1、啟動Sniffe
溫馨提示
- 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)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 《材料失效分析》教學(xué)大綱
- 玉溪師范學(xué)院《社會政策》2023-2024學(xué)年第一學(xué)期期末試卷
- 玉溪師范學(xué)院《美國社會與文化》2022-2023學(xué)年第一學(xué)期期末試卷
- 函數(shù)定義域求法教案
- 人力培訓(xùn) -績效面談溝通技巧及改進方案
- 2019粵教版 高中美術(shù) 選擇性必修6 現(xiàn)代媒體藝術(shù)《第三單元 中期的設(shè)定與拍攝》大單元整體教學(xué)設(shè)計2020課標
- 2024屆河北省衡水中學(xué)高三下學(xué)期三校五測數(shù)學(xué)試題試卷
- 2024屆貴州省都勻一中高考原創(chuàng)信息試卷數(shù)學(xué)試題(三)
- 財務(wù)咨詢商業(yè)計劃書合同
- 被褥購買協(xié)議書范本
- 中國醫(yī)科大學(xué)2024年12月(含解析)《形勢與政策》作業(yè)考核試題
- 湘潭、成都工廠VDA63-2023審核員培訓(xùn)考核附有答案
- 整理收納師課件
- (完整word版)英語四級單詞大全
- 公司發(fā)文簽批單模板
- 《腦血管疾病概述》PPT課件.ppt
- 基礎(chǔ)工程設(shè)計-橋梁樁基(修改)
- 《農(nóng)村醫(yī)療改革》PPT課件.ppt
- 膝關(guān)節(jié)骨性關(guān)節(jié)炎(膝痹病)病程模板
- 概述卡諾循環(huán)
- 一年級上冊漢字注音練習
評論
0/150
提交評論