- CheckMates
- :
- Products
- :
- General Topics
- :
- R80.20 T5 ARP table critical issue
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
R80.20 T5 ARP table critical issue
I have a customer install R80.20 T5 with HPE Gen10 server, recently customer report that user randomly cannot connect to network, after research that I found 3.1 kernel not perform a well arp garbage recycling.
All incomplete arp record were kept in arp table cause new arp entry cannot insert.
I reprocedure this issue on my lab, the gateway only install, set nothing and not intialize, just ping and issue occure (at lease 1 mintues arp incomplete exist)
I had raise a TAC case, any good news will update here.
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
This is a modal window. This modal can be closed by pressing the Escape key or activating the close button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The arp driver will most certainly have been updated for kernel version 3.10; this ARP overflow issue is covered in my book so I'm definitely interested in any behavior changes here. Can you please provide output from the following commands on the 3.10 system with the problem:
ls -l /proc/sys/net/ipv4/neigh/default
cat /proc/sys/net/ipv4/neigh/default/*
CET (Europe) Timezone Course Scheduled for July 1-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The setting are all default withou change manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The is capture from customer, befroe I change arp table cache size from 4096 to 16384, there is a lot of log in /var/log/message show below, few seconds a time.
net_ratelimit: N callbacks suppressed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I try to use some linux command to delete the arp entry, but it still stay in incomplete state.
I think when delete arp entry is set the record to incomplete state and waiting for remove, it's should be the mechanism of arp recycling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I do the lab tonight, T11 (kernel 3.1) also have the same arp issue, but T101 (kernel 2.6) won't.
