- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NDD parameter arp_cleanup_interval
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
04-12-2005 01:11 AM
04-12-2005 01:11 AM
NDD parameter arp_cleanup_interval
I've a problem with a server when setting the arp_cleanup_interval to 60000.
After a reboot the server cannot be reached anymore (ping and/or ssh-connect).
What could be the cause?
The default value is 300000(5 mins), what could be the harm to leave it at this.
Are there other values that could be causing a conflict?
Thanx
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 01:18 AM
04-12-2005 01:18 AM
Re: NDD parameter arp_cleanup_interval
$ndd -h arp_cleanup_interval
arp_cleanup_interval:
The amount of time that non-permanent, resolved entries
are permitted to remain in ARP's cache.[30000, 3600000]
Default: 300000 (5 minutes)
Leave it at default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 01:54 AM
04-12-2005 01:54 AM
Re: NDD parameter arp_cleanup_interval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 04:31 AM
04-13-2005 04:31 AM
Re: NDD parameter arp_cleanup_interval
Also, if the connectivity goes away a short time after boot, that means your router is not responding to the ICMP echo requests (pings) that HP-UX can send as part of dead gateway detection. That is controlled via ip_ire_gw_probe.
Any particular reason you wanted to shrink arp_cleanup_interval?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 06:52 AM
04-13-2005 06:52 AM
Re: NDD parameter arp_cleanup_interval
Sorry for the late reply.
I'll give you my points when I've tested your suggestions.
Anil:
What is to low. Why is it working when default is set?
When you check several security docs, it's saying to set it to 60000.
eg: http://www.cisecurity.org
Florian:
It could be, but why is it working when the default is set. (5min)
Rick:
The gateway has been set during installation.
The server is in a VLAN network env. and secure.
Is it necessary at all to set it to 60000?
Or could the VLAN be the cause?
Will test it on friday and let you know.
Any test suggestions are welcome.
Thanx
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 07:09 AM
04-13-2005 07:09 AM
Re: NDD parameter arp_cleanup_interval
Sure would be nice to know why they think arp_cleanup_interval needs to be 60000 rather than just telling people to apply it blindly...
BTW, you can change ndd settings on the fly with the ndd command, no need to reboot. So, to make sure it is indeed the arp_cleanup_interval and not something else, you might boot with it set to defaults and then alter with ndd on the running system and see if your connectivity changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 07:29 AM
04-13-2005 07:29 AM
Re: NDD parameter arp_cleanup_interval
Sorry didn't mention it in my question.
When setting it on the fly, it's working.
But when setting it in nddconf it doesn't work.
Thx
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 07:48 AM
04-13-2005 07:48 AM
Re: NDD parameter arp_cleanup_interval
How many entries do you have in the nddconf file? Any chance you got an index messed-up somewhere? Or some other typo?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 07:52 AM
04-13-2005 07:52 AM
Re: NDD parameter arp_cleanup_interval
In the nddconf file check:
1) That you have a unique index number value.
2) There are no typos - should look like
TRANSPORT_NAME[4]=arp
NDD_NAME[4]=arp_cleanup_interval
NDD_VALUE[4]=60000
use the proper & *unique* index value of course.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 08:00 AM
04-13-2005 08:00 AM
Re: NDD parameter arp_cleanup_interval
Attached the nddconf file.
Maybe I don't see it.
I've also checked with: "cat -vet nddconf"
To check for strange characters.
Thx
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 08:06 AM
04-13-2005 08:06 AM
Re: NDD parameter arp_cleanup_interval
Also, check the /etc/rc.log file from bootup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 09:54 AM
04-19-2005 09:54 AM
Re: NDD parameter arp_cleanup_interval
- nddconf
- nddconf.org
After I've moved the nddconf.org, I could connect and ping the server after a reboot.
Thanx for the support
Darrel