cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
463
Views
0
Helpful
4
Replies

why in ether channel the load balancing is per flow not per packet?

Ravi Pande
Level 1
Level 1

why in ether channel the load balancing is per flow not per packet?

2 Accepted Solutions

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

Because eventually in a per packet switched environment you will end up with out of order packets load balancing which is a serious issue on a network so per flow is the better choice and you should avoid per packet when doing LB

View solution in original post

Joseph W. Doherty
Hall of Fame
Hall of Fame

Duplicate posting, see also: https://supportforums.cisco.com/discussion/13138016/why-ether-channel-load-balancing-flow-not-packet#comment-11650506

As Mark explained in this thread it avoids out-of-order resequencing, which often is a "bad thing", an so it's likely by design.  Technically, as Jdesanti explains in the other thread, the hardware computes the same link for every frame/packet of a flow.

If, by design, avoiding out-of-order resequencing wasn't a consideration, the hardware could simple round-robin a flow's frames/packets across all the Etherchannel links.

View solution in original post

4 Replies 4

Mark Malone
VIP Alumni
VIP Alumni

Because eventually in a per packet switched environment you will end up with out of order packets load balancing which is a serious issue on a network so per flow is the better choice and you should avoid per packet when doing LB

Thank you.

Joseph W. Doherty
Hall of Fame
Hall of Fame

Duplicate posting, see also: https://supportforums.cisco.com/discussion/13138016/why-ether-channel-load-balancing-flow-not-packet#comment-11650506

As Mark explained in this thread it avoids out-of-order resequencing, which often is a "bad thing", an so it's likely by design.  Technically, as Jdesanti explains in the other thread, the hardware computes the same link for every frame/packet of a flow.

If, by design, avoiding out-of-order resequencing wasn't a consideration, the hardware could simple round-robin a flow's frames/packets across all the Etherchannel links.

Thank you.

Review Cisco Networking for a $25 gift card