<?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 Maximum ARP entries in HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830461#M88764</link>
    <description>Hi,&lt;BR /&gt;What is the Maximum number of entries that HP-UX ARP cache can hold ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Tue, 22 Oct 2002 05:49:41 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-10-22T05:49:41Z</dc:date>
    <item>
      <title>Maximum ARP entries in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830461#M88764</link>
      <description>Hi,&lt;BR /&gt;What is the Maximum number of entries that HP-UX ARP cache can hold ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 22 Oct 2002 05:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830461#M88764</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-22T05:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum ARP entries in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830462#M88765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure if there is a max number of entries defined.&lt;BR /&gt;I know you can tune this with ndd in nddconf.&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;     #&lt;BR /&gt;     # Change the amount of time that ARP entries can stay in&lt;BR /&gt;     # ARP cache to 30 minutes. Default value was 300000&lt;BR /&gt;     #&lt;BR /&gt;     TRANSPORT_NAME[0]=arp&lt;BR /&gt;     NDD_NAME[0]=arp_cleanup_interval&lt;BR /&gt;     NDD_VALUE[0]=1800000&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Tue, 22 Oct 2002 05:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830462#M88765</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-22T05:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum ARP entries in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830463#M88766</link>
      <description>Hi Clemens,&lt;BR /&gt;&lt;BR /&gt;Thanks. But I disagree with you . Every OS has&lt;BR /&gt;Maximum ARP cache limit . For example windows NT have 62 entries by default. Determined by&lt;BR /&gt;registry entry ArpCacheSize .&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Tue, 22 Oct 2002 06:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830463#M88766</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-22T06:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum ARP entries in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830464#M88767</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ok, clear, I will ask our network expert to see if he knows the figures.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Tue, 22 Oct 2002 06:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830464#M88767</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-22T06:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum ARP entries in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830465#M88768</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Found some info.... &lt;BR /&gt;&lt;BR /&gt;The ARP cache is administered as a linked list&lt;BR /&gt;of dynamically allocated kernel memory buffers.&lt;BR /&gt;The only resource which might limit the size of&lt;BR /&gt;the ARP cache is the size of memory available&lt;BR /&gt;for the kernel.&lt;BR /&gt;&lt;BR /&gt;But be sure you don't let it grow to big.&lt;BR /&gt;This will cause performance problems on looking to much arp entries.&lt;BR /&gt;&lt;BR /&gt;So my first guess was kind of ok :)&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 06:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-arp-entries-in-hp-ux/m-p/2830465#M88768</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-22T06:25:46Z</dc:date>
    </item>
  </channel>
</rss>

