<?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 Can a network interface be removed from a VIF with no interruption? in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53535#M4919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Before you begin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;You must configure the vif to the down state before you can delete anetwork interface from the vif. You can configure the vif to the down status byusing the following command: ifconfig vif_name down&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;vif_name is the name of the vif that you want to configure to the downstatus.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;About this task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;The operation performed using the vif delete command is not persistentacross reboots unless the command is added to the /etc/rc file.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enter the following command:vif delete vif_name interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vif_name is the name of thevif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface is the interface ofthe vif you want to delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; To delete the interface e4from a multimode vif MultiTrunk1, enter the following commands: ifconfigMultiTrunk1 down vif delete MultiTrunk1 e4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Oct 2011 16:58:15 GMT</pubDate>
    <dc:creator>bhanojiisit</dc:creator>
    <dc:date>2011-10-22T16:58:15Z</dc:date>
    <item>
      <title>Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53507#M4913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Current configuration:&lt;/P&gt;&lt;P&gt;FAS2040&lt;/P&gt;&lt;P&gt;Dual controllers&lt;/P&gt;&lt;P&gt;4 individual Gig ports on each controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 4 ports are configured in an LACP VIF with just NFS and iSCSI traffic running over it&lt;/P&gt;&lt;P&gt;These 4 ports are divided between stackable Extreme switches 2x2&lt;/P&gt;&lt;P&gt;This is identical for both controllers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to remove e0d from the VIFs to be used for CIFS traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I go about accomplishing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:55:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53507#M4913</guid>
      <dc:creator>sanman2304</dc:creator>
      <dc:date>2025-06-05T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53513#M4914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not officially supported, BUT it can be done if you're careful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, connect via the BMC and use "system console" to login to the filer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then type "ifconfig vif0 down; vif delete vif0 e0a; ifconfig vif0 up" as ONE command. it will take the IF down, remove e0a and re-enable the VIF. If you typed everything correctly everything will work after that.. If you have a typo, however, then your VIFs will stay down and you're in trouble...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another (potentially safer) method is to edit your /etc/rc files on both nodes. Search for "vif create vif0 e0a e0b e0c e0d" or similar, and change it to "vif create vif0 e0a e0b" (i.e. remove the interfaces you don't want). Then do a takeover/giveback cycle for both filers to have them reboot. Takes longer but is potentially safer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 15:28:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53513#M4914</guid>
      <dc:creator>Darkstar</dc:creator>
      <dc:date>2011-05-10T15:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53518#M4915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do the one line option, you still need to update /etc/rc so that it is persistent across reboots. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 22:07:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53518#M4915</guid>
      <dc:creator>mitchells</dc:creator>
      <dc:date>2011-05-10T22:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53522#M4916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Michael's suggestion of editing /etc/rc, but you don't have to failover or reboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can run "source -v /etc/rc" and have it re-read the configuration into running memory while the filer is up.&amp;nbsp; You have to be very careful, if you have a change control process use it.&amp;nbsp; A single mistake in there and your system could go offline from a network perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 13:27:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53522#M4916</guid>
      <dc:creator>columbus_admin</dc:creator>
      <dc:date>2011-05-11T13:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53527#M4917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be done but there is risk and it is not supported. Generally things like this should be done with a scheduled failover or a scheduled window. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 19:04:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53527#M4917</guid>
      <dc:creator>ANDREW_GALLANT</dc:creator>
      <dc:date>2011-05-11T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53531#M4918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bring the i/f down, by ifconfig&lt;/P&gt;&lt;P&gt;remove from VIF, VIF remove&lt;/P&gt;&lt;P&gt;Bring up the interface by ifconfig&amp;nbsp; should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 20:53:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53531#M4918</guid>
      <dc:creator>baijulal</dc:creator>
      <dc:date>2011-05-11T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Can a network interface be removed from a VIF with no interruption?</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53535#M4919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Before you begin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;You must configure the vif to the down state before you can delete anetwork interface from the vif. You can configure the vif to the down status byusing the following command: ifconfig vif_name down&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;vif_name is the name of the vif that you want to configure to the downstatus.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;About this task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;The operation performed using the vif delete command is not persistentacross reboots unless the command is added to the /etc/rc file.&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enter the following command:vif delete vif_name interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vif_name is the name of thevif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface is the interface ofthe vif you want to delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; To delete the interface e4from a multimode vif MultiTrunk1, enter the following commands: ifconfigMultiTrunk1 down vif delete MultiTrunk1 e4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2011 16:58:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-a-network-interface-be-removed-from-a-VIF-with-no-interruption/m-p/53535#M4919</guid>
      <dc:creator>bhanojiisit</dc:creator>
      <dc:date>2011-10-22T16:58:15Z</dc:date>
    </item>
  </channel>
</rss>

