<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: etherchannel load balancing in Switching</title>
    <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631540#M166125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the nature of the flow, and what switch platforms are you using? Which load balancing method have you selected? Can you be more specific?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2011 18:06:23 GMT</pubDate>
    <dc:creator>Peter Paluch</dc:creator>
    <dc:date>2011-03-09T18:06:23Z</dc:date>
    <item>
      <title>etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631526#M166111</link>
      <description>&lt;P&gt;Why does Cisco not offer round-robin load balancing for etherchannel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that round-robin can result in out-of-order packet delivery, but tcp is well equipped to deal with this issue. Per-packet load balancing is achievable at layer 3, so why not layer 2? Round-robin would provide a far better alternative to packet discards in a layer 2 implementation.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 23:58:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631526#M166111</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2019-03-06T23:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631527#M166112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Round-robin (or per-frame) load balancing is not supported by Cisco switches because it could potentially result in misordered frames, i.e. frames arriving in different order than in which they have originally been sent. The Ethernet technology alone preserves the frame ordering, and thus, deploying the EtherChannel technology must not break the existing functionality, as the EtherChannel is a transparent technology and must not in any way change the fundamental Ethernet behavior except increasing the available bandwidth. Therefore, the round-robin is not a viable approach although it would indeed distribute the load more evenly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is true that in Layer3 switching/routing, the per-packet load balancing is seen quite often. However, that form of load balacing suffers from the very same issue and is often deprecated not because of the sole problem of packets arriving out of order, but also because of stateful devices like NAT boxes or firewalls that may drop traffic if they do not receive the first packet or all packets in order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 20:37:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631527#M166112</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-08T20:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631528#M166113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thought. You wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;I understand that round-robin can result in out-of-order packet delivery, but tcp is well equipped to deal with this issue.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TCP is equipped for that situation but there are more protocols used on Ethernet networks that do not have the option of recognizing reordered frames/packets/segments. Just think of UDP streams of any kind, pure IP-encapsulated protocols (L2TPv3 is capable of running over IP directly, for example) - there are many examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, even though the TCP is able to put the segments back into the correct order, as soon as it detects misordered frames, it tends to slow down the transmission. In effect, the TCP could easily slow down to a crawl, running on speeds far below the throughput of a single link in the EtherChannel, thereby completely negating the advantages of EtherChannel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 20:44:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631528#M166113</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-08T20:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631529#M166114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TCP is equipped for that situation but there are more protocols used on Ethernet networks that do not have the option of recognizing reordered frames/packets/segments. Just think of UDP streams of any kind, pure IP-encapsulated protocols (L2TPv3 is capable of running over IP directly, for example) - there are many examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, even though the TCP is able to put the segments back into the correct order, as soon as it detects misordered frames, it tends to slow down the transmission. In effect, the TCP could easily slow down to a crawl, running on speeds far below the throughput of a single link in the EtherChannel, thereby completely negating the advantages of EtherChannel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;It is generally understood that packet ordering is not guaranteed across large internetworks and protocols which do not have such a mechanism should be able to contend with such an environment. Offering options that maintain packet order is a good thing. Your point about the transmission slowing due to out-of-order packets is well taken, but I think it is preferrable to discards producing the same result. Using the most granular load-balancing method does not provide adequate packets-per-second to prevent transmit discards on the etherchannel at modest levels of bandwidth utilization.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:12:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631529#M166114</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-08T21:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631530#M166115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Round-robin (or per-frame) load balancing is not supported by Cisco switches because it could potentially result in misordered frames, i.e. frames arriving in different order than in which they have originally been sent. The Ethernet technology alone preserves the frame ordering, and thus, deploying the EtherChannel technology must not break the existing functionality, as the EtherChannel is a transparent technology and must not in any way change the fundamental Ethernet behavior except increasing the available bandwidth. Therefore, the round-robin is not a viable approach although it would indeed distribute the load more evenly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is true that in Layer3 switching/routing, the per-packet load balancing is seen quite often. However, that form of load balacing suffers from the very same issue and is often deprecated not because of the sole problem of packets arriving out of order, but also because of stateful devices like NAT boxes or firewalls that may drop traffic if they do not receive the first packet or all packets in order.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I'm not sure I can agree that "Ethernet technology alone preserves the frame ordering". In an ethernet-only network this may be true, but this certainly does not apply to a larger internetwork. I think you make a good point about firewalls and, if this were the case, I would consider this a serious design limitation in the firewall mechanism.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:20:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631530#M166115</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-08T21:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631531#M166116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am considering another possibility for solving transmit discards on the etherchannel. I'm thinking that jumbo mtu could slow packets-per-second and abate the discards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:38:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631531#M166116</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-08T21:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631532#M166117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, let me tell you that you are a fine debater - I enjoy discussing this issue with you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;It is generally understood that packet ordering is not guaranteed across
 large internetworks and protocols which do not have such a mechanism 
should be able to contend with such an environment.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that the analogy used in this statement regarding large internetworks is not completely relevant to our discussion about the EtherChannel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you talk about a large internetwork in which packet reordering may take place, you are implicitly assuming that there are actual mechanisms at work that may cause this reordering, such as multiple paths to the same destination, non-trivial queueing mechanisms, different link layer technologies. Such a heterogenous system may indeed cause packets to be delivered in a different order but note that the EtherChannel we are discussing does not fall among those mentioned mechanisms. An EtherChannel bundle is itself limited to a single link layer technology, is bound to a single broadcast domain, in essence, it is a transit element of a single Ethernet network. It would be inappropriate for an Ethernet network to behave differently with respect to frame ordering, depending on whether or not an EtherChannel is deployed in a single network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I restate my point for better clarity: within a single Ethernet network (I am not talking about large internetworks - I am talking about a single Ethernet domain), the frame ordering is preserved without EtherChannel, and must remain preserved even if the EtherChannel is deployed. Otherwise, the EtherChannel would not be a transparent technology and the protocols would need to be more "paranoid" depending on whether the EtherChannel is in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Using the most granular load-balancing method does not provide adequate 
packets-per-second to prevent transmit discards on the etherchannel at 
modest levels of bandwidth utilization.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, the EtherChannel technology is not a miracle worker and it does have its limitations. It tries to make use of parallel links in a switched topology to provide a greater bandwidth but I do not believe that the EtherChannel ever tried to guarantee a linear throughput increase. Considering its relative simplicity, it is hard to achieve anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suffice it to say that the EtherChannel cannot have more than 8 active links. Now, the Ethernet variants speeds alone are usually scaled by a factor of 10 (10M/100M/1G/10G), thus simply moving to a more recent Ethernet variant provides you with more speed than a fully loaded EtherChannel bundle can give you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, the EtherChannel should not be seen as a technology providing near-to-linear throughput increase. It simply wasn't designed to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:44:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631532#M166117</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-08T21:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631533#M166118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;I'm not sure I can agree that "Ethernet technology alone preserves the 
frame ordering". In an ethernet-only network this may be true, but this 
certainly does not apply to a larger internetwork.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the EtherChannel &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;is&lt;/STRONG&gt;&lt;/SPAN&gt; an Ethernet-only technology and is always used only inside a single Ethernet network. It does not span throughout a larger internetwork - and if it did, the large internetwork would revert to a large single Ethernet network, wouldn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;I think you make a good point about firewalls and, if this were the 
case, I would consider this a serious design limitation in the firewall 
mechanism.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A serious design limitation? No, rather a natural result of their stateful nature. Consider a firewall configured with a following rule set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Allow connections initiated from internal network towards an external web server X.&lt;/LI&gt;&lt;LI&gt;From the external webserver X, allow only replies to connections initiated from inside to pass into the internal network.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, consider that the TCP SYN segment to the server X goes through another path, and the reply (TCP SYN/ACK) from the server X arrives to this firewall. It will not let this segment pass to the internal network because it did not receive the very first TCP segment and therefore cannot verify the validity of this second segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the same goes if the firewall received the third TCP segment (TCP ACK) from the internal network going to server X. Because it did not receive the first TCP SYN segment, it cannot again verify the legibility of this segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the firewall do wrong decisions here? Absolutely not. These segments may as well be forged, trying to circumvent naive firewalls checking the simple TCP flags.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:54:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631533#M166118</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-08T21:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631534#M166119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;I am considering another possibility for solving transmit discards on 
the etherchannel. I'm thinking that jumbo mtu could slow 
packets-per-second and abate the discards.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure this would help. No device will "coalesce" frames or IP packets into bigger units for you once they have been sent. Intermediate Layer3 devices are capable of fragmenting IP packets but never of defragmenting or even coalescing them. Setting a higher MTU would be helpful only if the end hosts generated jumbo IP packets as well and the entire transmission path between the communicating hosts supported the jumbo MTU. Otherwise, you would not make use of the increased MTU, or you could accidentally run into IP fragmentation issues, should a part of the transmission chain not support the increased MTU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:58:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631534#M166119</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-08T21:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631535#M166120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;First of all, let me tell you that you are a fine debater - I enjoy discussing this issue with you very much.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;DIV class="jive-quote"&gt;It is generally understood that packet ordering is not guaranteed across large internetworks and protocols which do not have such a mechanism should be able to contend with such an environment.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that the analogy used in this statement regarding large internetworks is not completely relevant to our discussion about the EtherChannel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you talk about a large internetwork in which packet reordering may take place, you are implicitly assuming that there are actual mechanisms at work that may cause this reordering, such as multiple paths to the same destination, non-trivial queueing mechanisms, different link layer technologies. Such a heterogenous system may indeed cause packets to be delivered in a different order but note that the EtherChannel we are discussing does not fall among those mentioned mechanisms. An EtherChannel bundle is itself limited to a single link layer technology, is bound to a single broadcast domain, in essence, it is a transit element of a single Ethernet network. It would be inappropriate for an Ethernet network to behave differently with respect to frame ordering, depending on whether or not an EtherChannel is deployed in a single network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I restate my point for better clarity: within a single Ethernet network (I am not talking about large internetworks - I am talking about a single Ethernet domain), the frame ordering is preserved without EtherChannel, and must remain preserved even if the EtherChannel is deployed. Otherwise, the EtherChannel would not be a transparent technology and the protocols would need to be more "paranoid" depending on whether the EtherChannel is in use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-quote"&gt;Using the most granular load-balancing method does not provide adequate packets-per-second to prevent transmit discards on the etherchannel at modest levels of bandwidth utilization.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, the EtherChannel technology is not a miracle worker and it does have its limitations. It tries to make use of parallel links in a switched topology to provide a greater bandwidth but I do not believe that the EtherChannel ever tried to guarantee a linear throughput increase. Considering its relative simplicity, it is hard to achieve anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suffice it to say that the EtherChannel cannot have more than 8 active links. Now, the Ethernet variants speeds alone are usually scaled by a factor of 10 (10M/100M/1G/10G), thus simply moving to a more recent Ethernet variant provides you with more speed than a fully loaded EtherChannel bundle can give you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my opinion, the EtherChannel should not be seen as a technology providing near-to-linear throughput increase. It simply wasn't designed to do that.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a communication flow where everything is designed to ignore ordering (ethernet, IP, etc) or tolerate reordering (TCP), this load-balancing limitation seems to impose a double standard. It would be nice if the port-based load-balancing method were more pervasive. I agree that 10G would be ideal, but also the most costly. 10G seems like overkill to support the pps required of only ~100Mb of traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 22:36:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631535#M166120</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-08T22:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631536#M166121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;DIV class="jive-quote"&gt;I am considering another possibility for solving transmit discards on the etherchannel. I'm thinking that jumbo mtu could slow packets-per-second and abate the discards.&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure this would help. No device will "coalesce" frames or IP packets into bigger units for you once they have been sent. Intermediate Layer3 devices are capable of fragmenting IP packets but never of defragmenting or even coalescing them. Setting a higher MTU would be helpful only if the end hosts generated jumbo IP packets as well and the entire transmission path between the communicating hosts supported the jumbo MTU. Otherwise, you would not make use of the increased MTU, or you could accidentally run into IP fragmentation issues, should a part of the transmission chain not support the increased MTU.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All hosts and intermediate links on a VLAN would have to migrate to jumbo, which does nothing for pps to/from remote hosts. It does, however, reduce pps within a given VLAN and between jumbo VLANs which will serve to reduce overall pps. Path MTU Discovery should alleviate fragmentation issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 22:49:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631536#M166121</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-08T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631537#M166122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;In a communication flow where everything is designed to ignore ordering 
(ethernet, IP, etc) or tolerate reordering (TCP), this load-balancing 
limitation seems to impose a double standard.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You seem to assume that just because an Ethernet does not have sequence numbers and has no explicit mechanisms to ascertain that the frames are arriving in order, it is inherently a technology that ignores ordering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that is too strong an assumption. There may be implicit mechanisms or rules that effectively prevent reordering to the extent that sequence numbers or other explicit tools are not necessary at all, at least on a selected part of the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular, a single Ethernet link - a link that interconnects two active Ethernet devices - can never cause frame reordering. On a link between two switches, no reordering of frames may take place. Do we agree on this point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if you replace that link with an EtherChannel (as an EtherChannel &lt;STRONG&gt;only&lt;/STRONG&gt; replaces such links), there must be absolutely no change to the behavior of the replaced network segment. It did not reorder frames before so it is not supposed to reorder frames now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, the IEEE 802.1AX-2008 standard that discusses the EtherChannel technology is very clear on this - Clause 5.2.1, item f)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;Frame ordering must be maintained for certain sequences of frame exchanges between MAC Clients (known as conversations, see Clause 3). The Distributor ensures that all frames of a given conversation are passed to a single port. For any given port, the Collector is required to pass frames to the MAC Client in the order that they are received from that port. The Collector is otherwise free to select frames received from the aggregated ports in any order. Since there are no means for frames to be misordered on a single link, this guarantees that frame ordering is maintained for any conversation.&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where the term &lt;STRONG&gt;conversation&lt;/STRONG&gt; is defined as follows (Clause 3.8):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;A set of frames transmitted from one end station to another, where all of the frames form an ordered sequence, and where the communicating end stations require the ordering to be maintained among the set of frames exchanged.&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the better pervasivity of the load-balancing methods: it is confined to the extent of the clauses I have just quoted from the 802.1AX. The most pervasive methods take the MAC+IP+L4 addressing information into account but they can hardly go beyond because that could split a single conversation into subflows that would be subject to possible reordering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 05:26:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631537#M166122</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-09T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631538#M166123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;All hosts and intermediate links on a VLAN would have to migrate to 
jumbo, which does nothing for pps to/from remote hosts. It does, 
however, reduce pps within a given VLAN and between jumbo VLANs which 
will serve to reduce overall pps. Path MTU Discovery should alleviate 
fragmentation issues.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am sure it would. I guess your mileage would vary depending on whether the bulk of the high-load bandwidth remains in the same VLAN and thus can take the advantage of larger MTU, or is routed through other networks where possibly the MTU may be clamped down to 1500B again, thereby forcing your hosts to revert back to classical MTU sizes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dennis, are you trying to solve a particular problem? You have started this discussion with a general question but I have a feeling that you are seeking solution to a particular issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 05:33:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631538#M166123</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-09T05:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631539#M166124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am receiving traffic from a number of gig links that is then transmitted across a multi-gig etherchannel. Due to insufficient load balancing, the pps received is greater than the etherchannel can transmit and discards are resulting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 17:46:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631539#M166124</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-09T17:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631540#M166125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the nature of the flow, and what switch platforms are you using? Which load balancing method have you selected? Can you be more specific?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:06:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631540#M166125</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-09T18:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631541#M166126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Come to think of it, Cisco's load-balancing algorithm only seeks to preserve ordering for higher level protocols. The very nature of etherchannel makes it impossible to preserve ordering at the frame level. The more granular algorithms (ie. src/dst IP) will split communication flows over different links, but the frames are arbitrarily reordered as they come off the etherchannel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the available algorithms, I favor the src/dst tcp/udp port option on the 6500.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:08:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631541#M166126</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-09T18:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631542#M166127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;The very nature of etherchannel makes it impossible to preserve ordering at the frame level.&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It preserves frame ordering in conversations which is exactly what 802.1AX requests, as I indicated earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:11:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631542#M166127</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-09T18:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631543#M166128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The snippet seems to use the term conversation with reference to ethernet frames only. Perhaps there is more to usage of the term which is not obvious.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:30:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631543#M166128</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-09T18:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631544#M166129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a 3560 using src-dst-ip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:32:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631544#M166129</guid>
      <dc:creator>Dennis Olvany</dc:creator>
      <dc:date>2011-03-09T18:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: etherchannel load balancing</title>
      <link>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631545#M166130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see. Well, on a 3560, there is no more granular method available, sadly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling we are not moving forward. Perhaps we have reached a point of fundamental difference in understanding the EtherChannel and its optimal deployment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal opinion is that there are good reasons not to have the round-robin EtherChannel load balancing algorithm in Catalyst platforms, and I can understand the rationale behind it. On the other hand, I can see that the available load balancing methods do not produce satisfactory results for you, and I completely understand your disappoinment. Perhaps Cisco indeed &lt;STRONG&gt;should&lt;/STRONG&gt; support the round-robin load balancing method with an explicit warning that this load balancing method is in violation of the existing standards, and the use is solely on the user's own risk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 18:49:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/etherchannel-load-balancing/m-p/1631545#M166130</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2011-03-09T18:49:53Z</dc:date>
    </item>
  </channel>
</rss>

