- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- arp cache entry timeout/refresh setting.
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-18-2007 07:18 PM
тАО02-18-2007 07:18 PM
is there a setting that controls when the arp cache is renewed ( on hpux11.11) . The network team have asked me to investigate why it seems to be taking 12mins ( or more ) for our server to refresh its arp cache when they failover to another router. The only way we are currently getting around the situation is to manually remove an entry in the server's arp cache via the 'arp -d' command.
any help would be much appreciated.
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 07:43 PM
тАО02-18-2007 07:43 PM
Re: arp cache entry timeout/refresh setting.
please have a look at:
ndd -get /dev/arp ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 07:45 PM
тАО02-18-2007 07:45 PM
Re: arp cache entry timeout/refresh setting.
sorry, quick "submit finger".
You may want to investgate the parameters with the previous command, for example:
ndd -get /dev/arp arp_cleanup_interval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 07:47 PM
тАО02-18-2007 07:47 PM
SolutionFor 11.11 value for this is:
Min - 30000 (30s)
Max - 3600000 (1h)
Def - 300000 (5min)
You can check it with :
ndd -get /dev/arp arp_cleanup_interval
And set it for example to 10 minutes:
ndd -set /dev/arp arp_cleanup_interval 600000
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 08:18 PM
тАО02-18-2007 08:18 PM
Re: arp cache entry timeout/refresh setting.
I've checked the setting and its set to 300000. So this is the default.
Questions:
1) where is this 5 mins default set? Kernel?
There's only one entry in my 'nddconf' - for 'dead gateway detection probe '. So I guess I'd need to add to this entry to nddconf if I wanted to decrease the wait?
2) Will this setting mean that the arp cache is completely cleared every 5 mins? Therefore, if no connection request is made for 10 - 12 mins I will have an empty arp cache until then?
thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 08:28 PM
тАО02-18-2007 08:28 PM
Re: arp cache entry timeout/refresh setting.
ndd -get /dev/arp arp_cache_report
Also if you wand to set it permanent via nnddconf use:
TRANSPORT_NAME[0]=arp
NDD_NAME[0]=arp_cleanup_interval
NDD_VALUE[0]=150000
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2007 03:08 AM
тАО02-19-2007 03:08 AM
Re: arp cache entry timeout/refresh setting.
> 1) where is this 5 mins default set? Kernel?
There's only one entry in my 'nddconf' - for 'dead gateway detection probe '. So I guess I'd need to add to this entry to nddconf if I wanted to decrease the wait?
The default setting is compiled into the driver code. It's not a kernel parameter but part of a (large) number of network-specific settings that are manipulated with ndd. But as these values are in RAM, the nddconf file is needed to make them permanent.
> 2) Will this setting mean that the arp cache is completely cleared every 5 mins? Therefore, if no connection request is made for 10 - 12 mins I will have an empty arp cache until then?
Correct, but you may be surprised at the number of 'background' connections that take place when nothing is happening (NTP, NFS, SNMP, ping, etc)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2007 08:38 PM
тАО02-19-2007 08:38 PM
Re: arp cache entry timeout/refresh setting.
This server is very securely tied down - so I don't think thre'll be many background processes. Consequently I think it's quite likely that the length of time we were waiting for the arp cache to update is simply due to the amount of time we were waiting for an arp request for a new connection.
cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 05:43 AM
тАО02-20-2007 05:43 AM
Re: arp cache entry timeout/refresh setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2007 11:44 PM
тАО02-20-2007 11:44 PM
Re: arp cache entry timeout/refresh setting.
"Yes. Yes. Its the ARP refresh following a failover of the routers that's causing us problems. "
Also,
the arp entry which is causing us problems is also the default gateway. We have 'dead gateway detection probe' turned off. Do these setting conflict in any way? i.e our arp entry for this IP is fixed in cache?
Basically, we seem to be keeping our arp cache entry even though the routers have failed over - but when we remove it via the 'arp -d' we get a new entry ( same IP, different mac ).
Thanks,
again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2007 05:41 AM
тАО02-21-2007 05:41 AM
Re: arp cache entry timeout/refresh setting.
I take it that with this router failover there is no gratuitous ARP by the router taking-over the duties?