Như mọi người biết, trong Etherchannel, khi load-balance thì dùng thuật toán XOR. Có những lựa chọn sau khi cấu hình load-balance cho Etherchannel:
dst-ip Distribution is based on destination host IP address.
dst-mac Distribution is based on the destination MAC address. Packets to the same destination are sent on the same port, but packets to different destinations are sent on different ports in the channel.
src-dst-ip Distribution is based on source and destination host IP address.
src-dst-mac Distribution is based on source and destination MAC address.
src-ip Distribution is based on source IP address.
src-mac Distribution is based on source MAC address. Packets from different hosts use different ports in the channel, but packets from the same host use the same port.
Nếu mình dùng lựa chọn src-dst-mac, switch sẽ XOR một số bit trong địa chỉ MAC nguồn với địa chỉ MAC đích của gói tin để chuyển gói tin ra đường thích hợp. Nhưng nếu giờ mình dùng lựa chọn src-mac thỉ switch sẽ thực hiện XOR giữa cái gì với cái gì. Xin các bạn giải đáp giúp.
dst-ip Distribution is based on destination host IP address.
dst-mac Distribution is based on the destination MAC address. Packets to the same destination are sent on the same port, but packets to different destinations are sent on different ports in the channel.
src-dst-ip Distribution is based on source and destination host IP address.
src-dst-mac Distribution is based on source and destination MAC address.
src-ip Distribution is based on source IP address.
src-mac Distribution is based on source MAC address. Packets from different hosts use different ports in the channel, but packets from the same host use the same port.
Nếu mình dùng lựa chọn src-dst-mac, switch sẽ XOR một số bit trong địa chỉ MAC nguồn với địa chỉ MAC đích của gói tin để chuyển gói tin ra đường thích hợp. Nhưng nếu giờ mình dùng lựa chọn src-mac thỉ switch sẽ thực hiện XOR giữa cái gì với cái gì. Xin các bạn giải đáp giúp.
Comment