<?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: Setting Up .1q Trunking in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34854#M3158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;BTW, you should read through the Network Administration Guide to make sure you're familiar with all the options available and proper syntax.&amp;nbsp; It can be found here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://now.netapp.com/NOW/knowledge/docs/ontap/rel735/html/ontap/nag/frameset.html" target="_blank"&gt;http://now.netapp.com/NOW/knowledge/docs/ontap/rel735/html/ontap/nag/frameset.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 20:28:22 GMT</pubDate>
    <dc:creator>kritchie</dc:creator>
    <dc:date>2011-01-19T20:28:22Z</dc:date>
    <item>
      <title>Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34825#M3152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having issues setting up 802.1Q trunk with Cisco 6509 switch and Netapp 3140....When the encapsulation is set to trunk port vs access on the 6509 it doesn't see the svif interface....Any help is appreciated.&amp;nbsp; I can post either config from Netapp or Cisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeffrey &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:01:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34825#M3152</guid>
      <dc:creator>jwolfanger01</dc:creator>
      <dc:date>2025-06-05T07:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34830#M3153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post both the Cisco config as well as the /etc/rc lines from the NetApp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 17:11:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34830#M3153</guid>
      <dc:creator>kritchie</dc:creator>
      <dc:date>2011-01-18T17:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34835#M3154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached configuration from the Cisco 6509's.&amp;nbsp; Note: there are multiple channel-group members, only one is shown.&amp;nbsp; &lt;BR /&gt;Also, the configuration shows switchport mode trunk.&amp;nbsp; It is currently set to access.&amp;nbsp; When set to trunk the flier IP address can not be seen. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 22:28:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34835#M3154</guid>
      <dc:creator>mschoen123</dc:creator>
      <dc:date>2011-01-18T22:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34840#M3155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the rc files for each filer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Auto-generated by cifs setup Tue Jan 18 11:15:49 EST 2011 &lt;BR /&gt;#Auto-generated by setup Mon Jan 17 15:23:59 EST 2011 &lt;BR /&gt;hostname ##############&lt;BR /&gt;vif create lacp mvif0 -b ip e0a e4a e4b &lt;BR /&gt;vif create lacp mvif1 -b ip e4c e0b e4d &lt;BR /&gt;vif create single svif0 mvif0 mvif1 &lt;BR /&gt;ifconfig svif0 `hostname`-svif0 mediatype auto netmask 255.255.255.0 partner svif0 &lt;BR /&gt;ifconfig e0M `hostname`-e0M flowcontrol full netmask 255.255.255.0 partner e0m &lt;BR /&gt;route add default ############## 1 &lt;BR /&gt;routed on &lt;BR /&gt;options dns.enable on &lt;BR /&gt;options nis.enable off &lt;BR /&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Auto-generated by cifs setup Tue Jan 18 11:22:43 EST 2011 &lt;BR /&gt;#Auto-generated by setup Sun Jan 16 17:37:56 EST 2011 &lt;BR /&gt;hostname ##############&lt;BR /&gt;vif create lacp mvif0 -b ip e4b e4a e0a &lt;BR /&gt;vif create lacp mvif1 -b ip e4c e0b e4d &lt;BR /&gt;vif create single svif0 mvif0 mvif1 &lt;BR /&gt;ifconfig svif0 `hostname`-svif0 mediatype auto netmask 255.255.255.0 partner svif0 &lt;BR /&gt;ifconfig e0M `hostname`-e0M flowcontrol full netmask 255.255.255.0 partner e0m &lt;BR /&gt;route add default ############## 1 &lt;BR /&gt;routed on &lt;BR /&gt;options dns.domainname ##############&lt;BR /&gt;options dns.enable on &lt;BR /&gt;options nis.enable off &lt;BR /&gt;savecore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 18:49:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34840#M3155</guid>
      <dc:creator>paul_w_jackson</dc:creator>
      <dc:date>2011-01-19T18:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34845#M3156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cisco is apparently setup to tag VLANs on trunk. If you have single VLAN on this aggregate I do not see what is wrong in using port in access mode. If you really need multiple VLANs you need to create matching vlan interface on filer for each one, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan create svif0 345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for VLAN number 345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please notice that version 7.x that you have cannot mix tagged and untagged (native) VLANs on the same physical interface. Of course, you can use it even for a single tagged VLAN, it just adds extra complexity without any advantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I am not really sure which interface should be used for VLAN creation in case of multi-level VIFs. I think it is top-level one, but I am really not sure &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 19:02:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34845#M3156</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2011-01-19T19:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34849#M3157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For a dot1q trunk your port-channel interface needs to reflect mode&amp;nbsp; trunk.&amp;nbsp; You might want to enable spanning-tree on the port-channel&amp;nbsp; interface as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN tagged interfaces should be made on the top level of the vif as aborzenkov points out.&amp;nbsp; He's also correct in that NetApp doesn't support untagged (native) vlans.&amp;nbsp; Assuming your native vlan is probably 1 or at least isn't 650 or 652, you don't need to worry about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for vlans 650 and 652 you'll need to add the following to the rc files before the ifconfig statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan create svif0 650 652&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, you'll then need to apply the IP addresses to the vlan tagged interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig svif0-650 ....&lt;/P&gt;&lt;P&gt;ifconfig svif0-652 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You won't be able to do this with the current configuration in place.&amp;nbsp; Either you need to do a:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig svif0 0.0.0.0 down&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you need to edit the /etc/rc and /etc/hosts files and reboot or cf takeover/giveback in each direction.&amp;nbsp; If you're going to use `hostname` in the ifconfig statement, you'll want to edit /etc/hosts to have hostname bos-equnas-1a-svif0-650 and hostname bos-equnas-1a-svif0-652 and similar for the other controller.&amp;nbsp; Make sure you then also append the vlan id to in the ifconfig statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, the reason I advise customers to put vlan tagged interfaces into place for even a single vlan is that it's non-disruptive to add additional vlans once the dot1q trunk is setup.&amp;nbsp; If you want change from access mode to dot1q non-disruptively, you can use cf takeover and giveback to do so for everything but CIFS - that's if you don't make any mistakes in /etc/rc.&amp;nbsp; My opinion is do the hard work and testing up front before it goes into production.&amp;nbsp; Every additional vlan after that will be following the form you setup for the first vlan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 20:23:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34849#M3157</guid>
      <dc:creator>kritchie</dc:creator>
      <dc:date>2011-01-19T20:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up .1q Trunking</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34854#M3158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;BTW, you should read through the Network Administration Guide to make sure you're familiar with all the options available and proper syntax.&amp;nbsp; It can be found here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://now.netapp.com/NOW/knowledge/docs/ontap/rel735/html/ontap/nag/frameset.html" target="_blank"&gt;http://now.netapp.com/NOW/knowledge/docs/ontap/rel735/html/ontap/nag/frameset.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 20:28:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Setting-Up-1q-Trunking/m-p/34854#M3158</guid>
      <dc:creator>kritchie</dc:creator>
      <dc:date>2011-01-19T20:28:22Z</dc:date>
    </item>
  </channel>
</rss>

