<?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 What is unplumb and plumb of ifconfig? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377118#M566497</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What is the use of unplumb and plumb of ifconfig? Where and when should I use?&lt;BR /&gt;&lt;BR /&gt;Your replies will clear our my confusions on this ifconfig options.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Adriatico &lt;BR /&gt;</description>
    <pubDate>Sun, 12 Sep 2004 04:17:09 GMT</pubDate>
    <dc:creator>Ricky_4</dc:creator>
    <dc:date>2004-09-12T04:17:09Z</dc:date>
    <item>
      <title>What is unplumb and plumb of ifconfig?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377118#M566497</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;What is the use of unplumb and plumb of ifconfig? Where and when should I use?&lt;BR /&gt;&lt;BR /&gt;Your replies will clear our my confusions on this ifconfig options.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Adriatico &lt;BR /&gt;</description>
      <pubDate>Sun, 12 Sep 2004 04:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377118#M566497</guid>
      <dc:creator>Ricky_4</dc:creator>
      <dc:date>2004-09-12T04:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is unplumb and plumb of ifconfig?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377119#M566498</link>
      <description>Hi Adriatico,&lt;BR /&gt;&lt;BR /&gt;plumb/unplumb enables/disables streams on that interface.&lt;BR /&gt;&lt;BR /&gt;When run, "unplumb" detaches the IP address from that interface. Plumb is automatically done when you add the IP address.  While plumb is not explicitly used in day-to-day operations, unplumb is used to remove the IP address from the interface.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sun, 12 Sep 2004 04:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377119#M566498</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-12T04:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is unplumb and plumb of ifconfig?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377120#M566499</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies.&lt;BR /&gt;&lt;BR /&gt;So it will remove all the ip addresses bound on that interface once you unplumb.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Adriatico</description>
      <pubDate>Sun, 12 Sep 2004 04:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377120#M566499</guid>
      <dc:creator>Ricky_4</dc:creator>
      <dc:date>2004-09-12T04:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is unplumb and plumb of ifconfig?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377121#M566500</link>
      <description>Plumbing and unpluming is when IP is "connected" to DLPI - connecting the plumbing as it were.  This "connecting" is binding the IP and ARP SAPs to the NIC so the driver will start passing IP and ARP packets up to IP and (surprise) ARP.&lt;BR /&gt;&lt;BR /&gt;Once an interface is plumbed, you can assign IP addresses to it.  On HP-UX, the first "ifconfig lanN" does an implicit plumb operation so it is uncommong to acctually issue a "plumb" directly.  Also, on HP-UX, an unplumb will do an implicit deleting of IP addresses. (IIRC)</description>
      <pubDate>Sun, 12 Sep 2004 22:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377121#M566500</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-12T22:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is unplumb and plumb of ifconfig?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377122#M566501</link>
      <description>plumb and unplumb is differed based on primary interface name and secondary interface name.&lt;BR /&gt;&lt;BR /&gt;primary interface - lan0&lt;BR /&gt;Secondary interface - lan0:1&lt;BR /&gt;&lt;BR /&gt;See more on ifconfig man page for "IP Index Number" part&lt;BR /&gt;&lt;BR /&gt;By default,&lt;BR /&gt;&lt;BR /&gt;plumbing is made setup after configuring the ip-address to any type of interface so that streams on TCP / IP to be used.&lt;BR /&gt;&lt;BR /&gt;unplumbing is used to remove the configured ip-address on the interface. Here it is differeing based on iterface as,&lt;BR /&gt;&lt;BR /&gt;primary interface - it is unplumbig the interface at once so that streams with tcp/ip is disabled.&lt;BR /&gt;&lt;BR /&gt;secondary interface - it will get in effect by assigning ip-address to that interface as 0.0.0.0 ( ipv4 ) :: ( ipv6 )&lt;BR /&gt;&lt;BR /&gt;you can view these changes with netstat -in command execution</description>
      <pubDate>Sun, 12 Sep 2004 23:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-unplumb-and-plumb-of-ifconfig/m-p/3377122#M566501</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-12T23:09:23Z</dc:date>
    </item>
  </channel>
</rss>

