<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Remove a virtual interface in Solaris</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/remove_a_virtual_interface_in_solaris_solaris_networking_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 23 Jun 2006 21:15:47 -0000</lastBuildDate><item><title>Re: Remove a virtual interface in Solaris</title><link>http://www.tech-recipes.com/rx/139/remove-a-virtual-interface-in-solaris/#comment-2767010</link><description>&lt;p&gt;On Solaris 8, you can remove the virtual interface by using removeif option of the ifconfig command :&lt;/p&gt;&lt;p&gt;ifconfig &amp;lt;physical_interface&amp;gt; removeif &amp;lt;logical_address&amp;gt;&lt;/p&gt;&lt;p&gt;for eg.:&lt;/p&gt;&lt;p&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;/p&gt;&lt;p&gt;# ifconfig bge0 removeif 1.2.31.26&lt;/p&gt;&lt;p&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;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/139/remove-a-virtual-interface-in-solaris/#comment-2767009</link><description>&lt;p&gt;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;/p&gt;&lt;p&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 "down". For example, the command:&lt;br&gt;&lt;br&gt;     ifconfig  le0:1 0 down&lt;br&gt;     will delete the logical interface  le0:1.&lt;br&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;The previous comment is correct that unplumbing a logical interface in Solaris will unplumb the physical interface, as plumbing is a "physical" matter.&lt;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/139/remove-a-virtual-interface-in-solaris/#comment-2767008</link><description>&lt;p&gt;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.&lt;/p&gt;</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>