Operating System - HP-UX
1829903 Members
2194 Online
109993 Solutions
New Discussion

Maximum ARP entries in HP-UX

 
SOLVED
Go to solution
U.SivaKumar_2
Honored Contributor

Maximum ARP entries in HP-UX

Hi,
What is the Maximum number of entries that HP-UX ARP cache can hold ?

regards,
U.SivaKumar
Innovations are made when conventions are broken
4 REPLIES 4
Clemens van Everdingen
Honored Contributor

Re: Maximum ARP entries in HP-UX

Hi,

I am not sure if there is a max number of entries defined.
I know you can tune this with ndd in nddconf.

example:


#
# Change the amount of time that ARP entries can stay in
# ARP cache to 30 minutes. Default value was 300000
#
TRANSPORT_NAME[0]=arp
NDD_NAME[0]=arp_cleanup_interval
NDD_VALUE[0]=1800000

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
U.SivaKumar_2
Honored Contributor

Re: Maximum ARP entries in HP-UX

Hi Clemens,

Thanks. But I disagree with you . Every OS has
Maximum ARP cache limit . For example windows NT have 62 entries by default. Determined by
registry entry ArpCacheSize .

regards,
U.SivaKumar
Innovations are made when conventions are broken
Clemens van Everdingen
Honored Contributor

Re: Maximum ARP entries in HP-UX

Hi,

Ok, clear, I will ask our network expert to see if he knows the figures.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Clemens van Everdingen
Honored Contributor
Solution

Re: Maximum ARP entries in HP-UX

Hi,

Found some info....

The ARP cache is administered as a linked list
of dynamically allocated kernel memory buffers.
The only resource which might limit the size of
the ARP cache is the size of memory available
for the kernel.

But be sure you don't let it grow to big.
This will cause performance problems on looking to much arp entries.

So my first guess was kind of ok :)

C.

The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !