資源描述:
《實(shí)驗(yàn)九 vlan劃分與vlan trunk的配置》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、實(shí)驗(yàn)九VLAN劃分與VLANTRUNK的配置一、VLAN劃分實(shí)驗(yàn)實(shí)驗(yàn)?zāi)康模赫莆赵诮粨Q機(jī)上進(jìn)行VLAN劃分的基本方法實(shí)驗(yàn)步驟:1.設(shè)計(jì)拓?fù)鋱D,如下所示:PC和交換機(jī)之間用直通線相連2.對三臺PC機(jī)配置IP地址和子網(wǎng)掩碼3.劃分VLAN之前,三個(gè)PC機(jī)都能彼此ping通4.創(chuàng)建VLANSwitch>enableSwitch#configureterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#vlan10//創(chuàng)建vlan10Sw
2、itch(config-vlan)#nametest1//將vlan10命名為test1Switch(config-vlan)#exitSwitch(config)#vlan20Switch(config-vlan)#nametest2Switch(config-vlan)#endSwitch#showvlan//查看VLAN劃分情況VLANNameStatusPorts----------------------------------------------------------------------------
3、1defaultactiveFa0/1,Fa1/1,Fa2/1,Fa3/1Fa4/1,Fa5/110test1active20test2active1002fddi-defaultact/unsup1003token-ring-defaultact/unsup1004fddinet-defaultact/unsup1005trnet-defaultact/unsupSwitch#configureterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Swi
4、tch(config)#interfacefastEthernet0/1//進(jìn)入fastEthernet0/1的端口配置模式Switch(config-if)#switchportmodeaccess//將fastEthernet0/1端口設(shè)置為接入模式Switch(config-if)#switchportaccessvlan10//將fastEthernet0/1端口加入vlan10中Switch(config-if)#exitSwitch(config)#interfacefastEthernet1/1Switch
5、(config-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan20Switch(config-if)#endSwitch#configureterminalEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#interfacefastEthernet2/1Switch(config-if)#switchportmodeaccessSwitch(config-if)
6、#switchportaccessvlan10Switch(config-if)#endSwitch#showvlanVLANNameStatusPorts----------------------------------------------------------------------------1defaultactiveFa3/1,Fa4/1,Fa5/110test1activeFa0/1,Fa2/120test2activeFa1/11002fddi-defaultact/unsup1003token-r
7、ing-defaultact/unsup1004fddinet-defaultact/unsup1005trnet-defaultact/unsup5.實(shí)驗(yàn)調(diào)試:三個(gè)PC機(jī)互相ping一下,查看能否ping通。實(shí)驗(yàn)結(jié)果:_________________________________注意事項(xiàng):1.VLAN1屬于系統(tǒng)默認(rèn)的VLAN,不可以被刪除2.刪除某個(gè)VLAN,使用no命令。如:switch(config)#novlan103.刪除當(dāng)前某一VLAN時(shí),注意先將屬于該VLAN的端口加入其他VLAN,再刪除該VLAN,否
8、則此端口不屬于任何VLAN。二、Trunk配置實(shí)驗(yàn)實(shí)驗(yàn)?zāi)康模赫莆赵诮粨Q機(jī)中Trunk的配置實(shí)驗(yàn)拓?fù)鋱D:交換機(jī)和交換機(jī)之間用交叉線相連PC和交換機(jī)之間用直通線相連實(shí)驗(yàn)步驟:1.按照上面拓?fù)鋱D連接好之后,為PC配置正確的IP地址和子網(wǎng)掩碼(按照圖上標(biāo)示的配置)。2.檢測連通性,其中任一臺計(jì)算機(jī)與其他3臺計(jì)算機(jī)都能相互通信