如果要将端口配置为被动模式,使用命令 “channel - group [channel - group - number] mode passive”。配置负载均衡方式在全局配置模式下,可以使用命令 “port - channel load - balance [load - balance - method]” 来配置负载均衡方式。常见的负载均衡方式有基于源 MAC 地址、目的 MAC 地址、源 IP 地址、...
若要检查帧分配策略,请发出 show etherchannel load-balance 命令。 您可以根据帧分配策略确定 EtherChannel 用哪个接口来转发流量。 若要确定这一点,请发出 remote login switch 命令以远程登录到交换机处理器 (SP) 控制台。 然后,发出test etherchannel load-balance interface port-channelnumber{ip| l4port| mac...
若要检查帧分配策略,请发出 show etherchannel load-balance 命令. 您可以根据帧分配策略确定 EtherChannel 用哪个接口来转发流量. 若要确定这一点,请发出 remote login switch 命令以远程登录到交换机处理器 (SP) 控制台. 然后,发出test etherchannel load-balance interface port-channelnumber{ip | l4port | ...
sw2(config-if-range)#channel-group 1 mode on sw2(config)#port-channel load-balance dst-ip 特别说明:如果本试验中交换机sw2上接的是服务器,客户计算机接在sw1上,这时在交换机sw1上应该配置为基于src-ip的负载平衡方式,而在sw2上应该配置为基于dst-ip的负载平衡方式。 实验调试 sw1#show etherchannel sum...
sw1#show etherchannel load-balance //查看EtherChannel负载平衡方式 EtherChannel(PAgP、LACP)基本配置 sw1#show etherchannel port-channel //查看指定的EtherChannel包含的接口 EtherChannel(PAgP、LACP)基本配置 sw1#show etherchannel protocol //显示各个Channel-group使用的协商协议 ...
S3#show etherchannel load-balance---查看通道接口状况 配置代码: S3: Switch>en Switch#conf t Switch(config)#host s3 s3(config)#vlan 2 s3(config-vlan)#exit s3(config)#vlan 3 s3(config-vlan)#exit s3(config)#int vlan 2 s3(config-if)#ip address 192.168.1.254 255.255.255.0 s3(config...
etherchannel在作数据转发时,是基于数据包的源或目的MAC地址随机选择etherchannel中的一条物理link进行数据转发的。我们可以通过全局配置命令port-channel load-balance选择是根据源MAC地址还是根据目的MAC地址进行数据转发来实现负载平衡。 例如:当有两台switch,它们之间有几条link互联作etherchannel,switchA一端连接一台ser...
Switch# show etherchannel load-balance 二层交换机ETHER CHANNEL配置 步骤: 1、创建以太通道 SW1(config)#int port-channel 1 2、在接口下把接口指定到已创建的通道中 SW1(config)#int f0/13 SW1(config-if)#channel-group 1 mode on SW1(config-if)#int f0/14 ...
若要确定这一点,请发出remote login switch命令以远程登录到交换机处理器 (SP) 控制台。 然后,发出以下命令:test etherchannel load-balance interface port-channel number {ip | l4port | mac} [source_ip_add |source_mac_add| source_l4_port] [dest_ip_add |dest_mac_add| dest_l4_port]。
3.EtherChannel的负载平衡方式,命令格式为“port-channel load-balance method”, 负载平衡的方式有:dst-ip、dst-mac、src-dst-ip、src-dst-mac等。 4.创建以太通道,要指定一个唯一的通道组号,组号的范围是1~6的正整数。要取消 EtherChannel时用“no interface port-channel 1” ...