<?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: Adding second subnet to existing vif in VMware Solutions Discussions</title>
    <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46190#M4523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help so far, it's really much apprecaited. So it sounds like doing it with vlans is really the only answer (and really the proper one anyway), and it looks like I can just add on a vlan to the existing untagged vif in ontap 8.1.3 (FAS 2240-2), but I also have a filer (FAS2050) that's 7.3.7P2 and from what I can gather, that's all vlans or untagged but not both. I think i've come up with a plan to tackle this, does this look ok?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my existing config from /etc/rc (it appears to be the same for both, with the exceptions below)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vif create lacp vif1 -b ip e0a e0b # FAS2240 also has e0c e0d here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1 `hostname`-vif1 netmask 255.255.254.0 mtusize 9000 mediatype auto -wins partner vif1 # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing to on both filers /etc/rc&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vif create lacp vif1 -b ip e0a e0b # no change here, just for reference&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vlan create vif1 1 2 #VLAN 1 &amp;amp; 2 - 1 for existing hosts, and 2 for the new ones&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-1&amp;nbsp; `hostname`-vif1 netmask 255.255.254.0 mtusize 9000 mediatype auto -wins partner vif1-1&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-2&amp;nbsp; `hostname`-vif1 192.168.102.1 netmask 255.255.255.0 mtusize 9000 mediatype auto -wins partner vif1-2&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if doing it during runtime do I just do the &lt;STRONG&gt;vlan create&lt;/STRONG&gt; command and run the &lt;STRONG&gt;ifconfig&lt;/STRONG&gt; commands as listed but without the `hostname` part?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the switch (dell powerconnect 6248) side:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport mode general&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 2 tagged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 1 untagged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general pvid 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mtu 9216&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on each of my vmkernel ports and the port-channel for the filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand what i've read on all this properly, that would allow the existing ESX hosts (using untagged vmkernel ports) to still reach the filers on the default vlan, and I would be able to set up the upgraded ones on VLAN 2 and everyone's happy as long as I also put the 192.168.102.x network in the NFS exports. I should also be able to make the change with just a minute of downtime or less I believe too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Oct 2013 18:19:59 GMT</pubDate>
    <dc:creator>petermiet</dc:creator>
    <dc:date>2013-10-18T18:19:59Z</dc:date>
    <item>
      <title>Adding second subnet to existing vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46175#M4520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I inherited an ESX cluster that was configured as the VMkernel and Service Console ports on the same subnet (&lt;SPAN __jive_emoticon_name="angry" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/angry.gif"&gt;&lt;/SPAN&gt;) and now i'm upgrading to ESXi and with the lack of the service console, i'm running into the issue where my NFS mounts are trying to use the wrong source IP (the old service console interface) and thus they are getting access denied. instead of total kludge and just adding the SC IPs to all my NFS mounts, I'm wondering if I can add an IP alias for a different subnet to the existing vif so I can have the filer host to both subnets while I upgrade hosts to ESXi without bringing the whole thing down. If so, i'm thinking my configuration would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #f5faf0;"&gt;ifconfig myVifName 10.10.3.100 netmask 255.255.255.0 mtusize 9000 partner &lt;/SPAN&gt;&lt;EM style="font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #f5faf0;"&gt;(partner-vif-name)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #f5faf0;"&gt;ifconfig &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #f5faf0;"&gt;myVifName&lt;/SPAN&gt; alias 192.168.0.100 netmask 255.255.255.0 mtusize 9000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and of course, add the new subnet to the existing NFS mounts. It seems like that's all I would need to do, but I haven't seen much in the way of doing this in particular - the aliases examples i'm seeing are all on the same subnet and I don't have a test filer to try it on so I kinda want to make sure that it's going to work instead of just doing it and hoping for the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:51:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46175#M4520</guid>
      <dc:creator>petermiet</dc:creator>
      <dc:date>2025-06-05T05:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding second subnet to existing vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46180#M4521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have a test 2240x4 that i just tried this on.&lt;/P&gt;&lt;P&gt;It does not appear to work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vif0-192: flags=0x2b4c863&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&amp;gt; mtu 1500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 172.20.193.39 netmask 0xfffffe00 broadcast 172.20.193.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether 02:a0:98:19:a2:a4 (vlan-on-ifgrp-up)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is my primary vlan/vif on my 192 vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to add an ip from my 205 vlan as an alias.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;filer&amp;gt; ifconfig vif0-192 alias 172.20.205.222 netmask 255.255.255.128&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It adds it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vif0-192: flags=0x2b4c863&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&amp;gt; mtu 1500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 172.20.193.39 netmask 0xfffffe00 broadcast 172.20.193.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet 172.20.205.222 netmask 0xffffff80 broadcast 172.20.205.255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ether 02:a0:98:19:a2:a4 (vlan-on-ifgrp-up)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But...won't respond/ping/etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ping 172.20.205.222&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PING 172.20.205.222 (172.20.205.222) 56(84) bytes of data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;--- 172.20.205.222 ping statistics ---&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;19 packets transmitted, 0 received, 100% packet loss, time 18005ms&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried downing the interface and bringing it back up and it still would not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a new ip alias on my 192 vlan worked just fine as expected.&lt;/P&gt;&lt;P&gt;Hope this helps, and if anyone else has any input on making the OP suggestion work, it would be interesting to see.&amp;nbsp; Maybe some route trickery. &lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Note&lt;/STRONG&gt;, while i was testing this, my primary IP never lost any connectivity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 03:13:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46180#M4521</guid>
      <dc:creator>DAVE_WITHERS</dc:creator>
      <dc:date>2013-10-18T03:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding second subnet to existing vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46185#M4522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding alias from another VLAN is not going to work for obvious reasons you need to add additional interface in new VLAN:&lt;/P&gt;&lt;P&gt;vlan add vif0 205&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 03:54:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46185#M4522</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2013-10-18T03:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding second subnet to existing vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46190#M4523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the help so far, it's really much apprecaited. So it sounds like doing it with vlans is really the only answer (and really the proper one anyway), and it looks like I can just add on a vlan to the existing untagged vif in ontap 8.1.3 (FAS 2240-2), but I also have a filer (FAS2050) that's 7.3.7P2 and from what I can gather, that's all vlans or untagged but not both. I think i've come up with a plan to tackle this, does this look ok?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my existing config from /etc/rc (it appears to be the same for both, with the exceptions below)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vif create lacp vif1 -b ip e0a e0b # FAS2240 also has e0c e0d here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1 `hostname`-vif1 netmask 255.255.254.0 mtusize 9000 mediatype auto -wins partner vif1 # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing to on both filers /etc/rc&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vif create lacp vif1 -b ip e0a e0b # no change here, just for reference&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vlan create vif1 1 2 #VLAN 1 &amp;amp; 2 - 1 for existing hosts, and 2 for the new ones&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-1&amp;nbsp; `hostname`-vif1 netmask 255.255.254.0 mtusize 9000 mediatype auto -wins partner vif1-1&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-2&amp;nbsp; `hostname`-vif1 192.168.102.1 netmask 255.255.255.0 mtusize 9000 mediatype auto -wins partner vif1-2&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if doing it during runtime do I just do the &lt;STRONG&gt;vlan create&lt;/STRONG&gt; command and run the &lt;STRONG&gt;ifconfig&lt;/STRONG&gt; commands as listed but without the `hostname` part?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on the switch (dell powerconnect 6248) side:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport mode general&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 2 tagged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 1 untagged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general pvid 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mtu 9216&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on each of my vmkernel ports and the port-channel for the filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand what i've read on all this properly, that would allow the existing ESX hosts (using untagged vmkernel ports) to still reach the filers on the default vlan, and I would be able to set up the upgraded ones on VLAN 2 and everyone's happy as long as I also put the 192.168.102.x network in the NFS exports. I should also be able to make the change with just a minute of downtime or less I believe too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 18:19:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46190#M4523</guid>
      <dc:creator>petermiet</dc:creator>
      <dc:date>2013-10-18T18:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding second subnet to existing vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46194#M4524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-2&amp;nbsp; `hostname`-vif1 192.168.102.1 netmask 255.255.255.0 mtusize 9000 mediatype auto -wins partner vif1-2&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Either this is `hostname`-vif1 or 192.168.102.1; you cannot have both.&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 2 tagged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 1 untagged&lt;/STRONG&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;You created two tagged VLANs on NetApp. Your switch configuration has to match it. If you want to add additional VLAN 2 to existing untagged port, just do it; no need to create VLAN 1 on NetApp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Oct 2013 07:08:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46194#M4524</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2013-10-20T07:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding second subnet to existing vif</title>
      <link>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46201#M4525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;understood, so i'm looking at this then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-1&amp;nbsp; `hostname`-vif1 netmask 255.255.254.0 mtusize 9000 mediatype auto -wins partner vif1-1&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ifconfig vif1-2&amp;nbsp; 192.168.102.1 netmask 255.255.255.0 mtusize 9000 mediatype auto -wins partner vif1-2&amp;nbsp; # FAS2240 doesn't have the -wins&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switchport general allowed vlan add 1,2 tagged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 22:33:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/VMware-Solutions-Discussions/Adding-second-subnet-to-existing-vif/m-p/46201#M4525</guid>
      <dc:creator>petermiet</dc:creator>
      <dc:date>2013-10-21T22:33:24Z</dc:date>
    </item>
  </channel>
</rss>

