欢迎来到天天文库
浏览记录
ID:36226064
大小:238.00 KB
页数:8页
时间:2019-05-07
《实验2.5 etherchannel配置》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、实验2.5EtherChannel的配置1.实验目的通过实验可以掌握:(1)EtherChannel的工作原理(2)EtherChannel的配置2.实验拓扑EtherChannel配置实验拓扑如图2-1所示。图2-1EtherChannel配置实验拓扑3.实验步骤构成EtherChannel的端口必须具有相同的特性:Trunking的状态、Trunk的封装方式、双工、速率及所属的VLAN等。配置EtherChannel有手动配置和自动配置(PAGP或者LACP)两种方法。手动配置就是管理员指明哪些接口形成Eth
2、erChannel;自动配置就是让EtherChannel协商协议自动协商EtherChannel的建立,协商的协议有PAGP或者LACP两种。(1)手动配置EtherChannelS1(config)#intf0/13S1(config-if)#shutdown//关闭不必要的接口,否则会影响测试S1(config)#intport-channel?<1-48>Port-channelinterfacenumberS1(config)#intport-channel1//创建以太通道,需指定一个唯一的通道组号,
3、组号的范围是1~48的正整数。要取消EtherChannel时用“nointerfaceport-channel1”S1(config)#intrangef0/14-15S1(config-if-range)#channel-group1mode?activeEnableLACPunconditionallyautoEnablePAgPonlyifaPAgPdeviceisdetecteddesirableEnablePAgPunconditionallyonEnableEtherchannelonlypassi
4、veEnableLACPonlyifaLACPdeviceisdetectedS1(config-if-range)#channel-group1modeon//将物理接口指定到已创建的通道中S1(config-if-range)#switchporttrunkencapsulationdot1qS1(config-if-range)#switchportmodetrunk//配置通道中的物理接口的属性,这里是配置trunkS1(config)#port-channelload-balance?dst-ipDst
5、IPAddrdst-macDstMacAddrsrc-dst-ipSrcXORDstIPAddrsrc-dst-macSrcXORDstMacAddrsrc-ipSrcIPAddrsrc-macSrcMacAddrS1(config)#port-channelload-balancedst-ip//配置EtherChannel的负载平衡方式S2(config)#intport-channel2//链路两端的channel-group是可以不一样的,这个百年好只是本地有效。S2(config)#intrangef0
6、/1-2S2(config-if-range)#channel-group2modeonS2(config-if-range)#switchporttrunkencapsulationdot1qS2(config-if-range)#switchportmodetrunkS2(config-if-range)#exitS2(config)#port-channelload-balancedst-ip(2)查看EtherChannel信息S1#showetherchannelsummaryFlags:D-downP
7、-inport-channelI-stand-alones-suspendedH-Hot-standby(LACPonly)R-Layer3S-Layer2U-inusef-failedtoallocateaggregatoru-unsuitableforbundlingw-waitingtobeaggregatedd-defaultportNumberofchannel-groupsinuse:2Numberofaggregators:2GroupPort-channelProtocolPorts------+
8、-------------+-----------+-----------------------------------------------1Po1(SD)-Fa0/14(D)Fa0/15(D)//可以看到编号为group1的etherchannel已经形成,“SU”表示EtherChannel正常。如果显示为“SD”,先把port-channel接口关掉重新开启试
此文档下载收益归作者所有