您好,欢迎访问三七文档
实验三、链路聚合实验一、静态链路聚合配置操作1.配置要求利用交换机2950T重建实验二的网络拓扑。在此基础上,将端口0/1、0/2的链路类型均设置为Trunk,并以静态方式将端口成员加入链路聚合组。2.配置命令断开两台交换机Trunk口间的所有连线,并在实验二的基础上,添加如下配置:SW1enable//进入特权模式SW1#configureterminal//进入全局模式Enterconfigurationcommands,oneperline.EndwithCNTL/Z.SW1(config)#interfacefastEthernet0/1//进入设备物理端口0/1SW1(config-if)#switchportmodetrunk//设置端口vlan链路类型为trunkSW1(config-if)#switchporttrunkallowedvlan10,20//将端口以trunk模式加入vlan10、20SW1(config-if)#exitSW1(config)#exitSW1#SW1(config)#interfacefastEthernet0/2//进入设备物理端口0/2SW1(config-if)#switchportmodetrunk//设置端口vlan链路类型为trunkSW1(config-if)#switchporttrunkallowedvlan10,20//将端口以trunk模式加入vlan10、20SW1(config-if)#exitSW1(config)#exitSW1#以上命令完成了交换机SW1上端口0/1,0/2的Trunk模式配置。在交换机SW2上重复上述操作。接下来对交换机SW1输入静态链路聚合的配置命令。SW1(config)#interfacefastEthernet0/1//进入设备物理端口0/1SW1(config-if)#channel-group1modeon//以静态方式将端口成员加入链路聚合组%LINK-5-CHANGED:InterfacePort-channel1,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfacePort-channel1,changedstatetoupSW1(config-if)#exitSW1(config)#interfacefastEthernet0/2//进入设备物理端口0/2SW1(config-if)#channel-group1modeon//以静态方式将端口成员加入链路聚合组%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/2,changedstatetodown%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/2,changedstatetoupSW1(config-if)#exitSW1(config)#exitSW1#%SYS-5-CONFIG_I:Configuredfromconsolebyconsole在交换机SW2上重复上述操作。完成后,用交叉线CopperCross-Over连接交换机SW1和SW2的0/1端口和0/2端口,结果如图1所示。图13.配置验证(1)完成配置及连线,待交换机端口的工作状态指示灯将恢复正常(绿色)后,可利用查看命令确认配置是否正确。具体命令如下SW1#showetherchannelsummary//查看端口汇聚状态Flags:D-downP-inport-channelI-stand-alones-suspendedH-Hot-standby(LACPonly)R-Layer3S-Layer2U-inusef-failedtoallocateaggregatoru-unsuitableforbundlingw-waitingtobeaggregatedd-defaultportNumberofchannel-groupsinuse:1Numberofaggregators:1GroupPort-channelProtocolPorts------+-------------+-----------+----------------------------------------------1Po1(SU)PAgPFa0/1(P)Fa0/2(P)SW1#(2)利用ping命令验证各端口间的连通性。若配置正确,则划入同一vlan的不同交换机的端口间可以ping通;(3)断开任意一对Trunk端口之间的连线,再次利用ping命令验证连通性。此时,将有部分Access端口无法ping通。4.补充说明(1)配置静态链路聚合的另一种方法是:先将端口成员加入链路聚合组,再将链路聚合组的工作方式配置为Trunk,即SW1(config)#interfacefastEthernet0/1//进入设备物理端口0/1SW1(config-if)#channel-group1modeon//以静态方式将端口成员加入链路聚合组SW1(config-if)#exitSW1(config)#interfacefastEthernet0/2//进入设备物理端口0/2SW1(config-if)#channel-group1modeon//以静态方式将端口成员加入链路聚合组SW1(config-if)#exitSW1(config)#interfacefastEthernet0/3//进入设备物理端口0/2SW1(config-if)#channel-group1modeon//以静态方式将端口成员加入链路聚合组SW1(config-if)#exitSW1(config)#interfaceport-channel1//进入虚拟链路聚合组1SW1(config-if)#switchportmodetrunk//修改虚拟链路聚合组1的模式为TrunkSW1(config-if)#switchporttrunkallowedvlan10,20//虚拟链路聚合组承载vlan10,20SW1(config-if)#exitSW1(config)#exitSW1#(2)断开一对Trunk端口之间的连接有两种方法:一种是直接删除端口间的交叉连接线;另一种是用如下命令关闭任一端口。SW1(config)#interfacefastEthernet0/1//进入设备物理端口0/1SW1(config-if)#shutdown//关闭该物理端口SW1(config-if)#%LINK-5-CHANGED:InterfaceFastEthernet0/1,changedstatetoadministrativelydown%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceFastEthernet0/1,changedstatetodownSW1(config-if)#二、动态链路聚合配置操作与静态链路聚合类似,利用交换机2950T重建实验二的网络拓扑。在此基础上,将端口0/1、0/2的链路类型均设置为Trunk,并以动态方式将端口成员加入链路聚合组。2.配置命令首先将两台交换机的端口0/1和0/2以Trunk模式加入vlan10、20。随后在交换机SW1上添加如下配置:SW1(config)#interfacefastEthernet0/1//进入设备物理端口0/1SW1(config-if)#channel-protocollacp//添加LACP协议,设置端口聚合模式为动态模式SW1(config-if)#channel-group1modeactive//以动态方式将端口成员加入链路聚合组,并设置为主动协商模式%LINK-5-CHANGED:InterfacePort-channel1,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfacePort-channel1,changedstatetoupSW1(config-if)#exitSW1(config)#interfacefastEthernet0/2//进入设备物理端口0/2,并重复对端口0/1的操作SW1(config-if)#channel-protocollacpSW1(config-if)#channel-group1modeactive%LINK-5-CHANGED:InterfacePort-channel1,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfacePort-channel1,changedstatetoupSW1(config-if)#exitSW1(config)#在交换机SW2上添加如下配置:SW2(config)#interfacefastEthernet0/1//进入设备物理端口0/1SW2(config-if)#channel-protocollacp//添加LACP协议,设置端口聚合模式为动态模式SW2(config-if)#channel-group1modepassive//以动态方式将端口成员加入链路聚合组,并设置为被动协商模式%LINK-5-CHANGED:InterfacePort-channel1,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfacePort-channel1,changedstatetoupSW2(config-if)#exitSW2(config)#interfacefastEthernet0/2//进入设备物理端口0/2,并重复对端口0/1的操作SW2(config-if)#channel-protocollacpSW2(config-if)#channel-group1modepassive%LINK-5-CHANGED:InterfacePort-channel1,changedstatetoup%LINEPROTO-5-UPDOWN:LineprotocolonInterfacePort-channel1,changedstatetoupSW2(config-if)#exitSW2(config)#完成上述配置后后,用交叉线CopperCross-Over连接交换机SW1和SW2的0/1端口和0/2端口3.配置验证(1)完成配置及连线,待交换机端口的工作状态指示灯将恢复正常(绿色)后,可利用查看命令确认配置是否正确。具体命令如下SW1#showetherchannelsummary//查看端口汇聚状态Flags:D-downP-inport-channelI-stand-alones-suspendedH-Hot-standby(LACPonly)R-Layer3S-Layer2U-inusef-failedtoallocateaggregatoru-unsuitableforbundlingw-waitingtobeaggregatedd-defaultportNumberofchannel-groupsinuse:1Numberofaggregators:1GroupPort-channelProtocolPorts------+-------------+-----------+----------------------------------------------1Po1(SU)LACPFa0/1(P)Fa0/2(P)SW1#(2)利用ping命令验证各端口间的连通性。4.补充说明(1)聚合模式设置为on时端口运行静态Trunk,参与聚合的两端都需要设置为on模式。聚合模式设置为active或passive时端口运行LACP,active指端口为
本文标题:实验三链路聚合
链接地址:https://www.777doc.com/doc-2458403 .html