资源描述:
《不同vlan之间数据通信实验》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、不同VLAN之间数据通信实验班级学号:姓名:评分:【背景描述】某高校同一办公楼有两个只能部门教务处和科技处,其中教务处的员工在不同楼层分散办公,他们之间要进行互相通信,一般情况下为了数据安全起见,教务处和科技处通过VLAN实现业务隔离;有与某项工作需要,现在教务处和科技处两部门员工又要相互通信,请为网络设备做适当配置实现上述0标。【实验设备】S2126交换机1台、S3550三层交换机1台、R1762路由器1台、PC机2台、直连线、交叉线若干【实验拓扑】PCOPC1图8.1二层交换机+路由器拓扑图【实验步骤】一,通过二层交挽机+路由器实现不同VLAN之间的通信1,在交换机上创建vlan
2、lO,vlan20,并分别将端口faO/1,faO/2划分到vlanlO,vlan20屮Swit.ch#conft.Enterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#vlan10Switch(config-vlan)#namekejichuSwitch(config—vlan)#vlan20Switch(config-vlan)#namejiaowuchuSwitch(config-vlan)#exitSwitch(config)#int.faO/1Switch(config-if)#switchpo
3、rt.accessvlan10Switch(config-if)#int.faO/2Switch(config-if)#switchportaccessvlan20图8.2创建VLAN10、VLAN202,在交换机faO/24上配置trunkSwitch(config)#intfaO/24Switch(config—if)modetrunk:图8.3设賈端口为trunk3,配賈路由器子端口Router(config)#intfaO/O.1%LINK-5-CHANGED:InterfaceFastEthernetO/O.lzchangedstatetoupLINEPROTO-5-UPD
4、OWN:LineprotocolonInterfaceFastEthernetO/O.1,changedstatetoupRouter(config-subif)#encaRouter(config-sutoif)^encapsulateiondot1Router(config-sutoif)^encapsulationdotRouter(config-subif)^encapsulationdotIQ10Router(config-sutoif)#ipaddr192.168.10.1255.255.255.0Router(config-subif)#intfa0/0.2%LINK-
5、5-CHANGED:InterfaceFastEthernetO/O.2,changedstatetoupLINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernetO/O.2,changedstatetoupRouter(config-subif)#encRouter(config-sutoif)^encapsulationdotRouter(config-subif)^encapsulationdotIQ20Router(config-sutoif)#ipaddr192.168.20.1255.255.255.0图8.4配置路由字端
6、口3,激活路由选择协议Router#showiprouteCodes:C-connected^S-static^I-IGRPZR-RIP,H-mobile,B-BGPD-EIGRP,EX-EIGRPexternal,O-OSPF,IA-OSPFinterareaN1一OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2El-OSPFexternaltype1,E2-OSPFexternaltype2,E-EGPi一IS-IS,LI—IS-IS丄evel-1,L2—IS—ISlevel-2,ia—IS—ISinterarea*一candidate
7、default,U—per-userstaticroute,o—ODRP-periodicdownloadedstaticrouteGatewayoflastresortisnotsetC192.168.10.0/24isdirectlyconnected,FastEthernetO/O.1C192.168.20.0/24isdirectlyconnected,FastEthernetO/O.2图8.5查看路由信息4,保存路由器配置Routex:#copy