版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、WOR格式交換路由綜合實驗1交換實驗1.1交換機(jī)的基本配置1.1.1 實驗?zāi)康膶W(xué)會交換機(jī)的基本配置,并了解如何查看交換機(jī)的系統(tǒng)和配置信息。1.1.2 實驗內(nèi)容使用交換機(jī)的命令行管理界面,學(xué)會交換機(jī)的全局配置、端口配置方法,察看交換機(jī)的系統(tǒng)和配置信息。1.1.3 技術(shù)原理交換機(jī)的管理方式基本分兩種:帶內(nèi)管理和帶外管理。通過交換機(jī)的Console 口管理交換機(jī)屬于帶外管理,不占用交換機(jī)的網(wǎng)絡(luò)端口,其特點(diǎn)是需要使用配置線纜,近距離配置。第一次配置必須利用Console端口進(jìn)行。配置交換機(jī)的設(shè)備名稱和配置交換機(jī)的描述信息必須在全局配置模式下執(zhí)行。Hostname配置交換機(jī)的設(shè)備名稱,Banner mo
2、td配置每日提示信息, Banner login配置交換機(jī)的登陸提示信息。察看交換機(jī)的系統(tǒng)和配置信息命令要在特權(quán)模式下進(jìn),Show #命令可以察看對應(yīng)的信息,如Show version可以察看交換機(jī)的版本信息,類似可以用Show mac-address-tableShow running-config等。1.1.4 實驗功能更改交換機(jī)的提示信息,配置交換機(jī)的端口1.1.5 實驗設(shè)備交換機(jī)(二層)一臺,交換機(jī)(二層)一臺1.1.6 實驗步驟s21a1#configure terminal!進(jìn)行F0/3的端口模式專業(yè)資料整理WOR格式s21a1(config-if)#speed 10 s21a1(
3、config-if)#duplex half s21a1(config-if)#no shutdown s21a1(config-if)#exit s21a1#show interface fastethernet 0/3 s21a1# show version!配置端口速率為10M配置端口為半雙工模式開啟該端口,使之轉(zhuǎn)發(fā)數(shù)據(jù)查看端口的狀態(tài)查看交換機(jī)的版本信息s35a1#configure terminal s35a1(config)# interface fastethernet 0/3 s35a1(config-if)#speed 10 s35a1(config-if)#duplex ha
4、lf s35a1(config-if)#no shutdown s35a1(config-if)#exit s35a1#show interface fastethernet 0/3s35a1# show version!進(jìn)行F0/3的端口模式!配置端口速率為 10M配置端口為半雙工模式開啟該端口,使之轉(zhuǎn)發(fā)數(shù)據(jù)查看端口的狀態(tài)查看交換機(jī)的版本信息1.2虛擬局域網(wǎng)VLAN1.2.1實驗?zāi)康膶W(xué)會配置VLAN,包括一個交換機(jī)下的和跨交換機(jī)的1.2.2 實驗內(nèi)容一個交換機(jī)下的VLAN( Port VLAN )的配置,跨交換機(jī)VLAN( Tag VLAN)的配置1.2.3 技術(shù)原理VLAN是指在一個物理網(wǎng)
5、端內(nèi),邏輯劃分成若干個虛擬局域網(wǎng)。VLAN最大的特點(diǎn)是不受物理位置的限制,可以進(jìn)行靈活的劃分。VLAN具備了一個物理網(wǎng)段所具備的特性。相同VLAN內(nèi)的主機(jī)可以相互直接訪問,不同VLAN之間的主機(jī)必須經(jīng)過路由設(shè)備,廣播數(shù)據(jù)包只能在本 VLAN內(nèi)傳播,不能傳輸?shù)狡渌?VLAN中。PortVLAN是實現(xiàn) VLAN的方法之一,Port VLAN 是利用交換機(jī)的端口進(jìn)行VLA N的劃分,一個端口只能屬于一個VLANTag VLAN是基于交換機(jī)端口的另外一種類型,主要用于實現(xiàn)跨交換機(jī)的相同VLA N內(nèi)主機(jī)可以直接訪問,同時對不同VLAN的主機(jī)進(jìn)行隔離,Tag VLAN遵循IEEE802.1q協(xié)議的標(biāo)準(zhǔn),在
6、利用配置了Tag VLAN的接口進(jìn)行數(shù)據(jù)傳輸時,需要在數(shù)據(jù)幀內(nèi)添加4個字節(jié)的802.1q 標(biāo)簽信息,以標(biāo)示該數(shù)據(jù)幀屬于哪個VLAN專業(yè)資料整理WOR格式124實驗功能分別通過Port VLAN 、Tag VLAN實現(xiàn)交換端口隔離125 實驗設(shè)備交換機(jī)(二層)一臺,交換機(jī)(三層)一臺,PC機(jī)3臺,直連線4條126實驗步驟s21a1# configure terminals21a1(config)# vlan 10s21a1(config-vlan)# name vlan10s21a1(config-vlan)# exits21a1(config)# interface fastethernetO
7、/14s21a1(config-if)# switchport access vlan 50s21a1(config-if)#exits21a1(config)# vlan 60s21a1(config-vlan)# name vlan60s21a1(config-vlan)# exits21a1(config)# interface fastethernetO/16s21a1(config-if)# switchport access vlan 60s21a1(config-if)# exits21a1# show vlans35a1# configure terminals35a1(con
8、fig)# vlan 10s35a1(config-vlan)# name vlan10s35a1(config-vlan)# exits35a1(config)# interface fastethernet0/10s35a1(config-if)# switchport access vlan 50s35a1(config-if)#exits35a1(config)# vlan 10s35a1(config-vlan)# name vlan10s35a1(config-vlan)# exits35a1(config)# interface fastethernet0/18s35a1(con
9、fig-if)# switchport access vlan 10s35a1(config-if)# exit!創(chuàng) vlan 50建!0/14 端口分配到 vlan 50將!創(chuàng) vlan 60建!0/16端口分配到vlan60將!查看vlan信息!創(chuàng) vlan 50建!0/10端口分配到 vlan 50將!創(chuàng) vlan 10建!0/18端口分配到vlan10將s35a1# show vlan專業(yè)資料整理WOR格式!查看vlan信息專業(yè)資料整理WOR格式!將0/24端口設(shè)置為!tag vlan 模式s21a1(config)# interface fastethernet0/24 s21a1(
10、config-if)# switchport modetrunk s21a1(config-if)# exits21a1(config)#show interfaces fastethernet 0/24 switchport!查看0/24端口信息s35a1(config)# interface fastethernet!將0/24端口設(shè)置為0/24 s35a1(config-if)# switchport mode!tag vlan 模式trunks35a1(config-if)# exits35a1(config)#show interfaces fastethernet 0/24 swi
11、tchport!查看0/24端口信息out bandout bandfromoutbndfoutbandoutStatusPartsdefaultactiveuactive actiueFaW/3FaW/6Fa0/9Fa0/13 PaW/lS ""21Fa0/24Fa0/1 »Fa0/2FaB/4Faft/7 ,Fa0/8Fa0/llJ.Fae/12FaW/15,F«0Z!7Fa0/19,Fa0z20Fa0/22rFti0/23Fa0/10.Fae/L4 Fa0/1612:37:09 PS-CONFIG:Conf igured fron fastetbe
12、rnet0/1612:37:29 BS-CONFIG:Conf igured fron vlan 2012 :3?: 41 PS-I :ONFI G :Conf igured2 7玄1實驗結(jié)2(.7 1 -0 實一2 結(jié)SlaKconf ig)ti interface2011-01-20s21al<configif Jflsuitchport access 2011-01-20&21al<conf ig-if )4texit201t-01-20 12:3?: 43 K-CONFIG-Con£ Igured s21al<canfIgJttexit2911-01
13、-20 12:37:51 6S-C0NFG:Confisured s21alH£K>u wlAn專業(yè)資料整理WOR格 式out handromfromout handouLhAndf romConf iguelIout)iandf romFa0/24EnabledfrunkDisabledPS-CONF.' G:Con£ igured(?5-CONFIG:Conf inured12:43 interf Suitchport42:58fffswitchpart node trunk43:08Enter conf igurat ion s21al<confi
14、g)#intet*face Fastetliei*ne10/2405-CONFIG:Configured2011-01-20 s21al tts;how InterraceP5-CONFIGf«stetherflet0/24 Ewitchport ModeAccess Natiue ProtectedkZlaltten 14| ;21alttconf igure terminalconirKands> on& per line. End with CN1 h/Z2011-01-20 12 -e21 al <conf ig- 201101-20 12 21al<
15、;config-if >#exit 2811-01-20 12M3:1B s21al<canf ig)ttexit12Hr£ >'Hinou(band1201M -11-30f romouthandf pomout handULfiNNamePorts10riCt iuev Lan 30 2B f FDfHFB/1Fa 0/5Fa0/9Fa0/14Fa0/i?Fsi0/23AglFa0/10. Fci0/23 F0/24 flglFa0Z aFaB/a3,Fa0/24255.0 outhandF0/4Fa0z8 FaBzi3Fa0/17F0/21,Fa0/2
16、208:07: B8 P5-C0NPIG: Conf iLtfed vlanFa0z2 ,Fa0/3 Fa0/G .Fa”? Fa0/11,F0/12 Fa0/15,F<H0/16 Fa0/20Fa0/24address 10.10.14,1 255 P5-C0NFIG:Configured shutdownK-COHFIG3 Conf iguredsSSAKconf ig201011-30Cconf ig2010-11-30s35al<config-if>#exit07:06 eS-CONFIG:ConfiguredCconf 19(>Sexit2B10-11-30s
17、3SalttslHiwif >itlp 08:06: 57if >ffno 08:07:B3專業(yè)資料整理WOR格式outhandf FORoutbandmarkerf FORoutbandF romu uthandf FO Routbandouthandf POAuuthdftdnuthandF <10/24EnabledTrunindisabledAlls35al#et heitnetB/24ULAN lists2010-11-30s35al<conf ig2810-11-30 3SalCcoiifi9>ttintInvalid Input detected a
18、t06:eeIf >#exit06 :MB6 : Ml: 44 intepFaces SwitchportIS K-CONFIG: Conf isured ep-f ace08 P5-CONFIG:Configureds35alCcauf2010-11-38 s35ftl<conf 2B10-X1-30s35al Cconf ig>#int erf ace Fas tet heme tB/Zl 201011-38 s35alCconfig 2010-11-30 ®35al< 2010-11-38 s35al<canf ig>#exit 2010-1
19、1-30 s35alttshow interfaceig >1#int erf 06:00iff- if >*eM 06:01: B606:01:21 eS-COHFTG:Configured if>ffswitcipot node trunkB£:01:36 P5-COMF1G;Confi9urad conf iffif >#exit0£ : Bl : 38 05-CONFIG : ConF ignitedP5-CONFIG:Configured fastethernet ft/24 MadeAccessac& F ast e the rn
20、e L0/2043 eS-COHFIG:Configured itPS-CONFIG:ConFiyuedF roR suitcbport Nat ive Protected x|1.3交換網(wǎng)絡(luò)中的冗余鏈路RSTP的配置及原理1.3.1 實驗?zāi)康睦斫舛丝诰酆系呐渲眉霸?,理解快速生成樹協(xié)議132 實驗內(nèi)容端口聚合提供冗余備份鏈路,配置快速生成樹協(xié)議RSTP133技術(shù)原理端口聚合是指兩臺交換機(jī)之間在物理上將多個端口連接起來, 將多條鏈路聚合成一條邏輯鏈路。從而增 大鏈路帶寬,解決交換網(wǎng)絡(luò)中因帶寬引起的網(wǎng)絡(luò)瓶頸問題。端口聚合遵循 IEEE802.3ad標(biāo)準(zhǔn)。生成樹協(xié)議, 作用是在交換網(wǎng)絡(luò)中提供冗余備
21、份鏈路, 并且解決交換網(wǎng)中的環(huán)路問題。1.3.4實驗功能增加交換機(jī)之間的傳輸帶寬,并實現(xiàn)鏈路冗余備份,并且避免環(huán)路的產(chǎn)生,避免廣播風(fēng)暴等(兩臺交換機(jī)間用2條以上的線連接,則需要將多端口進(jìn)行聚合)。專業(yè)資料整理WOR格式135 實驗設(shè)備交換機(jī)(二層)一臺,交換機(jī)(三層)一臺136實驗步驟s21a1(config)# interface aggregateport 1!創(chuàng)建聚合端口 AG1s21a1(config-if)# switchport mode trunks21a1(config-if)# exit!配置模式為trunks21a1(config)# interface range fas
22、tethernet 0/23-24!進(jìn)入接口 0/23 和0/24s21a1(config-if-range)#port-group 1 s21a1# show!配置兩個接口屬于 AG1aggregateport 1 summary!查看聚合端口組 1的信息s35a1(config)# interface aggregateport 1!創(chuàng)建聚合端口 AG1s35a1(config-if)# switchport mode trunks35a1(config-if)# exit!配置模式為trunks35a1(config)# interface range fastethernet 0/23
23、-24!進(jìn)入接口 0/23 和0/24s35a1(config-if-range)#port-group 1!配置兩個接口屬于 AG1s35a1# show aggregateport 1 summary!查看聚合端口組 1的信息137 實驗結(jié)果-I Telnet 192 160 0. 1gj xj2011-01-20 12:44:31 PS-COMF1G:Configured from nuthand s2tal<config-if>#exit201 iL-Wl-20 12:44: 33 05-CONFIG: Conf igured f rom outhand s21al Cco
24、nf ig >#inteFf ace range f aste the*net0/23*244y. Invalid input det&ct&d Atmarkerc21 al <conferf ace ransfe f ast e therne t 0/23-24201101-20 12:45x36 K-CONFIG:Configui*ed from 21ai Cconf 士g- iFrange > tIpGF'tgtrotip 1011-01-26 12:45:53 P5-C0NPIG:Configiwed from 2ial<conf ig-
25、if-range >#exit2011-81-20 12:45:5? eS-CONPIG:Configured from 21al <conf igr>ttexit2011-01-20 12:46:0195-CONF1G:Configured froms21altts htH-i aygpregareport 1 sumnaryouthand outband outhand oiitbandflePortMMaxPtiftESuite hPor*tHudePorts-A»i8Eh abled:runhFa0/23 F Fa0/24Z Invalid input de
26、tected at fA| marker« s21alttshow ayregateport I sumneirys21al#專業(yè)資料整理WOR格式out bcindromouthandronoutbandro nguredouts*onoutband1*0 moutbandModefiql8Enabledfrom0/23outband2405-COMF1G:ConfiguredTelnet 192. 1G»group 1ConfP5-C0NFIG;Configured fron sunnary tchPartIs35al <conf2010-11-30 s35a&l
27、t;conFig>tte 201011 38;s35alttshowe PoptEnter con fe35al<con2010-11-38 s35aJ <conf ig 2010-11-30 06 onf ipace43 eS-CONFIG:Conf$35dl<con f int2010-11-30 06 s35al<confiff-12010-11-30 06=12=245-COMF1 Ggif rdngre >tlexit06=12=28 xit06:12:32SfSrt'cgteportMaxPorts SPortsTrunk Fa0/23,
28、 Fa0z24s3Sal201011-30 06:11:525CONFIG:Configureds35al<conf19>ttinterace range fastetherneterf ace r-ange f t e t hernet 0/2324 :12:12 P5-CONFIG:Conf igured if-range >#port:12:24lid input detected at J markercopimands, one per line - End wit h CH: L/Z atjgre gat e po r t 1 ffUF&d trunkCO
29、MF1G:ConfiauredfigurationF ig >#interf 06if >Uswitchport node :U:51 P52 路由實驗2.1路由器的基本配置2.1.1 實驗?zāi)康恼莆章酚善髅钚懈鞣N操作模式的區(qū)別及相互轉(zhuǎn)換。掌握路由器的全局、端口的基本配置,學(xué)會察看路由器的系統(tǒng)和配置信息。2.1.2 實驗內(nèi)容使用路由器命令行界面,路由器的全局、端口配置,察看路由器的系統(tǒng)和配置信息。2.1.3 技術(shù)原理類似交換機(jī),路由器的管理方式也分為帶內(nèi)和帶外管理。一般路由器 Fastethernet接口默認(rèn)為傳輸速率,雙工模式自適應(yīng),默認(rèn)情況下路由器端口均關(guān)閉。路由器提供廣域網(wǎng)接
30、口(serial高速同步接口)使用V.35線纜連接,連接廣域網(wǎng)專業(yè)資料整理WOR格式時一端為DCE (數(shù)據(jù)通訊設(shè)備),一端為 DTE (數(shù)據(jù)終端設(shè)備)。要求DCE端配置時鐘頻率才能保證鏈路連通。察看路由器的系統(tǒng)和配置信息命令要在特權(quán)模式下進(jìn),Show#命令可以察看對應(yīng)的信息,女口Show version可以察看交換機(jī)的版本信息,類似可以用Show ip routerunning-config等。Show2.1.4 實驗功能更改路由器的提示信息,配置路由器的端口。2.1.5 實驗設(shè)備路由器兩臺,V.35線纜一條,主機(jī)一臺,直連線一條2.1.6 實驗步驟r26a1# configure termi
31、nalr26a1(config)# interface serial 1/2 r26a1(config-if)#ip address 10.10.12.2 255.255.255.0 r26a1(config-if)# clock rate 64000r26a1(config-if)# bandwidth 512r26a1(config-if)# no shutdownr26a1# show interface serial 1/2!進(jìn)入s1/2 的端口模式!配置端口的ip 地址 !DCE端口配置時鐘頻率!配置端口的帶寬速率為!開啟該端口,使之轉(zhuǎn)發(fā)數(shù)據(jù)512KBr26a1# show ip i
32、nterface serial 1/2!查看配置結(jié)果,注意查看IP、接口帶寬、DCE標(biāo)志r26a2# configure terminalr26a2(config)# interface serial 1/2 r26a2(config-if)#ip address 10.10.12.1 255.255.255.0 r26a2(config-if)#bandwidth 512 r26a2(config-if)# no shutdown進(jìn)入s1/2 的端口模式配置端口的ip 地址 配置端口的帶寬速率為 開啟該端口,使之轉(zhuǎn)發(fā)數(shù)據(jù)512KBr26a2# show interface serial 1/
33、2r26a2# show ip interface serial 1/2!查看配置結(jié)果,注意查看IP、接口帶寬、DCE標(biāo)志專業(yè)資料整理WOR格式2.1.7實驗結(jié)果0(conf:UPPOINIOPOINI<primai'y> iate is: OFF aiMca'st is * ONconf ig>ttshow 1/2 is UP .Hardware is ?Q2 SCC Interface address isMTU 1500 bytes, BUKncapsulat ion pro七oecjI isKeepaliue interual is 10 sec Ca
34、rrier delay is 2 secReload is 1 Txlaad is 1Queueing strategy WFQ5 minutes input rate 17 bits/sec05 minutes output rate 17 bits/sec, 201 packets inputs 4422 hj/tes, 0Received 201 broadcastsr 0 runts, 19 input errors, 0 CRC> 11 frame>201 packets output, 4422 bytes, 0 collisions. 1?0 output error
35、sF 0 coliision令. 1? interface resets 25 carrier trans.ltionsU35 i(TE cable-DCD=up DSR=up DTH-up RTS=up CTS»up ik26alCcon£ip interface serial 1/2 serial 1/2IP interfaceIP interfaceIP inteiafaceIP address iIP address nForward dire rCMP mask r& Send ICtIF re Send CM!' un DHCP ph lay i
36、 Past switch Doute horizo Help address Pt'oxy ARP is Outgo ing ace Inbound Acce1*261 Cconf ig-if >ttip address 10,18,10.1 255.255 -255 r*26al (confbandwidth 512r26alCconfig-if>ttno shutdown r26al<config-if >#exitCconf i<r>ttsliow int erf ace serial 1/2line protocol is UP HDLC C
37、OHTROLLER serial10.10,10.1/24512 KbitHDLC, louphck not set setinput errors0 packets output output e3*1*01*5,. 0 carrier transitionsU35 DTE cableDCDup DSR=up DTR=up RTS-up CTS-up r26al(conf igjtlpackets/sec0 packets/sec no buffer0 giants0 ouerjrun, 8 abort underrunsinterface resets2d專業(yè)資料整理WOR格式19?.1S
38、8r26a2 Cconf igif >ttclock rate 64000 r26a2<config-if>#banduidth 512 r26a2Cconf19if?ftno shutdown r26a2<config-if>#exit i*2fia2Cconfinterface seria.1 1/2 serial 1/2 is UP * 1 ine Hardware is PQ2 SCC HDLCI nterf ace address is 1H MTU 15BB bytes, BU 512 Encapsulat ion pro七oco1 Keepaliue
39、protocol is UPCONTROLLER serialIB.10.2x24Kbitis HDLC loopback not setintet*val is 10 sec . setCarrier1 dela is 2 sec RKluad is 1 Txload is 1 Queueing strategy: WF<)5 minutesinput rate 17 bits/5ec« 0 packets/sec5 minutes out put rate 17 bits/sec, 0 packets/sec 193 packets input4246 hites, 0 n
40、o buffer Receiued 1 93 broadcasts. 0 runts, 0 giants 01 input errors,0 abort0 CHC> 0 franc# 0 overrun> t*runsB collisions, 8 int;erfai:e 嚴(yán)椿占合 it ions193 packets output, 424fc bytesr 0 unde 0 output21 cftri*ier U35 DCE cable DCD-up DSR=up DTRup HTS-up CTS=up i*26a2<conf ig>#errors, t rans
41、2.2三層交換機(jī)的基本配置2.2.1實驗?zāi)康呐渲瞄_啟三層交換機(jī)的三層功能,實現(xiàn)路由作用,通過三層交換機(jī)實現(xiàn)VLAN間相互通信2.2.2 實驗內(nèi)容三層交換機(jī)端口配置,利用三層交換機(jī)實現(xiàn)不同VLA N間通信2.2.3技術(shù)原理三層交換機(jī)是在二層的基礎(chǔ)上實現(xiàn)了三層的路由功能,三層交換機(jī)基于“一次路由, 多次交換”的特性,在局域網(wǎng)環(huán)境中轉(zhuǎn)發(fā)性能遠(yuǎn)遠(yuǎn)高于路由器。而且三層交換機(jī)同時具備二層的 功能,能夠和二層的交換機(jī)進(jìn)行很好的數(shù)據(jù)轉(zhuǎn)發(fā)。三層交換機(jī)的以太網(wǎng)接口要比一般的路由 器多很多,更加適合多個局域網(wǎng)段之間的互聯(lián)。在交換網(wǎng)絡(luò)中,通過VLAN對一個物理網(wǎng)絡(luò)進(jìn)行了邏輯劃分,不同的VLAN之間是無法直接訪問的,必
42、須通過三層的路由設(shè)備進(jìn)行連接。一般利用路由器或者三層交換機(jī)來實現(xiàn)不同VLAN專業(yè)資料整理WOR格式間的訪問。三層交換機(jī)和路由器具備網(wǎng)絡(luò)層功能,能夠根據(jù)數(shù)據(jù)的 轉(zhuǎn)發(fā),從而實現(xiàn)不同網(wǎng)段之間的訪問。IP包頭信息,進(jìn)行選路和224實驗功能開啟三層交換機(jī)物理端口的路由功能,使同一 的計算機(jī)也能實現(xiàn)相互通信。2.2.5 實驗設(shè)備三層交換機(jī)一臺,二層交換機(jī)一臺,直連線2.2.6 實驗步驟s21a1# configure terminals21a1(config)# vlan 10s21a1(config-vlan)# name vlan10s21a1(config-vlan)# exits21a1(conf
43、ig)# interface fastethernetO/14s21a1(config-if)# switchport access vlan 50s21a1(config-if)#exits21a1(config)# vlan 60s21a1(config-vlan)# name vlan60s21a1(config-vlan)# exits21a1(config)# interface fastethernetO/16s21a1(config-if)# switchport access vlan 60s21a1(config-if)# exits21a1# show vlanVLAN里的
44、計算機(jī)系統(tǒng)能夠跨交換機(jī)訪問,不同VLAN里3條,PC三臺!創(chuàng) vlan 50建!0/14端口分配到 vlan 50將!創(chuàng) vlan 60建!0/16端口分配到vlan60將!查看vlan信息s35a1# configure terminals35a1(config)# vlan 10s35a1(config-vlan)# name vlan10s35a1(config-vlan)# exits35a1(config)# interface fastethernet0/10s35a1(config-if)# switchport access vlan 50s35a1(config-if)#ex
45、its35a1(config)# vlan 10s35a1(config-vlan)# name vlan10s35a1(config-vlan)# exit!創(chuàng) vlan 50建!0/10端口分配到 vlan 50將!創(chuàng) vlan 10建專業(yè)資料整理WOR格式s35a1(config)# interface fastethernetO/18!0/18端口分配到將vlan10專業(yè)資料整理HIES 曙3* 8P器工3 寸 Exgled * Eg、®吧工 *®Kg 時 H D-tz 國匍 d 耐ufin«H ' ST/04融歹詁、國4L CTXB冊:IA 找
46、T、slTi;lTT、s4H 6、04d4、國昭乩 9、s4d s、0ed Txs冊 d- 陽 d WM< T、0fld=-!-«40幅2n-H4u«SUMGn4«4sNtH二 mH JI IiiIIIIIIIIlii t E、0; 亠*Ih.IIIiIIIi s 旳 i dJLl町p G 蟻 q p n oI « w I 右I Q 屯|iiI tHI4L、 I s p :dI> 目StatusI I Iu n I -HP U I 旳|11111111111111EI K eI tHCM4J f*) E i± » ti A
47、 CM 4J 02u啊總Q f A y0v Q tt H T tHW T irt CM ® W wt?iiitI I V I £ 希I Z lZ I u J n11111t rH :j* u r p111-PG弟 qh 二cg為 j PWM 昌左 fcMzoo 営SIU vE0ft4£ ??!c'srfid vwxffli * nNxstife * EZ/WM F'sFrr 0弋0 f 6THu xE、0<H ' SE、s<pk E1H、國<ed' *THT/0<d 6、國昭dqQCX0用Hu弋0唱亠血、sue
48、>W>1ipureqamP=VUI hnDPUMJQASOEAGWGGZGGE upKT 當(dāng)當(dāng)PP曲PQ 右一一日缶 uoo:oIU4NOO S3 unQpml# 塩H心宅CJO: JH空呂|國cIGIn rexGuT酪 sms pfn5+ueo百一也xoos書:B曹 mg"TX2MAGT 血匕 £7 H 耳 SE®亠UDO:E dhIOYSa 9國:雋 TrigT-iB沁TFXH1KMI6T Juoq二芾 SE 衛(wèi) s"s"®s sslss utK JTE 3mres: ES 茁冒雲(yún) QTTTsT0EIQ.mHIW6T
49、乍月iMlfmW J?0;«ln宮上 pn¥uu:oEz03s® Txetteccrdnlm*41X 2 HTI 血 T 4 u 0Q利醋IEW 環(huán)&聲粵黑T0匕剛駁 國«匸巾1二 sloeu-旬 4 黏 Ddxck-HHW3±訶 BT3UCUVTH聞訶駅« J puaTlar+UDultuIdNOulsCJ6代“卜竹:代1-|0"|初0右訓(xùn)sd 9 名x04vu£ttx4A345硝*CU時樂&24U-Httb3*l-IJUOU???*«/SasUCU7 右時 KMSllx J.9. q<su LWue>Molls 芒 egcos4X #016 匸 u8)LegcosWOR格式2.3路由協(xié)議2.3.1 實驗?zāi)康恼莆胀ㄟ^靜態(tài)路由方式實現(xiàn)網(wǎng)絡(luò)的連通,掌握在路由器上配置RIP V2。2.3.2 實驗內(nèi)容靜態(tài)路由,RIP路由協(xié)議。2.3.3 技術(shù)原理路由器屬于網(wǎng)絡(luò)層設(shè)備,能夠根據(jù)IP包頭的信息,選擇一條最佳路徑,將數(shù)據(jù)包轉(zhuǎn)發(fā)出去,實現(xiàn)不同網(wǎng)段主機(jī)之間相互通信。路由器是根據(jù)路由表進(jìn)行選路和轉(zhuǎn)發(fā)的,路有表由一條條的路由信息組成,路由表的產(chǎn)生方式一般有3種,直連路由,靜態(tài)路由和動態(tài)路由。RIP是應(yīng)用較早,使用較普遍的內(nèi)部網(wǎng)關(guān)協(xié)議,適用于小型同類網(wǎng)絡(luò),是典型的距離
溫馨提示
- 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)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年度杭州汽車租賃合同標(biāo)的車輛的保險條款3篇
- 二零二五年度養(yǎng)老服務(wù)機(jī)構(gòu)管理人員聘用合同3篇
- 2025年度農(nóng)村合作社成員退股買賣合同3篇
- 二零二五年度農(nóng)民工勞務(wù)合同協(xié)議專業(yè)版(房地產(chǎn)開發(fā))
- 2025年度公租房租賃服務(wù)與管理平臺建設(shè)合同3篇
- 二零二五年度礦山開采清工承包合同3篇
- 2024年中國電液同步數(shù)控數(shù)顯折彎機(jī)市場調(diào)查研究報告
- 二零二五年度餐飲行業(yè)兼職服務(wù)員合同模板3篇
- 2025年度數(shù)字藝術(shù)作品創(chuàng)作簽約合同3篇
- 二零二五年度門衛(wèi)免責(zé)責(zé)任與智慧社區(qū)合同3篇
- 幸福創(chuàng)業(yè)智慧樹知到期末考試答案章節(jié)答案2024年山東大學(xué)
- 福建省三明市各縣區(qū)鄉(xiāng)鎮(zhèn)行政村村莊村名明細(xì)及行政區(qū)劃代碼
- 2023年度虹口區(qū)第一學(xué)期期末六年級數(shù)學(xué)
- 《智慧農(nóng)業(yè)》的ppt完整版
- 水稻高產(chǎn)高效栽培管理新技術(shù)課件
- 2022年湖南省長沙市中考數(shù)學(xué)試題及答案解析
- 水環(huán)境保護(hù)課程設(shè)計報告
- (高清版)建筑裝飾裝修職業(yè)技能標(biāo)準(zhǔn)JGJ_T 315-2016
- 天然氣水合物科普PPT
- 施工項目標(biāo)前策劃管理辦法
- LNG安全技術(shù)說明書
評論
0/150
提交評論