<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Active / Standby etherchannels?</title>
	<atom:link href="http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Thu, 18 Mar 2010 19:25:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Duncan Epping</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4987</link>
		<dc:creator>Duncan Epping</dc:creator>
		<pubDate>Tue, 03 Nov 2009 16:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4987</guid>
		<description>What you want to achieve is not possible. You need to either have a 4 nic etherchannel to a single switch or create two seperate vswitches with each two nics bonded as an etherchannel. Another option would be, and this is the most redundant, flexible and simple solution: 4 nics, two attached to each 3750, NO etherchannels, Virtual PortID load balancing!</description>
		<content:encoded><![CDATA[<p>What you want to achieve is not possible. You need to either have a 4 nic etherchannel to a single switch or create two seperate vswitches with each two nics bonded as an etherchannel. Another option would be, and this is the most redundant, flexible and simple solution: 4 nics, two attached to each 3750, NO etherchannels, Virtual PortID load balancing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LM</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4983</link>
		<dc:creator>LM</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4983</guid>
		<description>We have two Cisco 3750’s (not stacked). We configured this just the same way you explained in this article. I want to get rid of mac flapping, so what is the best way? Is there a way to keep the performance of the etherchannel and to use the 4 nics? It&#039;s very easy when you&#039;re using stackable switches, just add the 4 nics as active. But what do you need to do when you have two seperate switches, connected with an etherchannel? If I&#039;m using an other teaming method, can I use two active (to switch1)/two passive nic (to switch2) config? Can I use the 4 NIC “Virtual Port ID” based load balancing method (two active (to switch1)/two passive nic (to switch2)) in this case and if I&#039;m using this will it perform the same way?</description>
		<content:encoded><![CDATA[<p>We have two Cisco 3750’s (not stacked). We configured this just the same way you explained in this article. I want to get rid of mac flapping, so what is the best way? Is there a way to keep the performance of the etherchannel and to use the 4 nics? It&#8217;s very easy when you&#8217;re using stackable switches, just add the 4 nics as active. But what do you need to do when you have two seperate switches, connected with an etherchannel? If I&#8217;m using an other teaming method, can I use two active (to switch1)/two passive nic (to switch2) config? Can I use the 4 NIC “Virtual Port ID” based load balancing method (two active (to switch1)/two passive nic (to switch2)) in this case and if I&#8217;m using this will it perform the same way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JGrote</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4811</link>
		<dc:creator>JGrote</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4811</guid>
		<description>For those wondering why you would etherchannel instead of load balance based on port ID, the reason is because when you do that, you get more effective load balancing, because it is balanced on source/dest IP address at the ESX host and can be balanced at the TCP conversation level at the switch.

In the example of a file server, a single file transfer from the server to the client can only go a maximum of 1Gbps (1 conversation) using both methods, but two transfers from two different clients to the file server will go at 1Gbps each, wheras it would still be 1Gbps shared with the virtual port ID method. This all assumes your disk storage can go that fast :).

Again, most workloads won&#039;t utilize it, but shared SQL servers, File Servers, and Backup servers are the most common reasons to get improved performance using etherchannel over the standard virtual port ID, but virtual port ID is way simpler and doesn&#039;t require expensive switches for proper redundancy, and what I generally recommend unless they either (a) already have something like 3750&#039;s or (b) have a need to meet the requirement stated above but aren&#039;t willing to go to 10Gb.</description>
		<content:encoded><![CDATA[<p>For those wondering why you would etherchannel instead of load balance based on port ID, the reason is because when you do that, you get more effective load balancing, because it is balanced on source/dest IP address at the ESX host and can be balanced at the TCP conversation level at the switch.</p>
<p>In the example of a file server, a single file transfer from the server to the client can only go a maximum of 1Gbps (1 conversation) using both methods, but two transfers from two different clients to the file server will go at 1Gbps each, wheras it would still be 1Gbps shared with the virtual port ID method. This all assumes your disk storage can go that fast <img src='http://www.yellow-bricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Again, most workloads won&#8217;t utilize it, but shared SQL servers, File Servers, and Backup servers are the most common reasons to get improved performance using etherchannel over the standard virtual port ID, but virtual port ID is way simpler and doesn&#8217;t require expensive switches for proper redundancy, and what I generally recommend unless they either (a) already have something like 3750&#8217;s or (b) have a need to meet the requirement stated above but aren&#8217;t willing to go to 10Gb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Jeffcoat</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4792</link>
		<dc:creator>Cliff Jeffcoat</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4792</guid>
		<description>That is a good reason for MEC with stacked 3750&#039;s and use three 1 Gb connections.  More than likely only one port will fail and you can maintain your 2 Gb link requirement and save the 4th port all together.</description>
		<content:encoded><![CDATA[<p>That is a good reason for MEC with stacked 3750&#8217;s and use three 1 Gb connections.  More than likely only one port will fail and you can maintain your 2 Gb link requirement and save the 4th port all together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nevynxxxx</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4786</link>
		<dc:creator>Nevynxxxx</dc:creator>
		<pubDate>Tue, 13 Oct 2009 14:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4786</guid>
		<description>True, from a networking side, it&#039;s nice to treat ESX as &quot;just another switch&quot; and cross switch Etherchannel it off in the same way you do any other switch...

I think we are agreed that having half your NICs sitting doing nothing isn&#039;t too useful!</description>
		<content:encoded><![CDATA[<p>True, from a networking side, it&#8217;s nice to treat ESX as &#8220;just another switch&#8221; and cross switch Etherchannel it off in the same way you do any other switch&#8230;</p>
<p>I think we are agreed that having half your NICs sitting doing nothing isn&#8217;t too useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Epping</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4785</link>
		<dc:creator>Duncan Epping</dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4785</guid>
		<description>Yes but a 4 NIC &quot;Virtual Port ID&quot; based load balancing &quot;link&quot; to the switches would also work fine. So why make it more complex than needed?</description>
		<content:encoded><![CDATA[<p>Yes but a 4 NIC &#8220;Virtual Port ID&#8221; based load balancing &#8220;link&#8221; to the switches would also work fine. So why make it more complex than needed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nevynxxxx</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4784</link>
		<dc:creator>Nevynxxxx</dc:creator>
		<pubDate>Tue, 13 Oct 2009 09:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4784</guid>
		<description>@ Gabrie - Why have a single active connection, when you you can have two active connections that keep working even if one connection fails? That&#039;s why people use etherchannels.
 If you are dedicating two ports to each vNIC for failover, you may as well use them.</description>
		<content:encoded><![CDATA[<p>@ Gabrie &#8211; Why have a single active connection, when you you can have two active connections that keep working even if one connection fails? That&#8217;s why people use etherchannels.<br />
 If you are dedicating two ports to each vNIC for failover, you may as well use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4783</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Tue, 13 Oct 2009 08:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4783</guid>
		<description>Good question Jonb157, no clue why they wanted to have it like this. They couldn&#039;t give me a justification for it. I received the phone call because the local partner did not have a clue what was happening and happen to know me... and I knew the customer.</description>
		<content:encoded><![CDATA[<p>Good question Jonb157, no clue why they wanted to have it like this. They couldn&#8217;t give me a justification for it. I received the phone call because the local partner did not have a clue what was happening and happen to know me&#8230; and I knew the customer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malaysia VMware</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4767</link>
		<dc:creator>Malaysia VMware</dc:creator>
		<pubDate>Tue, 13 Oct 2009 02:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4767</guid>
		<description>I would said only use &gt; 1GB nic for enhanced storage networking but not really for service console and vmkernel.</description>
		<content:encoded><![CDATA[<p>I would said only use &gt; 1GB nic for enhanced storage networking but not really for service console and vmkernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonb157</title>
		<link>http://www.yellow-bricks.com/2009/10/12/active-standby-etherchannels/comment-page-1/#comment-4764</link>
		<dc:creator>jonb157</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4238#comment-4764</guid>
		<description>Duncan, we use this setup but with 4 active nics all in a team using IP Hash. Why wouldn&#039;t this particular customer &quot;use&quot; the two nics instead of keeping them in standby?</description>
		<content:encoded><![CDATA[<p>Duncan, we use this setup but with 4 active nics all in a team using IP Hash. Why wouldn&#8217;t this particular customer &#8220;use&#8221; the two nics instead of keeping them in standby?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
