352-001 · Question #461
Which load balancing option for iP-only traffic is the least efficient in terms of Layer 2 EtherChnnel physical links utilization?
The correct answer is B. on a per destination MAC address basis. Destination MAC-based load balancing is least efficient for IP-only traffic because all routed frames share one next-hop MAC address, funneling all traffic onto a single EtherChannel member link.
Question
Which load balancing option for iP-only traffic is the least efficient in terms of Layer 2 EtherChnnel physical links utilization?
Options
- Aon a per port number basis
- Bon a per destination MAC address basis
- Con a per destination IP address basis
- Don a per source IP address basis
How the community answered
(36 responses)- A8% (3)
- B86% (31)
- C3% (1)
- D3% (1)
Why each option
Destination MAC-based load balancing is least efficient for IP-only traffic because all routed frames share one next-hop MAC address, funneling all traffic onto a single EtherChannel member link.
Per-port-number (Layer 4) hashing incorporates the wide variety of TCP/UDP source and destination port values, distributing traffic across multiple member links effectively even for IP traffic.
When traffic is IP-only and routed through a default gateway, every outbound Ethernet frame carries the same destination MAC address - the MAC of the next-hop router interface. EtherChannel hashing on destination MAC produces an identical hash for every such frame, directing all traffic to one physical member link and leaving all others idle. This completely defeats link aggregation and results in the worst possible bandwidth utilization across the bundle.
Per-destination-IP hashing uses the diversity of destination IP addresses across different flows to spread traffic across links, providing reasonable distribution for routed traffic.
Per-source-IP hashing uses differing source IP addresses from multiple hosts to distribute flows across member links, yielding better utilization than destination MAC in routed environments.
Concept tested: EtherChannel load balancing method efficiency for IP traffic
Source: https://www.cisco.com/c/en/us/support/docs/lan-switching/etherchannel/12023-4.html
Topics
Community Discussion
No community discussion yet for this question.