- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Maximum ARP entries in HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 10:49 PM
10-21-2002 10:49 PM
What is the Maximum number of entries that HP-UX ARP cache can hold ?
regards,
U.SivaKumar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 10:56 PM
10-21-2002 10:56 PM
Re: Maximum ARP entries in HP-UX
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 11:00 PM
10-21-2002 11:00 PM
Re: Maximum ARP entries in HP-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 11:10 PM
10-21-2002 11:10 PM
Re: Maximum ARP entries in HP-UX
Ok, clear, I will ask our network expert to see if he knows the figures.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 11:25 PM
10-21-2002 11:25 PM
SolutionFound 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.