<?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: Enabling Jumbo Frames on a Nexus 5000</title>
	<atom:link href="http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:13:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Tim H</title>
		<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/comment-page-1/#comment-50466</link>
		<dc:creator>Tim H</dc:creator>
		<pubDate>Fri, 25 Mar 2011 17:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1732#comment-50466</guid>
		<description>Thanks for the post Scott. I&#039;m in a colo right now and, well...

Tim H.
ePlus Technology</description>
		<content:encoded><![CDATA[<p>Thanks for the post Scott. I&#8217;m in a colo right now and, well&#8230;</p>
<p>Tim H.<br />
ePlus Technology</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gill</title>
		<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/comment-page-1/#comment-49303</link>
		<dc:creator>John Gill</dc:creator>
		<pubDate>Wed, 06 Oct 2010 12:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1732#comment-49303</guid>
		<description>It may be worth noting NX-OS will convert your QoS configuration when you use the &quot;install all&quot; method of upgrading.  Contrary to popular belief, setting boot variables and reloading is not a supported upgrade method in NX-OS or SAN-OS.

Mike&#039;s statement about setting a jumbo per system is not exactly how it works.  The Nexus 5000 allows you to set an MTU per class.  This is to allow for Ethernet and FCoE frames on the same medium.  One could make policy map that specifies multiple MTU&#039;s for the different classes and then apply to only some ports.  System QoS applies to the entire system, or all ports unless otherwise configured.

Raj&#039;s comment about the interface MTU - it is confusing since we are using class-based MTU configuration so technically the interface MTU is meaningless, you can safely ignore it.  Please use &quot;show policy-map interface&quot; to determine the MTU per class of a given interface.

We have a defect to enhance the &quot;show interface&quot; output to convey the classful configuration: 

CSCsl21529    Enhance CLI to display per class MTU 

Regards,
John Gill
cisco
Nexus 5000 Customer Operations</description>
		<content:encoded><![CDATA[<p>It may be worth noting NX-OS will convert your QoS configuration when you use the &#8220;install all&#8221; method of upgrading.  Contrary to popular belief, setting boot variables and reloading is not a supported upgrade method in NX-OS or SAN-OS.</p>
<p>Mike&#8217;s statement about setting a jumbo per system is not exactly how it works.  The Nexus 5000 allows you to set an MTU per class.  This is to allow for Ethernet and FCoE frames on the same medium.  One could make policy map that specifies multiple MTU&#8217;s for the different classes and then apply to only some ports.  System QoS applies to the entire system, or all ports unless otherwise configured.</p>
<p>Raj&#8217;s comment about the interface MTU &#8211; it is confusing since we are using class-based MTU configuration so technically the interface MTU is meaningless, you can safely ignore it.  Please use &#8220;show policy-map interface&#8221; to determine the MTU per class of a given interface.</p>
<p>We have a defect to enhance the &#8220;show interface&#8221; output to convey the classful configuration: </p>
<p>CSCsl21529    Enhance CLI to display per class MTU </p>
<p>Regards,<br />
John Gill<br />
cisco<br />
Nexus 5000 Customer Operations</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/comment-page-1/#comment-48820</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Thu, 15 Jul 2010 21:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1732#comment-48820</guid>
		<description>Hi, 
     We used the commands mentioned above on nexus 5010 with 4.1 OS and it still shows MTU of 1500 on all interfaces. 

show running-config shows following:

cisco5010# show running-config
version 4.1(3)N1(1)
feature telnet
no feature ssh
feature fex

username admin password 5 $1$xUKbUH4X$whNeBWSCkhx0gSgwzQfXY/  role network-
no password strength-check
ip host cisco5010 172.22.219.239
switchname cisco5010
logging event link-status default
service unsupported-transceiver
policy-map type network-qos jumbo
  class type network-qos class-default
    mtu 9216
system qos
  service-policy type network-qos jumbo
snmp-server user admin network-admin auth md5 0xb95e70ca9942394accaa26fae49
 priv 0xb95e70ca9942394accaa26fae49d8da8 localizedkey

vrf context management
  ip route 0.0.0.0/0 172.22.219.1
vlan 1

did we miss anything? we appreciate your answer.

Thanks,
Raj</description>
		<content:encoded><![CDATA[<p>Hi,<br />
     We used the commands mentioned above on nexus 5010 with 4.1 OS and it still shows MTU of 1500 on all interfaces. </p>
<p>show running-config shows following:</p>
<p>cisco5010# show running-config<br />
version 4.1(3)N1(1)<br />
feature telnet<br />
no feature ssh<br />
feature fex</p>
<p>username admin password 5 $1$xUKbUH4X$whNeBWSCkhx0gSgwzQfXY/  role network-<br />
no password strength-check<br />
ip host cisco5010 172.22.219.239<br />
switchname cisco5010<br />
logging event link-status default<br />
service unsupported-transceiver<br />
policy-map type network-qos jumbo<br />
  class type network-qos class-default<br />
    mtu 9216<br />
system qos<br />
  service-policy type network-qos jumbo<br />
snmp-server user admin network-admin auth md5 0xb95e70ca9942394accaa26fae49<br />
 priv 0xb95e70ca9942394accaa26fae49d8da8 localizedkey</p>
<p>vrf context management<br />
  ip route 0.0.0.0/0 172.22.219.1<br />
vlan 1</p>
<p>did we miss anything? we appreciate your answer.</p>
<p>Thanks,<br />
Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/comment-page-1/#comment-47783</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Thu, 01 Apr 2010 13:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1732#comment-47783</guid>
		<description>Mike,

You&#039;ll need to enable jumbo frames end-to-end. If you can&#039;t/don&#039;t want to enable jumbo frames on the 3750E and that&#039;s where either the hosts or the storage connects, then you won&#039;t be able to use jumbo frames. You&#039;ll have a loss of connectivity.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>You&#8217;ll need to enable jumbo frames end-to-end. If you can&#8217;t/don&#8217;t want to enable jumbo frames on the 3750E and that&#8217;s where either the hosts or the storage connects, then you won&#8217;t be able to use jumbo frames. You&#8217;ll have a loss of connectivity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Yu</title>
		<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/comment-page-1/#comment-47776</link>
		<dc:creator>Mike Yu</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1732#comment-47776</guid>
		<description>Hi,

I have a question for Nexus 5000 + NetAPP + Vmware ESX + 3750E solution. 

I knew N5K is only support per system jumbo fram. If Netapp storage/Vmware ESX server/N5K enable jumbo frame(9000) and N5K connect to 3750E without jumbo frame by trunking interface, what is going to happend? packet drop? 

Because I don&#039;t want to enable jumbo frame on my existing 3750E with L3 routing feature. 

is any good idea for that?

Thanks

Mike</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a question for Nexus 5000 + NetAPP + Vmware ESX + 3750E solution. </p>
<p>I knew N5K is only support per system jumbo fram. If Netapp storage/Vmware ESX server/N5K enable jumbo frame(9000) and N5K connect to 3750E without jumbo frame by trunking interface, what is going to happend? packet drop? </p>
<p>Because I don&#8217;t want to enable jumbo frame on my existing 3750E with L3 routing feature. </p>
<p>is any good idea for that?</p>
<p>Thanks</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RTFM Education &#187; Blog Archive &#187; Scott Lowe - NPIV, Nexus, Design Exam..</title>
		<link>http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000/comment-page-1/#comment-46969</link>
		<dc:creator>RTFM Education &#187; Blog Archive &#187; Scott Lowe - NPIV, Nexus, Design Exam..</dc:creator>
		<pubDate>Wed, 09 Dec 2009 12:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=1732#comment-46969</guid>
		<description>[...] http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000" rel="nofollow">http://blog.scottlowe.org/2009/11/09/enabling-jumbo-frames-on-a-nexus-5000</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

