<?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 vlan for vif in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80780#M7803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know how to create another vlan for an existing vif , Anyone has a KB article?&lt;/P&gt;&lt;P&gt;The filer has an vif with ip 10.*.*.50,51 and 52. and want to change the network id.&lt;/P&gt;&lt;P&gt; I do not want to destroy the existing vif and recreate since the datastores are mounted for Esxi hots, instead I want to create another vlan for NFS&amp;nbsp; ,I&amp;nbsp; do not know it is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:53:00 GMT</pubDate>
    <dc:creator>RATNATHURAI</dc:creator>
    <dc:date>2025-06-05T05:53:00Z</dc:date>
    <item>
      <title>vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80780#M7803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know how to create another vlan for an existing vif , Anyone has a KB article?&lt;/P&gt;&lt;P&gt;The filer has an vif with ip 10.*.*.50,51 and 52. and want to change the network id.&lt;/P&gt;&lt;P&gt; I do not want to destroy the existing vif and recreate since the datastores are mounted for Esxi hots, instead I want to create another vlan for NFS&amp;nbsp; ,I&amp;nbsp; do not know it is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:53:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80780#M7803</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2025-06-05T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80785#M7805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the ontap version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You normally create vlans on top of vif using command vlan create / vlan add.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 13:01:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80785#M7805</guid>
      <dc:creator>radek_kubka</dc:creator>
      <dc:date>2013-10-01T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80789#M7807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;It is ver 8.1.3 7-mode. it has already a vlan with alias ips 10.10.40.59 ,10.10.40.60&lt;/P&gt;&lt;P&gt;I wonder how do i create another vlan with ips 10.10.50.55, 10.10.50.61, you do mind to put some steps ?&lt;/P&gt;&lt;P&gt;Do I have to down the interfaces? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 14:09:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80789#M7807</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-10-01T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80792#M7808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If a physical interface/VIF does not belong to any VLAN, you can use the vlan create. If VIF is already a member of a VLAN, you should use the "vlan add" command to add the interface to subsequent VLANs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, VIF is already created and VLAN exits on top of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;In order to add another VLAN with network Identifier '50'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filer&amp;gt;vlan add interface_name vlanid&lt;/P&gt;&lt;P&gt;filer&amp;gt;vlan add vif 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Substitute vif with your vif name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Next, configure the newly created VLAN:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filer&amp;gt;ifconfig vif-50 10.10.50.55 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Next, add the alias:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;filer&amp;gt;ifconfig vif-50 alias 10.10.50.60 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure that these commands are added to the /etc/rc file as they are not persistent across reboots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Ashwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 15:33:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80792#M7808</guid>
      <dc:creator>ASHWINPAWARTESL</dc:creator>
      <dc:date>2013-10-01T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80797#M7810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Aswhin&lt;/P&gt;&lt;P&gt;How do we add this in rc file, use wordpad?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 16:08:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80797#M7810</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-10-01T16:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80802#M7812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use CLI or notepad/wordpad. I usually do it using CLI, b'cos, sometimes rc file dosent like notepad/wordpad edits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CLI, you'll need to use the "rdfile" and "wrfile" commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Login via putty:&lt;/P&gt;&lt;P&gt;1) rdfile /vol/vol0/etc/rc&amp;nbsp;&amp;nbsp; ---- This will display the current "rc" file, cut and paste this into a Notepad.&lt;/P&gt;&lt;P&gt;2) modify the "rc" in Notepad to include the vlan changes you made.&lt;/P&gt;&lt;P&gt;3) wrfile /vol/vol0/etc/rc&amp;nbsp; ----- Copy the updated Notepad version of the "rc" file and right click and paste into the Putty session window&lt;/P&gt;&lt;P&gt;4) CTRL-C &lt;/P&gt;&lt;P&gt;5) rdfile /vol/vol0/etc/rc&amp;nbsp;&amp;nbsp; ---- And review the changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Ashwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 16:24:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80802#M7812</guid>
      <dc:creator>ASHWINPAWARTESL</dc:creator>
      <dc:date>2013-10-01T16:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80807#M7814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;iler&amp;gt;vlan add interface_name vlanid&lt;/P&gt;&lt;P&gt;here the inteface _name is more than one interface ? e0a e0b e0c, am i correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 17:21:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80807#M7814</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-10-01T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80811#M7816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the interface_name is the interface you want to add to a VLAN. This could be physical interface such as e0a ,e0b etc, or it could be a virtual interface, simply called VIF. If you already have a VIF (with teamed interfaces such as e0a, e0b, etc), then you don't have to give physical interfaces name, instead you give VIF name. Basically you are building a VLAN on top of VIF. Isn't it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that your query ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 17:44:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80811#M7816</guid>
      <dc:creator>ASHWINPAWARTESL</dc:creator>
      <dc:date>2013-10-01T17:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80816#M7818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct I already have a vif call myvif&amp;nbsp; with nic team e0a e0b,e0c&lt;/P&gt;&lt;P&gt;so i have to go for this filer &amp;gt;vlan add myvif 50 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 17:51:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80816#M7818</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-10-01T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80821#M7820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.that' right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filer&amp;gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;vlan add myvif 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;filer&amp;gt;ifconfig myvif-50&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 17:56:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80821#M7820</guid>
      <dc:creator>ASHWINPAWARTESL</dc:creator>
      <dc:date>2013-10-01T17:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80829#M7823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my filer &amp;gt; vlan stat&lt;BR /&gt;vlan: Display stat failed. None of the interfaces are capable of supporting VLAN tagging.&lt;/P&gt;&lt;P&gt;I looked at my rc file and noticed that there is not any entry for vlan, &lt;/P&gt;&lt;P&gt;Is tehre any default vlan for the current vif?&lt;BR /&gt;will it cause any problem to the filer if i issue &lt;BR /&gt;&amp;gt;vlan add myvif 50 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 20:38:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80829#M7823</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-10-04T20:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: vlan for vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80835#M7825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;You might not have vlan trunking on the switch side config, check that first as doing it on the netapp side and not the switch will break connectivity, from recent experience.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Oct 2013 14:34:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/vlan-for-vif/m-p/80835#M7825</guid>
      <dc:creator>CHRIS_K_AU</dc:creator>
      <dc:date>2013-10-06T14:34:39Z</dc:date>
    </item>
  </channel>
</rss>

