<?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: Configuring Cisco 1000v with NAS datastores</title>
	<atom:link href="http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/</link>
	<description>technologist defying the peter principle</description>
	<lastBuildDate>Fri, 09 Mar 2012 17:19:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18630</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18630</guid>
		<description>Thanks to Brad and Christian&#039;s for their pointers. The missing piece was the addition of system vlans on the port profile. We only had it on one side (uplink port profile). With those corrections, we have a clean vSphere 4 with 1000v configuration.  Below is the configuration we used on the VSMs and works like a charm.  

Next up - NX 5Ks and 7Ks. Good times.

&lt;strong&gt;VMKernel&lt;/strong&gt;
&lt;pre lang=&quot;bash&quot;&gt;
port-profile vmkernel-uplink
  capability uplink
  vmware port-group
  switchport mode trunk
  switchport trunk allowed vlan 151
  channel-group auto mode active
  no shutdown
  system vlan 151
  state enabled

port-profile vmkernel
  vmware port-group
  switchport mode access
  switchport access vlan 151
  no shutdown
  system vlan 151
  state enabled
&lt;/pre&gt;

&lt;strong&gt;VM Network&lt;/strong&gt;
&lt;pre lang=&quot;bash&quot;&gt;
port-profile vmnetwork-uplink
  capability uplink
  vmware port-group
  switchport mode trunk
  switchport trunk allowed vlan 106,997-998
  channel-group auto mode active
  no shutdown
  state enabled

port-profile vmnetwork-106
  vmware port-group
  switchport mode access
  switchport access vlan 106
  no shutdown
  state enabled
&lt;/pre&gt;

&lt;strong&gt;Service Console&lt;/strong&gt;
&lt;pre lang=&quot;bash&quot;&gt;
port-profile service-console-uplink
  capability uplink
  vmware port-group
  switchport mode trunk
  switchport trunk allowed vlan 105
  channel-group auto mode active
  no shutdown
  system vlan 105
  state enabled

port-profile service-console
  vmware port-group
  switchport mode access
  switchport access vlan 105
  no shutdown
  system vlan 105
  state enabled
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Thanks to Brad and Christian&#8217;s for their pointers. The missing piece was the addition of system vlans on the port profile. We only had it on one side (uplink port profile). With those corrections, we have a clean vSphere 4 with 1000v configuration.  Below is the configuration we used on the VSMs and works like a charm.  </p>
<p>Next up &#8211; NX 5Ks and 7Ks. Good times.</p>
<p><strong>VMKernel</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">port-profile vmkernel-uplink
  capability uplink
  vmware port-group
  switchport mode trunk
  switchport trunk allowed vlan <span style="color: #000000;">151</span>
  channel-group auto mode active
  no shutdown
  system vlan <span style="color: #000000;">151</span>
  state enabled
&nbsp;
port-profile vmkernel
  vmware port-group
  switchport mode access
  switchport access vlan <span style="color: #000000;">151</span>
  no shutdown
  system vlan <span style="color: #000000;">151</span>
  state enabled</pre></div></div>

<p><strong>VM Network</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">port-profile vmnetwork-uplink
  capability uplink
  vmware port-group
  switchport mode trunk
  switchport trunk allowed vlan <span style="color: #000000;">106</span>,<span style="color: #000000;">997</span>-<span style="color: #000000;">998</span>
  channel-group auto mode active
  no shutdown
  state enabled
&nbsp;
port-profile vmnetwork-<span style="color: #000000;">106</span>
  vmware port-group
  switchport mode access
  switchport access vlan <span style="color: #000000;">106</span>
  no shutdown
  state enabled</pre></div></div>

<p><strong>Service Console</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">port-profile service-console-uplink
  capability uplink
  vmware port-group
  switchport mode trunk
  switchport trunk allowed vlan <span style="color: #000000;">105</span>
  channel-group auto mode active
  no shutdown
  system vlan <span style="color: #000000;">105</span>
  state enabled
&nbsp;
port-profile service-console
  vmware port-group
  switchport mode access
  switchport access vlan <span style="color: #000000;">105</span>
  no shutdown
  system vlan <span style="color: #000000;">105</span>
  state enabled</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18444</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Fri, 11 Sep 2009 01:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18444</guid>
		<description>@Brad and @Christian - Thanks for your help. Brad - Just spoke to Pierre a few mins ago and he mentioned the same thing that @Christian also mentioned. 

To answer your question, I asked for the network configs and verified that we did not have portfast enabled. (I remember asking for it, however). 

Things to check

1. We know that the system vlans are enabled on the uplink port profile. We need to ensure that the system vlans are enabled on the VMkernel vDS interface port profile as well. I didn&#039;t think there was a way to check that using vCenter but Christian&#039;s example shows me the way.

2. Enable spanning tree portfast trunk on the port channels

3. We are also using LACP for link aggregation. We&#039;ll need to see if there are any config parameters that might allow us to bring these ports up any faster.

Please stay tuned and muchas gracias!</description>
		<content:encoded><![CDATA[<p>@Brad and @Christian &#8211; Thanks for your help. Brad &#8211; Just spoke to Pierre a few mins ago and he mentioned the same thing that @Christian also mentioned. </p>
<p>To answer your question, I asked for the network configs and verified that we did not have portfast enabled. (I remember asking for it, however). </p>
<p>Things to check</p>
<p>1. We know that the system vlans are enabled on the uplink port profile. We need to ensure that the system vlans are enabled on the VMkernel vDS interface port profile as well. I didn&#8217;t think there was a way to check that using vCenter but Christian&#8217;s example shows me the way.</p>
<p>2. Enable spanning tree portfast trunk on the port channels</p>
<p>3. We are also using LACP for link aggregation. We&#8217;ll need to see if there are any config parameters that might allow us to bring these ports up any faster.</p>
<p>Please stay tuned and muchas gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Elsen</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18442</link>
		<dc:creator>Christian Elsen</dc:creator>
		<pubDate>Thu, 10 Sep 2009 23:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18442</guid>
		<description>Hi,

there is no problem in moving the VMKernel interface used for NFS or iSCSI to the Nexus 1000V. You just need to configure the VLAN that is being used for NFS or iSCSI as a system VLAN on the uplink port-profile AND the actual port-profile used for the VMKernel interface.

Here&#039;s a sample config. Let&#039;s say you will use VLAN 14 for NFS or iSCSI.

&lt;pre lang=&quot;bash&quot;&gt;
port-profile uplink_port_profile_1
  capability uplink
  vmware port-group
  switchport trunk allowed vlan 10-14,21-22
  channel-group auto mode on sub-group cdp
  no shutdown
  system vlan 10-11,21-22
  state enabled

port-profile iSCSI_or_NFS
  vmware port-group
  switchport mode access
  switchport access vlan 10
  no shutdown
  system vlan 10
  state enabled
&lt;/pre&gt;
Same applies for the Service Console!

Hope that helps

Chris</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>there is no problem in moving the VMKernel interface used for NFS or iSCSI to the Nexus 1000V. You just need to configure the VLAN that is being used for NFS or iSCSI as a system VLAN on the uplink port-profile AND the actual port-profile used for the VMKernel interface.</p>
<p>Here&#8217;s a sample config. Let&#8217;s say you will use VLAN 14 for NFS or iSCSI.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">port-profile uplink_port_profile_1
  capability uplink
  vmware port-group
  switchport trunk allowed vlan <span style="color: #000000;">10</span>-<span style="color: #000000;">14</span>,<span style="color: #000000;">21</span>-<span style="color: #000000;">22</span>
  channel-group auto mode on sub-group cdp
  no shutdown
  system vlan <span style="color: #000000;">10</span>-<span style="color: #000000;">11</span>,<span style="color: #000000;">21</span>-<span style="color: #000000;">22</span>
  state enabled
&nbsp;
port-profile iSCSI_or_NFS
  vmware port-group
  switchport mode access
  switchport access vlan <span style="color: #000000;">10</span>
  no shutdown
  system vlan <span style="color: #000000;">10</span>
  state enabled</pre></div></div>

<p>Same applies for the Service Console!</p>
<p>Hope that helps</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hedlund</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18441</link>
		<dc:creator>Brad Hedlund</dc:creator>
		<pubDate>Thu, 10 Sep 2009 23:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18441</guid>
		<description>OK... Do you have &#039;spanning-tree portfast trunk&#039; enabled on switchports connecting the ESX host?

Thanks,
Brad</description>
		<content:encoded><![CDATA[<p>OK&#8230; Do you have &#8216;spanning-tree portfast trunk&#8217; enabled on switchports connecting the ESX host?</p>
<p>Thanks,<br />
Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18435</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18435</guid>
		<description>Yes - They are system vlans. Today we moved SC and CPM (Control, Packet and Management) over to the vDS under the thinking that the vDS is going to get the SC and VMkernel available more cleanly so we can mount the NAS datastores. . That really did not help things all that much. We still see the ESX Server boot up, *hang* and NAS datastores for about 10 minutes and finally mount the datastores. During that time, we see the links come up *twice* followed by NAS datastore mounting. 

The VMKernel IP and the storage IPs are in same subnets and otherwise there are NO nfs errors (RPC or any other kind). It&#039;s only at the boot time we get this delay.</description>
		<content:encoded><![CDATA[<p>Yes &#8211; They are system vlans. Today we moved SC and CPM (Control, Packet and Management) over to the vDS under the thinking that the vDS is going to get the SC and VMkernel available more cleanly so we can mount the NAS datastores. . That really did not help things all that much. We still see the ESX Server boot up, *hang* and NAS datastores for about 10 minutes and finally mount the datastores. During that time, we see the links come up *twice* followed by NAS datastore mounting. </p>
<p>The VMKernel IP and the storage IPs are in same subnets and otherwise there are NO nfs errors (RPC or any other kind). It&#8217;s only at the boot time we get this delay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hedlund</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18433</link>
		<dc:creator>Brad Hedlund</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18433</guid>
		<description>Oh, also, do you have &#039;system vlan&#039; configured in the Port Profiles used as uplinks? And is the VMKernel&#039;s VLAN listed in this command?

Thanks,
Brad</description>
		<content:encoded><![CDATA[<p>Oh, also, do you have &#8216;system vlan&#8217; configured in the Port Profiles used as uplinks? And is the VMKernel&#8217;s VLAN listed in this command?</p>
<p>Thanks,<br />
Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Hedlund</title>
		<link>http://rajeev.name/2009/09/09/configuring-cisco-1000v-with-nas-datastores/comment-page-1/#comment-18432</link>
		<dc:creator>Brad Hedlund</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/?p=501#comment-18432</guid>
		<description>Do you the &#039;system vlan&#039; command in the Port Profile in use by the VMKernel?</description>
		<content:encoded><![CDATA[<p>Do you the &#8216;system vlan&#8217; command in the Port Profile in use by the VMKernel?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

