<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BeyondVM &#187; configuration</title>
	<atom:link href="http://beyondvm.com/tags/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://beyondvm.com</link>
	<description>Virtualization, UNIX, Business</description>
	<lastBuildDate>Mon, 02 Nov 2009 19:03:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial: 802.3ad Port Configuration with ESX</title>
		<link>http://beyondvm.com/tutorial-802-3ad-port-configuration-with-esx/</link>
		<comments>http://beyondvm.com/tutorial-802-3ad-port-configuration-with-esx/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 18:51:38 +0000</pubDate>
		<dc:creator>beyondvm</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[802.3ad]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[ESX]]></category>

		<guid isPermaLink="false">http://beyondvm.com.s75180.gridserver.com/?p=49</guid>
		<description><![CDATA[Just wanted to post a quick post about how to configure 802.3ad port consolidation with a Cisco switch and VMware ESX (vSphere was used for this example).  I was using an HP DL380 with 2 onboard NIC and 2 24 port Cisco 3750G connected with stackwise cables.
Switch Configuration:
&#8230;
interface GigabitEthernet1/0/14
description ESX NIC 2
switchport trunk encapsulation dot1q
switchport [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to post a quick post about how to configure 802.3ad port consolidation with a Cisco switch and VMware ESX (vSphere was used for this example).  I was using an HP DL380 with 2 onboard NIC and 2 24 port Cisco 3750G connected with stackwise cables.</p>
<p>Switch Configuration:</p>
<blockquote class="code"><p>&#8230;<br />
interface GigabitEthernet1/0/14<br />
description ESX NIC 2<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
channel-group 1 mode on<br />
end<br />
&#8230;<br />
interface GigabitEthernet2/0/14<br />
description ESX NIC 2<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
channel-group 1 mode on<br />
end<br />
&#8230;<br />
interface Port-channel1<br />
description ESX PortChannel<br />
switchport trunk encapsulation dot1q<br />
switchport mode trunk<br />
end<br />
&#8230;</p></blockquote>
<p>What I did was group two gigabit ports (1/0/14 and 2/0/14) into one port channel group (1).  Then I applied the trunk settings to the port channel instead of the individual ports.  As for the ESX side, I configured the virtual switch with more than one active adapter and set the &#8220;load balancing&#8221; to &#8220;Route based on IP hash.&#8221;</p>
<p style="padding-left: 30px;"><a href="http://beyondvm.com/wp-content/uploads/2009/08/iphash.JPG" rel="lightbox[49]"><img class="alignnone size-full wp-image-50" title="iphash" src="http://beyondvm.com/wp-content/uploads/2009/08/iphash.JPG" alt="iphash" width="400" height="499" /></a></p>
<p>If this set up would not have been using a trunk, the following configuration would have been used:</p>
<blockquote class="code"><p>&#8230;<br />
interface Port-channel1<br />
description ESX PortChannel<br />
switchport mode access<br />
switchport access vlan &lt;vlan for port group&gt;<br />
end<br />
&#8230;</p></blockquote>
<p>This configuration has seemed to be fairly reliable. I plan to do some load testing to investigate how balanced the load really is. I will post a follow-up if there are any interesting findings.</p>
]]></content:encoded>
			<wfw:commentRss>http://beyondvm.com/tutorial-802-3ad-port-configuration-with-esx/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
