<?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: Vif Configuration in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4701#M957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The links Michael provided are very informative and gives you a great exposure towards VIF's creation and its concepts. But to give you high-level understanding on its functionality I will take couple of minutes to explain here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Netapp MM (multi-mode) VIFs allow you to add reliability and performance to the filer's networking configuration. You can do it in multiple ways on NetApp filers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Ethernet trunking, bonding, Etherchanneling or port channeling (Cisco).&lt;/P&gt;&lt;P&gt;2. The aggregation of multiple physical links gives us one big fast and high availability link.&amp;nbsp; &lt;/P&gt;&lt;P&gt;3. A MultiMode VIF is NetApp’s term for EtherChannel or Port Channeling. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defined Types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static MultiMode VIF&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;1. Hard coded or static EtherChannel, the ports do not negotiate, there is no auto detection of the physical port status.&lt;/P&gt;&lt;P&gt;2. Static etherchannel has to be enabled on each port on the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myfiler&amp;gt; vif create multi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic MultiMode VIF&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;1. It is a LACP EtherChanel. (IEEE 802.3ad) &lt;/P&gt;&lt;P&gt;2. This is intelligent and will take actions appropriately when a link is down, it sends a notification from switch to filer that a interface was removed. (which donot happend in static mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myfiler&amp;gt; vif create lacp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Balancing Options:&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;MAC Load-Balancing&lt;/P&gt;&lt;P&gt;Round Robin&lt;/P&gt;&lt;P&gt;Source and Destination Pairs&lt;/P&gt;&lt;P&gt;IP based Load Balanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;======== &lt;/P&gt;&lt;P&gt;1. Setup Static MultiMode VIF using e0a-d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; vif create multi vif01 -b ip e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 172.28.45.10 netmask 255.255.255.0 mtusize 1500 partner cisco-partner-001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.11 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.12 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.13 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Setup LACP Dynamic MultiMode VIF using e0a-d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; vif create lacp vif01 -b ip e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 172.28.45.10 netmask 255.255.255.0 mtusize 1500 partner cisco-partner-001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.11 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.12 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.13 netmask 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2013 13:08:13 GMT</pubDate>
    <dc:creator>RAVI_PALADUGU</dc:creator>
    <dc:date>2013-04-30T13:08:13Z</dc:date>
    <item>
      <title>Vif Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4690#M953</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;I wanted to know how different types of Vif works with examples how to configure the respective vif , anybody has any KB link for this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:03:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4690#M953</guid>
      <dc:creator>NAYABRASOOL</dc:creator>
      <dc:date>2025-06-05T06:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vif Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4695#M955</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, the Network Management Guide is your friend &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMP1114171" target="_blank"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMP1114171&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Michael&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 22:41:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4695#M955</guid>
      <dc:creator>Darkstar</dc:creator>
      <dc:date>2015-09-10T22:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Vif Configuration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4701#M957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The links Michael provided are very informative and gives you a great exposure towards VIF's creation and its concepts. But to give you high-level understanding on its functionality I will take couple of minutes to explain here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Netapp MM (multi-mode) VIFs allow you to add reliability and performance to the filer's networking configuration. You can do it in multiple ways on NetApp filers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Ethernet trunking, bonding, Etherchanneling or port channeling (Cisco).&lt;/P&gt;&lt;P&gt;2. The aggregation of multiple physical links gives us one big fast and high availability link.&amp;nbsp; &lt;/P&gt;&lt;P&gt;3. A MultiMode VIF is NetApp’s term for EtherChannel or Port Channeling. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defined Types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static MultiMode VIF&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;1. Hard coded or static EtherChannel, the ports do not negotiate, there is no auto detection of the physical port status.&lt;/P&gt;&lt;P&gt;2. Static etherchannel has to be enabled on each port on the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myfiler&amp;gt; vif create multi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic MultiMode VIF&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;1. It is a LACP EtherChanel. (IEEE 802.3ad) &lt;/P&gt;&lt;P&gt;2. This is intelligent and will take actions appropriately when a link is down, it sends a notification from switch to filer that a interface was removed. (which donot happend in static mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myfiler&amp;gt; vif create lacp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Balancing Options:&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;MAC Load-Balancing&lt;/P&gt;&lt;P&gt;Round Robin&lt;/P&gt;&lt;P&gt;Source and Destination Pairs&lt;/P&gt;&lt;P&gt;IP based Load Balanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;======== &lt;/P&gt;&lt;P&gt;1. Setup Static MultiMode VIF using e0a-d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; vif create multi vif01 -b ip e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 172.28.45.10 netmask 255.255.255.0 mtusize 1500 partner cisco-partner-001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.11 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.12 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.13 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Setup LACP Dynamic MultiMode VIF using e0a-d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; vif create lacp vif01 -b ip e0a e0b e0c e0d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 172.28.45.10 netmask 255.255.255.0 mtusize 1500 partner cisco-partner-001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.11 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.12 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myfiler&amp;gt; ifconfig vif01 alias 172.28.45.13 netmask 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 13:08:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Vif-Configuration/m-p/4701#M957</guid>
      <dc:creator>RAVI_PALADUGU</dc:creator>
      <dc:date>2013-04-30T13:08:13Z</dc:date>
    </item>
  </channel>
</rss>

