<?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: Correct rc settings for jumbo frames on specific VLAN? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63079#M14899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Randy&lt;/P&gt;&lt;P&gt;So just to clarify, you reckon the following woild be correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifgrp create lacp ifgrp01 -b ip e0a e0b&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;vlan create ifgrp01 2 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;#vlan 2 no jumbo frames&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifconfig ifgrp01-2 `hostname`-ifgrp01-2 netmask 255.255.252.0 mtusize 1500 partner ifgrp01-2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;#vlan 3 with jumbo frames&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifconfig ifgrp01-3 `hostname`-ifgrp01-3 netmask 255.255.255.0 mtusize 9000 partner ifgrp01-3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 05:52:03 GMT</pubDate>
    <dc:creator>akw_white</dc:creator>
    <dc:date>2013-11-20T05:52:03Z</dc:date>
    <item>
      <title>Correct rc settings for jumbo frames on specific VLAN?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63066#M14894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the crosspost but I didn't get any response in the space I originally asked this (it doesn't seem to have much activity)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some advice on how to best configure rc file to enable jumbo frames on startup on some but not all VLANs associated with an interface group.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;ONTAP 8.0.3 7-mode&lt;/P&gt;&lt;P&gt;Interface group with two VLANs&lt;/P&gt;&lt;P&gt;One VLAN uses MTU 9000 (jumbo frames) the other uses MTU 1500 (regular frames)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct way to put this info into the rc file? An extract of what I've got at the moment is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifgrp create lacp ifgrp01 -b ip e0a e0b&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;vlan create ifgrp01 2 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;#vlan 2 no jumbo frames&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifconfig ifgrp01-2 `hostname`-ifgrp01-2 netmask 255.255.252.0 partner ifgrp01-2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;#vlan 3 with jumbo frames&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifconfig ifgrp01-3 `hostname`-ifgrp01-3 netmask 255.255.255.0 mtusize 9000 partner ifgrp01-3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that if I run &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ifconfig ifgrp01-3 mtusize 9000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;interactively it will set e0a, e0b and ifgrp01 to mtusize 9000 automatically so is it OK to put the mtusize parameter in just this line in rc or do I need to set mtusize 9000 on the other three interfaces (e0a, e0b and ifgrp01) manually as well? Do I need a command to set mtusize 1500 on ifgrp01-2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:49:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63066#M14894</guid>
      <dc:creator>akw_white</dc:creator>
      <dc:date>2025-06-05T05:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Correct rc settings for jumbo frames on specific VLAN?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63071#M14896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add mtusize 1500 to VLAN 2.&amp;nbsp; I've setup jumbo on VLAN interfaces many times with the syntax you have set for VLAN 3.&amp;nbsp; Looks good!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 05:35:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63071#M14896</guid>
      <dc:creator>rweeks</dc:creator>
      <dc:date>2013-11-20T05:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Correct rc settings for jumbo frames on specific VLAN?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63079#M14899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Randy&lt;/P&gt;&lt;P&gt;So just to clarify, you reckon the following woild be correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifgrp create lacp ifgrp01 -b ip e0a e0b&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;vlan create ifgrp01 2 3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;#vlan 2 no jumbo frames&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifconfig ifgrp01-2 `hostname`-ifgrp01-2 netmask 255.255.252.0 mtusize 1500 partner ifgrp01-2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;#vlan 3 with jumbo frames&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ifconfig ifgrp01-3 `hostname`-ifgrp01-3 netmask 255.255.255.0 mtusize 9000 partner ifgrp01-3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 05:52:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63079#M14899</guid>
      <dc:creator>akw_white</dc:creator>
      <dc:date>2013-11-20T05:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Correct rc settings for jumbo frames on specific VLAN?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63084#M14901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct.  I've been doing implementations for about 8yrs and that's how I've always done it &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 06:04:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63084#M14901</guid>
      <dc:creator>rweeks</dc:creator>
      <dc:date>2013-11-20T06:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Correct rc settings for jumbo frames on specific VLAN?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63089#M14903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Randy, that did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 02:58:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Correct-rc-settings-for-jumbo-frames-on-specific-VLAN/m-p/63089#M14903</guid>
      <dc:creator>akw_white</dc:creator>
      <dc:date>2013-11-25T02:58:02Z</dc:date>
    </item>
  </channel>
</rss>

