<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Remove a virtual interface in Solaris | Solaris networking | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Fri, 23 Jun 2006 21:15:47 -0000</lastBuildDate><item><title>Re: Remove a virtual interface in Solaris | Solaris networking | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/139/remove-a-virtual-interface-in-solaris/#comment-2767010</link><description>On Solaris 8, you can remove the virtual interface by using removeif option of the ifconfig command :&lt;br&gt;&lt;br&gt;ifconfig &amp;lt;physical_interface&amp;gt; removeif &amp;lt;logical_address&amp;gt;&lt;br&gt;&lt;br&gt;for eg.:&lt;br&gt;&lt;br&gt;$ ifconfig -a&lt;br&gt;lo0: flags=1000849&amp;lt;UP,LOOPBACK,RUNNING,MULTICAST,IPv4&amp;gt; mtu 8232 index 1&lt;br&gt;        inet 127.0.0.1 netmask ff000000&lt;br&gt;bge0: flags=1000843&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&amp;gt; mtu 1500 index 3&lt;br&gt;        inet 1.2.31.216 netmask fffff800 broadcast 1.2.31.255&lt;br&gt;bge0:1: flags=1000843&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&amp;gt; mtu 1500 index 3&lt;br&gt;        inet 1.2.31.24 netmask fffff800 broadcast 1.2.31.255&lt;br&gt;&lt;br&gt;# ifconfig bge0 removeif 1.2.31.26&lt;br&gt;&lt;br&gt;$ ifconfig -a&lt;br&gt;lo0: flags=1000849&amp;lt;UP,LOOPBACK,RUNNING,MULTICAST,IPv4&amp;gt; mtu 8232 index 1&lt;br&gt;        inet 127.0.0.1 netmask ff000000&lt;br&gt;bge0: flags=1000843&amp;lt;UP,BROADCAST,RUNNING,MULTICAST,IPv4&amp;gt; mtu 1500 index 3&lt;br&gt;        inet 1.2.31.216 netmask fffff800 broadcast 1.2.31.255</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 23 Jun 2006 21:15:47 -0000</pubDate></item><item><title>Re: Remove a virtual interface in Solaris | Solaris networking | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/139/remove-a-virtual-interface-in-solaris/#comment-2767009</link><description>According to the &lt;strong&gt;&amp;lt;font color="orange"&amp;gt;ifconfig man page&amp;lt;/font&amp;gt;&lt;/strong&gt;:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;     To delete a logical interface,  simply  name  the  interface&lt;br&gt;     specifying  an address of  0, after ensuring that the inter-&lt;br&gt;     face has been marked as &amp;quot;down&amp;quot;. For example, the command&amp;#58;&lt;br&gt;&lt;br&gt;     ifconfig  le0&amp;#58;1 0 down&lt;br&gt;     will delete the logical interface  le0&amp;#58;1.&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The previous comment is correct that unplumbing a logical interface in Solaris will unplumb the physical interface, as plumbing is a "physical" matter.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jhavard</dc:creator><pubDate>Fri, 17 Sep 2004 21:26:32 -0000</pubDate></item><item><title>Re: Remove a virtual interface in Solaris | Solaris networking | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/139/remove-a-virtual-interface-in-solaris/#comment-2767008</link><description>to my experience, unplumbing a virtual interface will remove the real interface too.&lt;br&gt;so it would be wise to just bring it down instead of unplumbing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 26 Mar 2004 22:03:50 -0000</pubDate></item></channel></rss>