版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
2【实训背景】
三层交换机VLAN通信配置
【实训设备】S21262,S37601、直连线〔4、PC(2【实训拓扑】企业有两个主要部门,技术部和销售部,分别在不同的办公室,为了安全和便于治理对需要销售部和技术部的主机能够相互访问,获得相应的资源,两个部门的交换机通过一台三层交换机进展了连接。【实训目的】把握三层交换机根本配置方法、把握三层交换机VLAN路由的配置方法【技术原理】在交换网络中,通过VLAN对一个物理网络进展了规律划分,不同的VLAN之间是无法直接VLAN间的相互访问。三层交换机和路由器具备网络层的功能,能够依据数据的IP行选路和转发,从而实现不同网段之间的访问。
【主要命令】
SwitchCF0/24SwitchCF0/243760 F0/23F0/24S2126AF0/1F0/23S2126BF0/1NICNICIPIP三层交换机实现VLAN互访的原理是,利用三层交换机的路由功能,通过识别数据包的IP地址,查找路由表进展选路转发。三层交换机利用直连路由可以实现不同VLANSVIVLANIP【实训内容】1、依据拓扑进展网络连接2VLANTrunk3、配置三层交换机的路由功能4、测试【实现功能】VLANVLAN统也能进展相互通信。
switchportmodetrunk、switchportaccessvlan id【实训步骤】1、在交换机(S2126A)SwitchA上创立Vlan10,并将0/1Vlan10中。Switch#Switch#configureterminal!进入全局配置模式。Switch(config)#hostname SwitchASwitchA(config)#vlan10!创立Vlan10。SwitchA(config-vlan)#exitSwitchA(config)#interfacefastethernet0/1!进入接口配置模式。SwitchA(config-if)#switchportaccessvlan10!将0/1Vlan10。SwitchA(config-if)#end验证测试:验证已创立了Vlan100/1端口已划分到Vlan10中。SwitchA#showvlanid10VLANName Status Ports----------------------------------------------------------------------------10 VLAN0010 active Fa0/12、在交换机(S2126B)SwitchBVlan20,并将0/1Vlan20中。Switch#Switch#configureterminal!进入全局配置模式。Switch(config)#hostname SwitchBSwitchB(config)#vlan20!创立Vlan20。SwitchB(config-vlan)#exitSwitchB(config)#interfacefastethernet0/1!进入接口配置模式。SwitchB(config-if)#switchportaccessvlan20!将0/1Vlan20。SwitchB(config-if)#end验证测试:验证已创立了Vlan200/2端口已划分到Vlan20中。SwitchB#showvlanid20VLANName Status Ports20 VLAN0020 active Fa0/1、SwitchB3760(SwitchC)相连的端口〔0/23、0/24〕定义为tagvlan模式。SwitchA#SwitchA#conftSwitchA(config)#interfacefastethernet0/24!进入接口配置模式。modetrunkfastethernet0/24tagvlan模式。fastethernet0/24端口已被设置为tagvlanSwitchA#showinterfacesfastEthernet0/24switchport
Interface SwitchportMode Access Native ProtectedVLANlists-------------------------------------------------------------------------Fa0/24 Enabled Trunk 1 1 Disabled SwitchB#SwitchB#conftSwitchB(config)#interfacefastethernet0/23!进入接口配置模式。SwitchB(config-if)#switchportmodetrunk!将fastethernet0/23端口设为tagvlan模式。fastethernet0/23端口已被设置为tagvlanSwitchB#showinterfacesfastEthernet0/23switchportInterface SwitchportMode Access Native ProtectedVLANlists-------------------------------------------------------------------------Fa0/23 Enabled Trunk 1 1 Disabled AllSwitchCSwitchASwitchB〔0/230/24端口定义为tagvlan模式。Switch#Switch#confSwitch(config)#hostSwitchCSwitchC(config)#interfacefastethernet0/23!进入接口配置模式。SwitchC(config-if)#switchportmodetrunk!将fastethernet0/23tagvlan模式。SwitchC(config)#interfacefastethernet0/24!进入接口配置模式。SwitchC(config-if)#switchportmodetrunk!将fastethernet0/24tagvlan模式。SwitchC(config-if)#end验证测试:验证fastethernet0/23端口已被设置为tagvlanSwitchc#showinterfacesfastEthernet0/23switchportInterfaceSwitchportModeAccessNativeProtectedVLANlistsFa0/23EnabledTrunk11DisabledAll验证fastethernet0/24端口已被设置为tagvlanSwitchc#showinterfacesfastEthernet0/24switchportInterfaceSwitchportModeAccessNativeProtectedVLANlists------------------------------------------------------------------Fa0/24EnabledTrunk11DisabledAll5、验证PC1与PC2C:\>ping0PC2pingPC1Pinging0with32bytesofdata:Requesttimedout.Requesttimedout.Requesttimedout.Requesttimedout.Pingstatisticsfor0:Packets:Sent=4,Received=0,Lost=4(100%loss),6、设置三层交换机VLAN间通讯。在交换机SwitchC上创立Vlan10、Vlan20并配置IPSwitchC#configureterminal!进入全局配置模式。SwitchC(config)#vlan10Vlan10。SwitchC(config-vlan)#exitSwitchCconfigureterminal!进入全局配置模式。SwitchC(config)#vlan20!创立Vlan20。SwitchC(config-vlan)#exitSwitchC(config)#intvlan10Switchc(config-if)#ipaddSwitchc(config-if)#nosh
Switchc(config-if)#exitSwitchC(config)#intvlan20SwitchC(config-if)#ipaddSwitchC(config-if)#noshSwitchC(config-if)#exitSwitchC(config)#7、将PC1和PC2PC2的默认网关设置为:。8、测试结果。不同VLAN内的主机可以相互PINGC:\>ping0Pinging0with32bytesofdata:Replyfrom0:bytes=32time=19msTTL=126Replyfrom0:bytes=32time=20msTTL=126Replyfrom0:bytes=32time=21msTTL=126Replyfrom0:bytes=32time=20msTTL=126Pingstatisticsfor0:Packets:Sent=4,Received=4,Lost=0(0%loss),Approximateroundtriptimesinmilli-seconds:Minimum=19ms,Maximum=21ms,Average=20ms路由器静态路由配置【实训背景】学校有旧两个校区,每个校区是一个独立的局域网,为了使旧校区能够正常相互通2MDDN【实训目的】把握静态路由的配置方法和技巧,生疏广域网线缆的连接方式。【技术原理】去。实现不同网段的主机之间的相互访问。3直连路由给路由器接口配置一个IP地址,路由器自动产生本接口IP所在网段的路由信息。由信息,从而实现不同网段之间的连接。在路由器上运行动态路由协议,路由器之间相互自动学习产生路由信息。【实训内容】1、依据拓扑进展网络连接2、配置路由器的接口地址参数3、配置静态路由4、测试【实现功能】实现网络的互连互通,从而实现信息的共享和传递。【实训设备】R17622,PC〔2、直连线2、V.351〕【实训拓扑】
【主要命令】Iproute,clockrate,noshutdown,ipaddress【实训步骤】1、在路由器Router1IP地址和串口上的时钟频率。router#confrouter#hostRouter1Router1(config)#interfacefastethernet1/0 !进入接口fastethernet1/0式Router1(config-if)#ipaddress !配置路由器接口fastethernet1/0IP地址Router1(config)#noshutdown !开启路由器fastethernet0接口Router1(config)#interfaceserial1/2 !进入接口S1/2配置模式Router1(config-if)#ipaddress S1/2的IP地址Router1(config-if)#clockrate64000 !配置Router1的时钟频率〔DCE〕Router1(config)#noshutdown !开启路由器serial1/2接口Router1(config)#end验证路由器接口的配置Router1#showipinterfacebriefInterface IP-Address(Pri) OK? Statusserial1/2 /24 YES UPserial1/3 noaddress YES DOWNFastEthernet1/0 /24 YES UPFastEthernet1/1 noaddress YES DOWNNull0 noaddress YES Router1#showinterfaceserial1/2serial1/2isUP ,lineprotocolisUPHardwareisPQ2SCCHDLCCONTROLLERserialInterfaceaddressis:/24MTU1500bytes,BW2022KbitEncapsulationprotocolisHDLC,loopbacknotsetKeepaliveintervalis10sec,setCarrierdelayis2secRXloadis1,Txloadis1Queueingstrategy:WFQ5minutesinputrate15bits/sec,0packets/sec5minutesoutputrate17bits/sec,0packets/sec1030packetsinput,22660bytes,0nobufferReceived1030broadcasts,0runts,0giants14inputerrors,1CRC,12frame,0overrun,1abort1031packetsoutput,22682bytes,0underruns
Router2#showipinterfacebriefInterface IP-Address(Pri) OK? Status0outputerrors,0collisions,3interfaceresetsserial1/2/24 YES UP1carriertransitionsserial1/3noaddress YES DOWNV35DCEcableFastEthernet1/0/24 YES UPDCD=up DSR=upDTR=upRTS=upCTS=upFastEthernet1/1noaddressYESDOWNNull0noaddressYESUP2、在路由器Router1上配置静态路由。Router1#confRouter1(config)#iproute或:Router1(config)#iprouteserial1/2验证Router1上的静态路由配置Router1#showiprouteCodes: C-connected,S-static, R-RIPO-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2*-candidatedefaultGatewayoflastresortisnosetC /24isdirectlyconnected,FastEthernet1/0C /32islocalhost.C /24isdirectlyconnected,serial1/2C /32islocalhost.S /24[1/0]via3、在路由器Router2IP地址和串口上的IP地址。router#confrouter#hostname Router2(config)#Router2(config)#interfacefastethernet1/0!进入接口fastethernet1/0的配置模式Router2(config-if)#ipaddress fastethernet1/0IP地址Router2(config)#noshutdown !开启路由器fastethernet0接口Router2(config)#interfaceserial1/2S1/2配置模式Router2(config-if)#ipaddress S1/2的IP地址Router2(config)#noshutdown !开启路由器serial1/2接口Router2(config)#end验证路由器接口的配置
Router2#showinterfaceserial1/2serial1/2isUP ,lineprotocolisUPHardwareisPQ2SCCHDLCCONTROLLERserialInterfaceaddressis:/24MTU1500bytes,BW2022KbitEncapsulationprotocolisHDLC,loopbacknotsetKeepaliveintervalis10sec,setCarrierdelayis2secRXloadis1,Txloadis1Queueingstrategy:WFQ5minutesinputrate17bits/sec,0packets/sec5minutesoutputrate17bits/sec,0packets/sec1082packetsinput,23804bytes,0reslack,0nobuffer,0droppedReceived1082broadcasts,0runts,0giants1inputerrors,0CRC,1frame,0overrun,0abort1082packetsoutput,23804bytes,0underruns,0droppedoutputerrors,0collisions,3interfaceresetscarriertransitionsV35DTEcableDCD=up DSR=up DTR=up RTS=up CTS=up4、在路由器Router2上配置静态路由。Router2#confRouter2(config)#iproute或:Router2(config)#iprouteserial1/2验证Router2上的静态路由配置Router2#showiprouteCodes: C-connected,S-static, R-RIPO-OSPF,IA-OSPFinterareaN1-OSPFNSSAexternaltype1,N2-OSPFNSSAexternaltype2E1-OSPFexternaltype1,E2-OSPFexternaltype2*-candidatedefaultGatewayoflastresortisnosetS /24[1/0]viaC /24isdirectlyconnected,serial1/2C /32islocalhost.C /24isdirectlyconnected,FastEthernet1/0C /32islocalhost.5、测试网络的互连互通性。C:\>ping0!从PC1pingPC2C:\>ping0Pinging0with32bytesofdata:Replyfrom0:bytes=32time=19msTTL=126Replyfrom0:bytes=32time=20msTTL=126Replyfrom0:bytes=32time=21msTTL=126Replyfrom0:bytes=32time=20msTTL=126Pingstatisticsfor0:Packets:Sent=4,Received=4,Lost=0(0%loss),Approximateroundtriptimesinmilli-seconds:Minimum=19ms,Maximum=21ms,Average=20msC:\>ping0!从PC2pingPC1Pinging0with32bytesofdata:Replyfrom0:bytes=32time=19msTTL=126Replyfrom0:bytes=32time=20msTTL=126Replyfrom0:bytes=32time=21msTTL=126Replyfrom0:bytes=32time=20msTTL=126Pingstatisticsfor0:Packets:Sent=4,Received=4,Lost=0(0%loss),Approximateroundtriptimesinmilli-seconds:Minimum=19ms,Maximum=21ms,Average=20ms背景介绍:以下图为某学校网络拓扑模拟图,接入层设备承受S2126G交换机,在接入交换机上划分了办公网VLAN20VLAN30。为了保证网络的稳定性,接入层和会聚层通过两条链路相连,会聚层交S3550,会聚层交换机通过VLAN1F0/10RARARBRBFTP说明R1762R2620F1/0R2620F0,S1/2R2620S0
试验要求1、在S3550与S2126VLAN〔15〕S2126的VLAN20F0/1-5S2126的VLAN30F0/6-10S3550VLAN80;d)F0/18-20,F0/22VLAN80。2、S3550S2126两台设备利用F0/23与F0/24建立TRUNK〔10〕S2126的F0/23和S3550的F0/23TRUNKS2126的F0/24和S3550的F0/24TRUNK3、S3550S2126〔10〕配置快速生成树协议实现冗余链路;S35504、在RARBIP〔10〕依据拓扑要求为每个接口配置IP地址保证全部配置的接口状态为UP5、配置三层交换机的路由功能(12配置S3550VLAN20、VLAN30VLAN80〔7〕S3550VLAN1F0/10RAS3550pingAF1/0,ping得〔5。6、运用RIPV2〔18〕a)S3550、路由器A、路由器B留意事项showshowS2126showspanning-treeshowrunning-config3550showrunning-configshowspanning-treeshowiproutepingRARBshowrunning-conifgshowipinterfacebriefshowiproute题号:7此题分数:7.69分的结果题号:8此题分数:7.69分的结果题号:9此题分数:7.69分brief10此题分数:7.69分brief11此题分数:7.69分的结果12此题分数:7.69分的结果13此题分数:7.69分试验配置参考:题号:1此题分数:7.69的结果题号:2此题分数:7.69的结果题号:3此题分数:7.69题号:4此题分数:7.69题号:5此题分数:7.69route的结果题号:6此题分数:7.69S3550交换机ping
1、在S3550与S2126VLAN〔15〕S2126switch(config)#vlan20switch(config-vlan)#exitswitch(config)#vlan30switch(config-vlan)#exitswitch(config)#interfacerangefastEthernet0/1-5switch(config-if-range)#switchportaccessvlan20switch(config-if-range)#exitswitch(config)#interfacerangefastEthernet0/6-10switch(config-if-range)#switchportaccessvlan30switch(config-if-range)#exitswitch(config)#hostnameS2126S2126(config)#S3550switch(config)#vlan80switch(config-vlan)#exitswitch(config)#interfacerangefastEthernet0/18-20,0/22switch(config-if-range)#switchportaccessvlan80switch(config-if-range)#exitswitch(config)#hostnameS3550S3550(config)#2、S3550S2126两台设备利用F0/23与F0/24建立TRUNKS2126S2126(config)#interfacerangefastEthernet0/23-24S2126(config-if-range)#switchportmodetrunkS2126(config-if-range)#exitS2126(config)#S3550S3550(config)#interfacerangefastEthernet0/23-24S3550(config-if-range)#switchportmodetrunkS3550(config-if-range)#exitS3550(config)#S2126〔10〕S2126S2126(config)#spanning-treeS2126(config)#spanning-treemoderstpS3550S3550(config)#spanning-treeS3550(config)#spanning-treemoderstpS3550(config)#spanning-treepriority04、在RARBIP〔10〕RArouter(config)#hostnameRA
RA(config)#interfacefastEthernet1/0RA(config-if)#ipaddressRA(config-if)#noshutdownRA(config-if)#exitRA(config)#interfaceserial1/2RA(config-if)#ipaddress52RA(config-if)#noshutdownRA(config-if)#exitRA(config)#RBrouter(config)#hos
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 专利权质押合同(2篇)
- 武汉装配式厕所施工方案
- 地铁隧道施工合同范本
- 钻孔勘察施工合同范文
- 劳动合同解除协商技巧
- 皮革制品托盘租赁合同
- 艺术项目部设计师聘用合同
- 临时数据分析员合同范本
- 知识付费董事长聘任合同范文
- 漯河水下灯施工方案
- 2024年民用爆炸物品运输合同
- 国家开放大学24237丨学前儿童语言教育活动指导(统设课)期末终考题库及答案
- 2024-2030年中国离合器制造行业运行动态及投资发展前景预测报告
- 【MOOC】大学生创新创业教育-云南大学 中国大学慕课MOOC答案
- 《个体防护装备安全管理规范AQ 6111-2023》知识培训
- 储能运维安全注意事项
- 客户管理系统技术服务合同
- 北京交通大学《成本会计》2023-2024学年第一学期期末试卷
- 治疗皮肤病药膏市场需求与消费特点分析
- 活鸡运输合同范例
- 某物流公司投标书
评论
0/150
提交评论