<?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 arp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808096#M547971</link>
    <description>is there any arp command that can flush all arp entries in one go</description>
    <pubDate>Mon, 19 Jun 2006 12:08:24 GMT</pubDate>
    <dc:creator>esha</dc:creator>
    <dc:date>2006-06-19T12:08:24Z</dc:date>
    <item>
      <title>arp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808096#M547971</link>
      <description>is there any arp command that can flush all arp entries in one go</description>
      <pubDate>Mon, 19 Jun 2006 12:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808096#M547971</guid>
      <dc:creator>esha</dc:creator>
      <dc:date>2006-06-19T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: arp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808097#M547972</link>
      <description>No, but it would be rather easy to do an arp -a and pipe the output to awk or perl to supply a series of arp -d hostname commands. It would be a very easy (if dangerous) script to write.</description>
      <pubDate>Mon, 19 Jun 2006 12:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808097#M547972</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-19T12:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: arp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808098#M547973</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could reboot the box or stop networking for a minutes. Either solution would clearly clear the arp table.&lt;BR /&gt;&lt;BR /&gt;man arp&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Jun 2006 12:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808098#M547973</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-19T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: arp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808099#M547974</link>
      <description>As Clay said, very dangerous:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;for i in $(arp -a | awk '{print $1}')&lt;BR /&gt;do&lt;BR /&gt;  arp -d $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;From 'man arp':&lt;BR /&gt;-d: This option cannot be used to delete a                     permanent ARP entry whose IP address is an interface on the local system.&lt;BR /&gt;&lt;BR /&gt;So the entries of local interfaces should remain.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 19 Jun 2006 12:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808099#M547974</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-06-19T12:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: arp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808100#M547975</link>
      <description>Of course, all this beggs the question:&lt;BR /&gt;&lt;BR /&gt;Why do you want to flush the ARP cache?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jun 2006 11:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp/m-p/3808100#M547975</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-06-20T11:06:25Z</dc:date>
    </item>
  </channel>
</rss>

