- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to delete arp entries in HP unix
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
тАО05-15-2007 04:57 AM
тАО05-15-2007 04:57 AM
how to delete arp entries in HP unix
how to clear arp entries in HP Unix,
my server is generationg thosand of arp entries, how to erase these entries,
to stop arp poisioning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2007 05:05 AM
тАО05-15-2007 05:05 AM
Re: how to delete arp entries in HP unix
# arp -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2007 05:27 AM
тАО05-15-2007 05:27 AM
Re: how to delete arp entries in HP unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2007 05:43 AM
тАО05-15-2007 05:43 AM
Re: how to delete arp entries in HP unix
For better change arp_keep_interval to suitable value - http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=855028
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2007 05:57 AM
тАО05-15-2007 05:57 AM
Re: how to delete arp entries in HP unix
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2007 06:28 AM
тАО05-15-2007 06:28 AM
Re: how to delete arp entries in HP unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2007 07:41 AM
тАО05-15-2007 07:41 AM
Re: how to delete arp entries in HP unix
removes everything. There will be delays in your system as the existing connections repopulate the arp table.
arp -d 12.34.56.78.
removes the specific address 12.34.56.78
To remove specific entries, you would run the above command thousands of times to remove the unwanted entries.
Do you know which entries are wrong and must be deleted? An arp cache is designed to hold thousands of entries and automatically clears itself.
If someone is running a 'ping every address' program on your computer, the arp cache will naturally be full of entries.
Bill Hassell, sysadmin