<?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: FAS2040 MVIF CONFIG QUESTION in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/FAS2040-MVIF-CONFIG-QUESTION/m-p/55681#M5140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your plan makes pretty good sense (depending on your switch environment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a dual switch environment - Make sure you switches support doing LACP across both switches and that there is a big enough trunk between the switches (plug 2 port into each switch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create lacp mvif0 e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;vlan create mvif0 10&lt;/P&gt;&lt;P&gt;vlan add mvif0 2&lt;/P&gt;&lt;P&gt;vlan add mvif0 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig mvif0-10 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig mvif0-3 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig mvif0-2 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure cf.takeover.on_network_interface_failure is set to off if you don't want network failure to cause a cluster failover, and if you lose a link it will just keep on trucking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rinse and repeat for second controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a dual switch environment, and it doesn't support LACP across the switches, and you don't need all 4 for performance, you can do two multi's and second level them into a single to give failover between switches.&lt;/P&gt;&lt;P&gt;vif create lacp mvif0 e0a e0c&lt;/P&gt;&lt;P&gt;vif create lacp mvif1 e0b e0d&lt;/P&gt;&lt;P&gt;vif create single svif0 mvif0 mvif1&lt;/P&gt;&lt;P&gt;vlan create svif0 10&lt;/P&gt;&lt;P&gt;vlan add svif0 3&lt;/P&gt;&lt;P&gt;vlan add svif0 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig svif0-10 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig svif0-3 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig svif0-2 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you 2Gbps per lacp link and failover between switches for switch redundancy. Still no failover between controllers in case of switch failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a single switch environment, as per the dual switch environment that supports LACP across the switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: I strongly recommend checking my syntax on the commands, as I don't have a console open and these are from memory, the point was to give you the idea of what needs to be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 06:10:09 GMT</pubDate>
    <dc:creator>bassettol</dc:creator>
    <dc:date>2011-05-02T06:10:09Z</dc:date>
    <item>
      <title>FAS2040 MVIF CONFIG QUESTION</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/FAS2040-MVIF-CONFIG-QUESTION/m-p/55678#M5139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a new 2040A system I am putting in play.&amp;nbsp; Each head has 4 nics.&amp;nbsp; My plan was to keep it simple and make a Miltimode LACP vif for each filer head using all 4 nics.&amp;nbsp; Then Vlan beneath to storage and client traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlan-2 Iscsi,&lt;/P&gt;&lt;P&gt;Vlan-3 NFS,&lt;/P&gt;&lt;P&gt;Vlan10 for client and Cifs traffic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All pretty simple.&amp;nbsp; I also plan on having the system in an active/active configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAN Head A&lt;/P&gt;&lt;P&gt;VIFa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan-10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAN Head B&lt;/P&gt;&lt;P&gt;VIFb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e0d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan-10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my question.&amp;nbsp; Lets say I loose nic e0b on SAN Head A.&amp;nbsp; Am I okay and just down a nic or does my networking want to fail over to SAN Head B?&amp;nbsp; Do I only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions or rc file examples would be helpful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:55:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/FAS2040-MVIF-CONFIG-QUESTION/m-p/55678#M5139</guid>
      <dc:creator>DAVEDEPILLIS</dc:creator>
      <dc:date>2025-06-05T06:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2040 MVIF CONFIG QUESTION</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/FAS2040-MVIF-CONFIG-QUESTION/m-p/55681#M5140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your plan makes pretty good sense (depending on your switch environment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a dual switch environment - Make sure you switches support doing LACP across both switches and that there is a big enough trunk between the switches (plug 2 port into each switch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vif create lacp mvif0 e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;vlan create mvif0 10&lt;/P&gt;&lt;P&gt;vlan add mvif0 2&lt;/P&gt;&lt;P&gt;vlan add mvif0 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig mvif0-10 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig mvif0-3 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig mvif0-2 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure cf.takeover.on_network_interface_failure is set to off if you don't want network failure to cause a cluster failover, and if you lose a link it will just keep on trucking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rinse and repeat for second controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a dual switch environment, and it doesn't support LACP across the switches, and you don't need all 4 for performance, you can do two multi's and second level them into a single to give failover between switches.&lt;/P&gt;&lt;P&gt;vif create lacp mvif0 e0a e0c&lt;/P&gt;&lt;P&gt;vif create lacp mvif1 e0b e0d&lt;/P&gt;&lt;P&gt;vif create single svif0 mvif0 mvif1&lt;/P&gt;&lt;P&gt;vlan create svif0 10&lt;/P&gt;&lt;P&gt;vlan add svif0 3&lt;/P&gt;&lt;P&gt;vlan add svif0 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig svif0-10 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig svif0-3 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;ifconfig svif0-2 x.x.x.x netmask x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you 2Gbps per lacp link and failover between switches for switch redundancy. Still no failover between controllers in case of switch failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a single switch environment, as per the dual switch environment that supports LACP across the switches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: I strongly recommend checking my syntax on the commands, as I don't have a console open and these are from memory, the point was to give you the idea of what needs to be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 06:10:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/FAS2040-MVIF-CONFIG-QUESTION/m-p/55681#M5140</guid>
      <dc:creator>bassettol</dc:creator>
      <dc:date>2011-05-02T06:10:09Z</dc:date>
    </item>
  </channel>
</rss>

