版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、北京聯(lián)合大學(xué)實(shí)訓(xùn)報(bào)告課程(項(xiàng)目)名稱:學(xué)院:專業(yè):班級(jí):學(xué)號(hào):姓名:成績:實(shí)訓(xùn)2交換機(jī)vlan的劃分一、任務(wù)與目的實(shí)驗(yàn)任務(wù):掌握和完成設(shè)置vlan的方法;完成vlan間計(jì)算機(jī)的測(cè)試。實(shí)驗(yàn)?zāi)康模菏煜そ粨Q機(jī)vlan的配置方法;熟悉和掌握劃分vlan的意義。二、原理(條件)1 .相關(guān)知識(shí):Vlan的工作原理;配置VLAN的相關(guān)命令。2.實(shí)驗(yàn)條件:cisco pt 軟件。三、內(nèi)容與步驟實(shí)驗(yàn)內(nèi)容:端口 10在一臺(tái)CISCO 2950交換機(jī)上劃分VLAN,端口 1、3劃分為VLAN2, 劃分為VLAN3,端口 10測(cè)試方法未劃分vlan時(shí),pc1、pc2、pc3相互進(jìn)彳亍ping操作。劃分vlan后,pc
2、1、pc2、pc3相互進(jìn)彳亍ping操作。四、數(shù)據(jù)處理(現(xiàn)象分析)實(shí)驗(yàn)步驟設(shè)置不同vlan的網(wǎng)絡(luò)地址設(shè)置pc機(jī)的ip地址在交換機(jī)上劃分不同vlan指定端口到不同vlan實(shí)驗(yàn)代碼 生成vlanSwitch(vlan)# vlan 2Switch(vlan)#vlan 3Switch(vlan)#exitSwitch#show vlan指定端口到不同vlanSwitch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2Swi
3、tch(config-if)#no shutdownSwitch(config-if)#int fa0/3Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2Switch(config-if)#int fa0/10Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 3 Switch(config-if)#no shutdownSwitch(config-if)#end3.實(shí)驗(yàn)
4、結(jié)果截圖(1)未劃分vlan時(shí),pc1、pc2、pc3相互進(jìn)彳亍ping操作(2)劃分vlan后,pc1、pc2、pc3相互進(jìn)彳亍ping操作五、結(jié)論在沒有劃分vlan前在同一交換機(jī)上的所有pc機(jī)都能夠相互ping通,但是劃 分vlan后,在不同的網(wǎng)段內(nèi)需要經(jīng)過路由,所以pci和pc2不能ping通pc3。實(shí)訓(xùn)3跨交換機(jī)同vlan間互通一、任務(wù)與目的實(shí)驗(yàn)任務(wù):掌握和完成設(shè)置跨交換機(jī)同vlan間互通的方法;完成同vlan間計(jì)算機(jī)的測(cè)試。實(shí)驗(yàn)?zāi)康模哼M(jìn)一步熟悉交換機(jī)vlan的配置方法;熟悉和掌握劃分跨交換機(jī)同vlan間互通的意義。二、原理(條件)2.相關(guān)知識(shí):Vlan的工作原理;配置VLAN及tru
5、nk的相關(guān)命令。2.實(shí)驗(yàn)條件:(1) cisco pt 軟件。三、內(nèi)容與步驟實(shí)驗(yàn)內(nèi)容:在兩臺(tái)CISCO 2950交換機(jī)上分別劃分VLAN,如圖4所示,并連接兩臺(tái) 2950。通過配置,使得跨交換機(jī)同VLAN間計(jì)算機(jī)互通??缃粨Q機(jī)同L AN互通VLAN 21IAN 32950 S. H. 22950 S. H. 1測(cè)試方法VLAN 21IAN 32950 S. H. 22950 S. H. 1未配置 trunk 前,pci ping pc2、pc3、pc4 查看結(jié)果; pc2 ping pc4 查 看結(jié)果。 配置 trunk 后 pci ping pc2、pc3、pc4 查看結(jié)果; pc2 pin
6、g pc4 查看 結(jié)果。四、數(shù)據(jù)處理(現(xiàn)象分析)實(shí)驗(yàn)步驟設(shè)置不同vlan的網(wǎng)絡(luò)地址設(shè)置pc機(jī)的ip地址在交換機(jī)上劃分不同vlan指定端口到不同vlan將兩臺(tái)交換機(jī)的fa0/10設(shè)置成串口實(shí)驗(yàn)代碼在 S.H.1 和 S.H.2 生成 vlanSwitch# vlan databaseSwitch(vlan)# vlan 2Switch(vlan)#vlan 3Switch(vlan)#exitSwitch#show vlan指定端口到不同vlanS.H.1Switch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode
7、accessSwitch(config-if)#switchport access vlan 2Switch(config-if)#no shutdownSwitch(config-if)#int fa0/7Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2Switch(config-if)#no shutdownS.H.2Switch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode accessSwi
8、tch(config-if)#switchport access vlan 2Switch(config-if)#no shutdownSwitch(config-if)#int fa0/7Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2Switch(config-if)#no shutdown不同交換機(jī)之間要設(shè)置串口接口 fa0/10Switch#conf tSwitch(config)#int fa0/10Switch(config-if)#switchport mode a
9、ccessSwitch(config-if)#switchport mode trunkSwitch(config-if)#no shutdown實(shí)驗(yàn)結(jié)果截圖VALE 2Switch 2(1VALE 2Switch 2(1)未配置trunk前(2)配置trunk后PCping Pinging with 32 byces of data:Request timed ou. Request timed ou. Request timed out-Request timed out-Ping geaeiaticg for 202.S.11.1:Packers: Sent 4, Received -
10、0, Lost 4 (100% loss),PCping 201.S.11.2Pinging with 32 by1:es of data:Request timed ou- Request timed ou- Request timed ou- Request timed. ou-Ping statistics fox 201.S.11.2:Packets: Sent = 4, Received = 0, Lost = 4 (100% Loss),PCping 202.S.11.2Pinging with 32 bytes of data:Request timed out. Request
11、 timed out. Request timed out-Request timed out-Ping acaciatica for 202.S.11.2:Packers: Sent 4, Received - 0, Lost 4 (100% loss),E:2|Physical Config Desktop Software/Services五、結(jié)論P(yáng)hysical Config Desktop Software/Services經(jīng)過不同的交換機(jī)兩個(gè)數(shù)據(jù)必須要設(shè)置串口區(qū)分?jǐn)?shù)據(jù)流,否則相同網(wǎng)段的pci 也不能ping通pc3。實(shí)訓(xùn)4不同vlan間通信(通過路由器)一、任務(wù)與目的實(shí)驗(yàn)任務(wù):掌握
12、和完成設(shè)置不同vlan間通過路由器互通的方法;完成同vlan間計(jì)算機(jī)的測(cè)試。實(shí)驗(yàn)?zāi)康模哼M(jìn)一步熟悉交換機(jī)vlan間互通的配置方法;熟悉和掌握不同vlan間互通的測(cè)試方法。二、原理(條件)3 .相關(guān)知識(shí):Vlan的工作原理;交換機(jī)與路由器的配置相關(guān)命令。2.實(shí)驗(yàn)條件:(1) cisco pt 軟件。三、內(nèi)容與步驟實(shí)驗(yàn)內(nèi)容:如圖5,通過配置不同vlan間的計(jì)算機(jī)通過路由器互通。router 2621fa 0/0 L 一1 fa 0/1S.H. 2950 (fa0/1 vlan 20JfxW/6 vbn?fM/2fa0/4 fa 0/5fa0/7o o o o匾同VLAN間通信配置結(jié)構(gòu)圖2.測(cè)試方法1
13、心 1心pc3 pc4pc4(1) 未配置路由前,pci ping pc2、pc3、p4 查看結(jié)果;pc2 ping pc3、 查看結(jié)果;pc3 ping pc4查看結(jié)果。pc4(2)配置路由后 pci ping pc2、pc3、p4 查看結(jié)果;pc2 ping pc3、pc4 查看結(jié)果;pc3 ping pc4查看結(jié)果。四、數(shù)據(jù)處理(現(xiàn)象分析)實(shí)驗(yàn)步驟(1)設(shè)置不同vlan的網(wǎng)絡(luò)地址(2)設(shè)置pc機(jī)的ip地址(3)配置路由器端口地址(4)在交換機(jī)上劃分不同vlan(5)指定端口到不同vlan(6)設(shè)置pc機(jī)的默認(rèn)網(wǎng)關(guān)實(shí)驗(yàn)代碼(1)配置路由器Router#conf tRouter(config
14、)#int fa0/0Router(config-if)#ip address Router(config)#int fa0/1Router(config-if)#ip address Router(config-if)#no shutdown(2)交換機(jī)上生成vlanSwitch(vlan)# vlan 20Switch(vlan)#vlan 30Switch(vlan)#exitSwitch#show vlan(4)指定端口到不同vlanSwitch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode access
15、Switch(config-if)#switchport access vlan 20Switch(config-if)#no shutdownSwitch(config-if)#int fa0/3Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 20Switch(config-if)#int fa0/10Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 30Switch(
16、config-if)#no shutdownSwitch(config-if)#end實(shí)驗(yàn)結(jié)果截圖VLAN 30VLAN 30VLAN 20未配置路由前(2)配置路由后Physcal Config Desktop Softwwe/SwrcesICooBand PronptPinging 210.k.11.3 with 32 bytea data-Reply fee* 210.S.11.3: byts32 Reply co* : byts-32 Reply frca 210.S.11.9: 33 Raply fcaB 210.S.11.3: byta*32Kpuig 311.S.11.24. b
17、oat 0 (0* loas).Pinging 311.S.11.2 ulih 32 bytaa at dac*:Request vised out. fee* 311.(.11.3:7Baply rscsK : byta*32 tUM312SaaReply tro* Tn137 TH* 127 TH127Pingroc 211.S.11.2:Daekaca: Sant = ping 19G.5-11.2(2)PCping 19G.5-11.2(2)配置路由后(100% loss),(1)未配置路由前Pinging 196.5 _11.2 with 32 bytes of dataiReque
18、st; timed out.Requeat: rimed out.Request; timed out.Request; timed out.Ping smtistius for :Packets z Sent 4, Received 0, Lost五、結(jié)論使用路由器的不同物理接口互連交換機(jī)上多個(gè)Vlan的成本太高,實(shí)現(xiàn)起來的 難道也大,單臂路由是通過配置路由器的物理接口,在路由器的物理接口上創(chuàng)建 多個(gè)子接口,配置IP地址實(shí)現(xiàn)不同vlan之間ping通。實(shí)訓(xùn)7靜態(tài)路由協(xié)議的配置一、任務(wù)與目的實(shí)訓(xùn)7靜態(tài)路由協(xié)議的配置實(shí)驗(yàn)任務(wù):完成和掌握路由器靜態(tài)路由協(xié)議的配置;通過設(shè)置靜態(tài)路由協(xié)議使不同網(wǎng)絡(luò)間互
19、通。實(shí)驗(yàn)?zāi)康模菏煜れo態(tài)路由協(xié)議的原理;掌握靜態(tài)路由協(xié)議的配置。二、原理(條件)相關(guān)知識(shí):路由器的基本工作原理;配置靜態(tài)路由的相關(guān)命令。實(shí)驗(yàn)條件:(1) cisco pt 軟件。三、內(nèi)容與步驟實(shí)驗(yàn)內(nèi)容:如圖7所示,實(shí)驗(yàn)需要兩臺(tái)路由器,兩臺(tái)PC,直連線二根,交叉線一根,通 過RIP協(xié)議的配置,例如完成網(wǎng)絡(luò)/8與/8之間的通信。具體 IP地址設(shè)定教師安排。R1R2192. 5. 11. 0/242/24pc R1R2192. 5. 11. 0/242/24pc2:192.pc3:193.5.5,5,11.10/2411. 5.5,5,11.10/2411. 10/2411. 10/24測(cè)試方法:配置
20、完成前后在A機(jī)上面執(zhí)行Ping命令,測(cè)試與B機(jī)的連通性。四、數(shù)據(jù)處理(現(xiàn)象分析)實(shí)驗(yàn)步驟步驟:三個(gè)網(wǎng)段 TOC o 1-5 h z 11.011.011.01 .設(shè)置pci的網(wǎng)貉地址pcl:0/24pc2:0/24pc3:0/24應(yīng)4 為 /16 為 設(shè)定路由器蜀口地址R1faJ0/l:191.5. 11. 1faJO/0:193.5. 11. 1R2faJO/0:193.5. 11.2faO/l:192.5. 11. 1查看R1.R2上的路由表設(shè)置X機(jī)的默認(rèn)網(wǎng)關(guān)pel: 191.5. 11. 1 (faJO/1)pc2:192.5. 11.1 (faJO/1)pc3:193.5. 11.1
21、(faJO/O)設(shè)置靜態(tài)路由ip route 192.5. 11.0 193.5. 11.2在E;1. R2上查看路由表ip:0/24ip:0/24PC-PTPC3ip:0/24ip:0/24PC-PTPC3PC-PTPC2路由器1Router#conf tRouter(config)#int fa0/0Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/1Router(config-if)#ip address Router(config-if)#no shutdownRout
22、er(config)#ip route fa0/0路由器2Router#conf tRouter(config)#int fa0/0Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/1Router(config-if)#ip address Router(config-if)#no shutdownRouter(config)#ip route fa0/03、實(shí)驗(yàn)結(jié)果截圖PC1 ping PC2結(jié)果如下:ip:0/24Physical Config DesktopSoftwar
23、e/Services 1戶與2950-24ip:0/24Physical Config DesktopSoftware/Services 1戶與2950-2426ai:i/0 S1申FaO/1ip: 193. 5. 1jCommand PromptReqiiEmt timed out- Request timed out-Reply from 192-5.11-10: bytes=32 time=187ms TTL=126Reply from 192.5-11.10: bytes=32 time=172ms TTL=126Ping statistics for 19Z_5_11.10:Pack
24、sta: Sent = 4, Received = 2, Loat = 2 (SO% losg), Jproximare round trip alines in milli-seconds:Minimum = 172ms, MaHimuiQ = 187ms, Average = 179msPCping 192-5_ll_10Pinging 192_5_11.10 with 32 bytes of data:Reply from 0: bytea=32 time=156ms TTL=126Reply from 0: bytea=32 time=172ms TTL=126Reply from 1
25、92 _5.byteg=32 time=188mg TTL=126Reply from 192_5.11-10: bytes=32 time=187ms TTL=126Ping statistics for 192_5.11.10:Packetsl Sent 4, Received 4, Lost; 0 (0% loss) r Approximate round trip timeg in milli-secondg:Minimum = IS6msr Maximum = 188ms, Average = 17SmsPC五、結(jié)論靜態(tài)路由的優(yōu)點(diǎn)是不需要啟動(dòng)動(dòng)態(tài)路由選擇協(xié)議進(jìn)程,因而減少了路由器的
26、運(yùn)行資源開銷,在小型互連網(wǎng)絡(luò)上很容易配置,可以控制路由選擇。通過對(duì)路由 器進(jìn)行靜態(tài)路由設(shè)置,實(shí)現(xiàn)不同網(wǎng)段之間的ping通。實(shí)訓(xùn)9無線網(wǎng)絡(luò)基礎(chǔ)實(shí)驗(yàn)一、任務(wù)與目的實(shí)驗(yàn)任務(wù):完成和掌握無線路由器的配置;通過設(shè)置無線路由使安裝無線網(wǎng)卡的計(jì)算機(jī)之間互通;掌握無線路由的安全配置。實(shí)驗(yàn)?zāi)康模菏煜o線網(wǎng)絡(luò)的工作原理;掌握無線路由器的配置。二、原理(條件)相關(guān)知識(shí):無線路由器的基本工作原理;配置無線路由的相關(guān)配置;實(shí)驗(yàn)條件:(1) p.模擬器。三、內(nèi)容與步驟實(shí)驗(yàn)內(nèi)容:如圖9所示,完成課上老師要求,并設(shè)置無線安全接入方法。步驟自己給出。Laptnp-PT LaptopOLaptopl%llllllllllllll
27、llllllllllllllllllllllllLaptop-PTLaptop2E、 Linksys-WRTSOONWireless RouterOWeb ServerOLaptnp-PT LaptopOLaptopl%llllllllllllllllllllllllllllllllllllllLaptop-PTLaptop2E、 Linksys-WRTSOONWireless RouterOWeb ServerO172.168. 0. 2/24172. 168. 0. 1/24PCO192. 168.0. 1Laptop-PTLaptopO192. 168.0. 1Laptop-PTLapt
28、opO圖9 RIP協(xié)議配置接線圖測(cè)試方法:測(cè)試服務(wù)器的連通性。四、數(shù)據(jù)處理(現(xiàn)象分析)1、實(shí)驗(yàn)步驟配置pc機(jī)的ip地址配置路由器的端口地址2、實(shí)驗(yàn)結(jié)果截圖PC-PTLinksys-WRT300NLaptop-PTPCOWirel&sRouterOLaptopl五、結(jié)論無線路由的配置:一臺(tái)計(jì)算機(jī)作為服務(wù)器,并對(duì)路由器進(jìn)行配置,設(shè)置無線路 由和訪問權(quán)限等操作,實(shí)現(xiàn)客戶機(jī)可以通過無線路由訪問服務(wù)器。實(shí)訓(xùn)11 OSPF路由協(xié)議的配置一、任務(wù)與目的實(shí)驗(yàn)任務(wù):完成和掌握路由器OSPF路由協(xié)議的配置;通過設(shè)置使OSPF路由協(xié)議不同網(wǎng)絡(luò)間互通。實(shí)驗(yàn)?zāi)康模菏煜SPF協(xié)議的原理;掌握OSPF協(xié)議的配置。二、原理
29、(條件)相關(guān)知識(shí):路由器的基本工作原理;配置OSPF的相關(guān)命令。實(shí)驗(yàn)條件:(1) cisco pt 軟件。三、內(nèi)容與步驟實(shí)驗(yàn)內(nèi)容:如圖12所示,實(shí)驗(yàn)需要兩臺(tái)路由器,兩臺(tái)PC,直連線二根,交叉線一根, 通過RIP協(xié)議的配置,例如完成網(wǎng)絡(luò)/8與/8之間的通信。具 體IP地址設(shè)定教師安排。圖12設(shè)置不同網(wǎng)段的網(wǎng)絡(luò)地址 設(shè)置圖12設(shè)置不同網(wǎng)段的網(wǎng)絡(luò)地址 設(shè)置pc機(jī)的ip地址 設(shè)置路由器的端口地址 設(shè)置pc機(jī)的默認(rèn)網(wǎng)關(guān) 利用ospf協(xié)議設(shè)置動(dòng)態(tài)路由1、實(shí)驗(yàn)步驟(1)(2)(3)(4)(5)2、實(shí)驗(yàn)代碼路由器1Router#conf tRouter(config)#int fa0/0Router(conf
30、ig-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/1Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#Router(config-if)#exitRouter(config-if)#exitRouter(config)#router ospf 100Router(config-router)#network 55 area 0Router(config-router)#network 55 area
31、 0路由器2Router#conf tRouter(config)#int fa0/0Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/1Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#exitRouter(config)#router ospf 100Router(config-router)#network 55 area 0Router(config-router)#n
32、etwork 55 area 03、實(shí)驗(yàn)結(jié)果截圖10.5. 11.020.5. 11.010.5. 11.020.5. 11.0五、結(jié)論OSPF是一個(gè)鏈路狀態(tài)路由選擇協(xié)議,采用SPF算法,在同一個(gè)區(qū)域內(nèi)的所有 路由器交換LSA,構(gòu)建LSDB,每臺(tái)路由器以本路由器為根,基于LSDB執(zhí)行SPF 算法,生成SPF樹,計(jì)算到每個(gè)目的地的最短路徑,產(chǎn)生路由表。實(shí)驗(yàn)12路由協(xié)議綜合試驗(yàn)一、任務(wù)與目的實(shí)驗(yàn)任務(wù):完成和掌握路由器配置方法;進(jìn)一步熟悉動(dòng)態(tài)路由協(xié)議的使用方法。實(shí)驗(yàn)?zāi)康模菏煜?dòng)態(tài)路由協(xié)議的配置原理;掌握動(dòng)態(tài)路由協(xié)議的使用。二、原理(條件)相關(guān)知識(shí):路由器的基本工作原理;配置路由協(xié)議的相關(guān)命令。實(shí)驗(yàn)條
33、件:(1) Cisc。路由器2621多臺(tái);Console線與直連線若干。三、內(nèi)容與步驟1.實(shí)驗(yàn)內(nèi)容:按圖13所示進(jìn)行連接,通過選擇RIP或OSPF動(dòng)態(tài)路由協(xié)議,完成網(wǎng)絡(luò)中計(jì) 算機(jī)PC1與PC2之間的通信。具體IP地址設(shè)定由教師指定。圖13路由綜合實(shí)驗(yàn)配置接線圖測(cè)試方法:圖中路由器配置完成后,使PC1 ping通PC2。在路由器R1的端口 fa0/0上執(zhí)行nshutdown命令后,觀察并記錄PC1 ping PC2的結(jié)果并分析結(jié)果。四、數(shù)據(jù)處理(現(xiàn)象分析)1、實(shí)驗(yàn)步驟設(shè)置不同網(wǎng)段的網(wǎng)絡(luò)地址設(shè)置pc機(jī)的ip地址設(shè)置路由器的端口地址設(shè)置pc機(jī)的默認(rèn)網(wǎng)關(guān)利用rip協(xié)議或ospf協(xié)議設(shè)置動(dòng)態(tài)路由在 R1
34、 到 R6 上 show ip route2、實(shí)驗(yàn)代碼(舉例Router 1)路由器端口地址(Interface FastEthernet 口)Router#conf tRouter(config)#int fa0/0Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/1Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#exitSerial 口:DTE端RouterenRoute
35、r#conf tRouter(config)#int s1/0Router(config-if)#enRouter(config-if)#encapsulation pppRouter(config-if)#ip address Router(config-if)#no shutdownDCE端Router#conf tRouter(config)#int s1/0Router(config-if)#en pppRouter(config-if)#ip address Router(config-if)#clock rate 2000000Router(config-if)#no shutdo
36、wn動(dòng)態(tài)路由協(xié)議:Rip協(xié)議R1(config)#router ripR1(config-router)#no auR1(config-router)#ver 2R1(config-router)#network R1(config-router)#network R1(config-router)#network R1(config-router)#exitR1(config)#exitOSPF協(xié)議Router(config)#router ospf 100Router(config-router)#network 55 area 0Router(config-router)#network
37、 55 area 0Router(config-router)#network 55 area 03、實(shí)驗(yàn)結(jié)果截圖(1)未執(zhí)行nshutdown命令(2)執(zhí)行nshutdown命令后將Routerl的fa0/0接口設(shè)置成down,則上面的路徑不通,路由路徑經(jīng)過下面的一條,結(jié)果如下圖:條,結(jié)果如下圖:r II *r II *,、3:, ,3KW*aww,.五、結(jié)論實(shí)現(xiàn)不同網(wǎng)段之間的互通,除了可以用靜態(tài)路由外,還可以使用動(dòng)態(tài)路由,動(dòng) 態(tài)路由中還可以使用RIP協(xié)議或OSPF協(xié)議。作業(yè)一一VALN vtp單臂路由修改實(shí)驗(yàn)12一、實(shí)驗(yàn)接線圖20二、實(shí)驗(yàn)過程實(shí)驗(yàn)步驟設(shè)置不同vlan的網(wǎng)絡(luò)地址設(shè)置pc機(jī)的i
38、p地址在交換機(jī)上劃分不同vlan指定端口到不同vlan設(shè)置交換機(jī)接口為串口接口配置路由器端口地址設(shè)置pc機(jī)的默認(rèn)網(wǎng)關(guān)實(shí)驗(yàn)代碼(1)配置交換機(jī)Multilayer Switch3Switch# vlan databaseSwitch(vlan)# vlan 2Switch(vlan)#vlan 3Switch(vlan)#exitSwitch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2Switch(config-if
39、)#int fa0/2Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 3Switch(config-if)#no shutdownSwitch(config-if)#exitSwitch(config)#int fa0/3Switch(config-if)#switchport mode access Switch(config-if)#switchport mode trunk Switch(config-if)#no shutdownMultilayer Switch1Swit
40、ch# vlan databaseSwitch(vlan)# vlan 2Switch(vlan)#vlan 3Switch(vlan)#exitSwitch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2 Switch(config-if)#int fa0/2Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan
41、 3Switch(config-if)#no shutdownSwitch(config-if)#exitSwitch(config)#int fa0/3Switch(config-if)#switchport mode accessSwitch(config-if)#switchport mode trunkSwitch(config-if)#no shutdownSwitch(config)#int fa0/5Switch(config-if)#switchport mode accessSwitch(config-if)#switchport mode trunkSwitch(confi
42、g-if)#switchport trunk encapsulation dot1qSwitch(config-if)#no shutdownMultilayer Switch4Switch# vlan databaseSwitch(vlan)# vlan 4Switch(vlan)#vlan 5Switch(vlan)#exitSwitch#conf tSwitch(config)#int fa0/1Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 4Switch(config-i
43、f)#int fa0/2Switch(config-if)#switchport mode accessSwitch(config-if)#switchport access vlan 5Switch(config-if)#no shutdownSwitch(config-if)#exitSwitch(config)#int fa0/3Switch(config-if)#switchport mode accessSwitch(config-if)#switchport mode trunkSwitch(config-if)#switchport trunk encapsulation dot
44、1qSwitch(config-if)#no shutdown(2)配置路由器(以Router 2為例)Router#conf tRouter(config)#int fa0/0.1Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/0.2Router(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#int fa0/1Router(config-if)#ip address Router(c
45、onfig-if)#no shutdownRouter(config)#int s1/0Router(config-if)#enRouter(config-if)#encapsulation pppRouter(config-if)#ip address Router(config-if)#no shutdownRouter(config-if)#exitRouter(config)#router ripRouter(config-router)#no auRouter(config-router)#ver 2Router(config-router)#network Router(confi
46、g-router)#network Router(config-router)#network Router(config-router)#network Router(config-router)#exitRouter(config)#exit 3、實(shí)驗(yàn)截圖(1)未執(zhí)行 nshutdown洋PCIPhysicalConfig Desktop Software/ServicesPCping PhysicalConfig Desktop Software/ServicesPCping 20Z_5_ll.ilPinging 202-5-11-11 with 32 bytes of datazCom
47、mand PromptPacket Tracer PC Command Line 1.0 POping 0Reqpj.est timed out.Reply from 202.S.11-11:Reply from 202.S.11-11:keply from 202_S.11-11:bytes=32bytes=32bytes=32time=lSmstime=140mst:ime=127msTTL=127TTL=127TTL=127Pinging 0 with 32 byteg of data:Requeai: timed out_ReplyReplyReplyfromfromfrom202_5
48、.11_10202_5.11_10202_5.11_10bytes=32bytes=32bytes=32time=156ms TTL=127time=171nis TTL=127tine=173nis7Ping atatiaticg for 202_S_ll_ll:PaekeCommand PromptPacket Tracer PC Command Line 1.0 POping 0Reqpj.est timed out.Reply from 202.S.11-11:Reply from 202.S.11-11:keply from 202_S.11-11:bytes=32bytes=32b
49、ytes=32time=lSmstime=140mst:ime=127msTTL=127TTL=127TTL=127Pinging 0 with 32 byteg of data:Requeai: timed out_ReplyReplyReplyfromfromfrom202_5.11_10202_5.11_10202_5.11_10bytes=32bytes=32bytes=32time=156ms TTL=127time=171nis TTL=127tine=173nis7Ping atatiaticg for 202_S_ll_ll:Paeketg: Sent = 4r Receive
50、d = 3, Lost = 1 (2S% logg), Jproximate round trip times in milli-seconds:Minimum = 127ms, Maximum = 156ms, Average = 141msPOping209-5-11.12Ping statistics for 0:Packecg: Sent = 4, Received = 3, Logt = 1 (25% loss), Approximate round trip times in mxlli-seconds:Minimum = IS Gms f Maximum = 173ms, Ave
51、rage = 166msPinging209-5-11.12 with 32 bytes of data:timed out.POping 1Pinging 1 with 32 bytes of data:RequestReply from 209-5 -11_12: bytes=32Reply from 209-S.11_12: bytes=32Reply from 209-S.11_12: bytes=32t; ime=l 8 8mstime=lE7mstime=203msTTL=12GTTL=12TTL=12ReplyReplyReplyReplyfromfromfromfrom1:1:
52、1:1:bytes=32bytes=32bytes=32bytes=32time=172ms TTL=128time=78ms TTL=128time=94ms TTL=128time=78ms TTL=128Ping statistics far 209-S.11.12:Paeketg: Sent = 4r Received = 3, Lost = 1 (2S% logg), Approximate round trip timeg in milli-gecondg:Minimum = 157ms, Maximum = 203ms, Average = 182msPOping 2Pingin
53、g 2 wich 32 byces of daca:Request; timed out.Reply from 2: bytes=32 time=188ms TTL=126Reply from 2: bytes=32 time=157ms TTL=126Reply from 209.S.11.12: bytes=32 time=203ms TTL=126Ping statistics for 2:Packets: Sent 4, Received 3, Lost 1 (25% loss)t Approximate round brxp times in milli-seconds:Minimu
54、m = 157ms, Maximum = 203ms, Average = 182msPOping 2Pinging 210_5.11.12 with 32 bytes of data:Request; timed out.Reply from 2: bytes=32 time=172ms TTL=126Reply fxom 210.S.11.12: bytes=32 time=172ms TTL=126Reply fxom 210.S.11.12: bytes=32 time=172ms TTL=126Ping s&aistica for 2:Packe-cs: Sent 4, Receiv
55、ed 3r Lost; 1 (25% loss), JjproximaCe round trip cimes in milli-seconds:Minimum = 172ms, Maximum = 172ms, Average = 172ms(2)執(zhí)行 nshutdown 后PCping 1Pinging 202.S.11.11 with 32 bytes of daba:Request timed ouc.Reply from 202.S.11.11Reply from 202.S.11.11Reply from 1byte3=32 bytes=32 bytes=32cime=156ms t
56、ime=157ni3 time=157msTTL=127TTL=127TTL=127Packet Tracer PC Command Line 1.0Packet Tracer PC Command Line 1.0PCping 0Pinging 0 with 32 byt;es of data:Ping snaciacica for 202.S.11.11:Packets z Sent 4, Received 3, Lost 1 (25% loaa), Jpr oximate round trip times in. mi Hiseconds:Minimum = IS Gms, Maximu
57、m = IS 7ms, Average = IS 6msRequest timed out.Reply from 202.S.11.10Reply from 0Reply from 202_S.ll.10bytes=32 time=172ms TTL=127 bytes=32 time=156ms TTL=127 bytes=32 tme=140ms TTL=127PCping 209-5.11.12Pinging 209.S.11.12 with 32 bytes of daca:Ping statistics fox 202 .S .11.10:Packers: Sent 4, Recei
58、ved 3, Lost 1 (2S% loss)t Approximate round trip times in milli-seconds:Minimum = 140ms, Maximum = 172ms, Average = 156msRequest timed out.Reply from 209.S.11.12Reply from 209.S.11.12Reply from 2bytes=32 time=231ms TTL=123 byte a=3 2 tiine=281m3 TTL=123 bytes=32 lime=234ms TTL=123PCping 1Pinging 1 w
59、ith 32 bytes of data:Ping snaciacica for 209.S.11.12:Packets z Sent 4, Received 3, Lost 1 (25% loaa), Jproximate round trip times in. milli-seconds:Minimum = 231ms, Maximum = 281ms, Average = 248msReply fromReply fromReply fromReply fzom1111bytes=32 time=105ms TTL=128 bytes=32 time=78ms TTL=128 bytes=32 cime=94ms TTL=128 bytes=32 time=62ms TTL=128Ping statistics for 1:Packers: Sent = 4, Received = 4, Lost; = 0 (0% loss) r Approximate round trip times in milli-seconds:Minimum = 62ms, Maximum =
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 土地開發(fā)補(bǔ)償協(xié)議格式
- 工程合同中的違約責(zé)任認(rèn)定
- 兼職銷售代表協(xié)議書
- 裝修翻新施工合同范本2024年
- 經(jīng)典民房出租協(xié)議樣本
- 房屋買賣轉(zhuǎn)讓中介合同樣本
- 2024年洗車店承包合同常用范本
- 淘寶店鋪轉(zhuǎn)讓合同范例
- 標(biāo)準(zhǔn)租賃土地合同模板
- 水泥運(yùn)輸合同格式
- 《習(xí)作:筆尖流出的故事》教案-2024-2025學(xué)年六年級(jí)上冊(cè)語文統(tǒng)編版
- 2024年華僑、港澳、臺(tái)聯(lián)考高考數(shù)學(xué)試卷含答案
- 2024統(tǒng)編版新教材道德與法治七年級(jí)全冊(cè)內(nèi)容解讀課件(深度)
- 五級(jí)應(yīng)急救援員職業(yè)鑒定考試題庫(含答案)
- 第7課 實(shí)踐出真知-【中職專用】2024年中職思想政治《哲學(xué)與人生》金牌課件(高教版2023·基礎(chǔ)模塊)
- 第十二屆廣東省安全知識(shí)競(jìng)賽暨粵港澳安全知識(shí)競(jìng)賽選拔賽考試題庫資料(含答案)
- 三年級(jí)數(shù)學(xué)上冊(cè)典型例題系列之第一單元:時(shí)間計(jì)算問題專項(xiàng)練習(xí)(原卷版+解析)
- 人教版數(shù)學(xué)五年級(jí)上冊(cè)5.1《用字母表示數(shù)》說課稿
- 大量收購青苗姜合同
- 個(gè)人醫(yī)保承諾書模板
- 2024年農(nóng)業(yè)農(nóng)村知識(shí)考試必背復(fù)習(xí)題庫(濃縮500題)
評(píng)論
0/150
提交評(píng)論