<?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 Ifgroup Trunk Configuration in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65402#M15368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer who is a SP and require multiple Vlans for there NAS requirements. i.e they use seperate VLAN's for each customer to access CIFS/NFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration I had in mind was for each head in a HA pair to create an IFgroup which supported Cisco trunking dot1q?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan to configure IFGroups for SnapMirror and SnapVault using LACP to provide Dynamic fault tolerance and load balancing as they will be connected via a port channel using a single VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What configuration would I have to adopt to allow multiple VLANS to service NAS for their different customers? also is it posible to provide load balacing for trunked ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:20:24 GMT</pubDate>
    <dc:creator>SWEETMANA</dc:creator>
    <dc:date>2025-06-05T06:20:24Z</dc:date>
    <item>
      <title>Ifgroup Trunk Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65402#M15368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer who is a SP and require multiple Vlans for there NAS requirements. i.e they use seperate VLAN's for each customer to access CIFS/NFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration I had in mind was for each head in a HA pair to create an IFgroup which supported Cisco trunking dot1q?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan to configure IFGroups for SnapMirror and SnapVault using LACP to provide Dynamic fault tolerance and load balancing as they will be connected via a port channel using a single VLAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What configuration would I have to adopt to allow multiple VLANS to service NAS for their different customers? also is it posible to provide load balacing for trunked ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:20:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65402#M15368</guid>
      <dc:creator>SWEETMANA</dc:creator>
      <dc:date>2025-06-05T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ifgroup Trunk Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65407#M15369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Austin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netapp.com/templates/mediaView?m=tr-3802.pdf&amp;amp;cc=us&amp;amp;wid=83443832&amp;amp;mid=29853432" target="_blank"&gt;http://www.netapp.com/templates/mediaView?m=tr-3802.pdf&amp;amp;cc=us&amp;amp;wid=83443832&amp;amp;mid=29853432&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have questions after reading through this let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would create an ifgrp for NFS and tag all the vlans &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of what the RC file would look like, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname test&lt;/P&gt;&lt;P&gt;ifgrp create lacp NFS -b ip e1a e1b&lt;/P&gt;&lt;P&gt;vlan create NFS 11 106&lt;/P&gt;&lt;P&gt;ifconfig NFS-11 192.168.10.56 netmask 255.255.255.224 partner NFS-02-11 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig NFS-106 192.168.5.48 netmask 255.255.255.0 partner NFS-02-106 mtusize 1500&lt;/P&gt;&lt;P&gt;ifconfig NFS-106 alias 192.168.5.50 netmask 255.255.255.0 partner NFS-02-106 mtusize 1500&lt;/P&gt;&lt;P&gt;route add default 192.168.5.1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;options dns.domainname test.local&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how many Ethernet ports are we working with? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 13:17:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65407#M15369</guid>
      <dc:creator>CCOLEMAN_</dc:creator>
      <dc:date>2012-08-24T13:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ifgroup Trunk Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65415#M15370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your quick response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At present we have 2 ports per head for NAS but will plan for the expansion of this in the future. From what you have sent me this is perfect! Thanks for this, it expains what I had already envisaged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 13:45:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65415#M15370</guid>
      <dc:creator>SWEETMANA</dc:creator>
      <dc:date>2012-08-24T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ifgroup Trunk Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65420#M15371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sweet!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2012 14:03:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Ifgroup-Trunk-Configuration/m-p/65420#M15371</guid>
      <dc:creator>CCOLEMAN_</dc:creator>
      <dc:date>2012-08-24T14:03:42Z</dc:date>
    </item>
  </channel>
</rss>

