0

when I r-login from my one host to another, I am observing sudden increase in arp entries from 80 to 900. and this is causing neighbour table overflow. can anyone suggest why this is happening??

before r-login:

ip -4 neigh show nud all | wc -l
81

after r-login:

ip -4 neigh show nud all | wc -l
890
MadHatter
  • 78,442
  • 20
  • 178
  • 229

1 Answers1

0

This is not a conclusive answer, but as is mentioned in this post

ARP broadcast flooding network and high cpu usage

You could use something like mac-address-table notification to see which party is the offending one.

Also consider the possibility that perhaps not only r-login is causing this, you could test with Telnet to see if the issue occurs with that as well.

Sam Perry
  • 41
  • 5