我们在两个 cisco 交换机 (c3850<--->c4948) 之间有一个带有 LACP 的 4Gb (4x1G) LAG 中继,我注意到它没有进行适当的负载平衡。我发现 SW1 使用src-dst-ip
算法,SW2 使用src-mac
算法。这两种算法应该是一样的吗?
我应该使用的最佳负载平衡方法是什么?
我们的环境中有混合流量,包括 VoIP、TCP/UDP、每晚 SAN 备份等。
SW1:
SW1#show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
src-dst-ip
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
SW2:
SW2>show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
src-mac
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source MAC address
IPv4: Source MAC address
IPv6: Source MAC address
编辑:
注意:我们没有路由器,我们只有一个 L2 交换网络。我们在主干后面有很多服务器,所以我应该使用 src-dst-ip 吗?或 src-dst-mac ?