2

Am I correct that only ARP request and ARP reply messages will update the Cisco IOS ARP cache?

Mike Pennington
  • 29,876
  • 11
  • 78
  • 152
Martin
  • 1,177
  • 6
  • 25
  • 47

2 Answers2

2

I wouldn't say that ARP Requests / Replys are the only way an address makes it into the FIB, but it is certainly the most predominant. Gratutious ARP has been mentioned a few times, and with good reason. It doesn't follow the standard ARP Request/Reply procedures, but certainly accomplishes the same goal – populating the FIB with a relevant entry.

Don’t forget about manual intervention. Another way of populating the FIB is by manually setting a static address on the interface or having one automatically stick with port-security.

Ryan Foley
  • 5,479
  • 4
  • 23
  • 43
-4

In general — yeah. There's special case of ARP messages called Gratuitous ARP, but anyways there're either replies or requests.

https://learningnetwork.cisco.com/thread/16335 http://wiki.wireshark.org/Gratuitous_ARP

poige
  • 103
  • 5
  • 2
    Hi, that answer is a bit unspecific and you're only referencing links. Could you perhaps elaborate more so that the question has a meaningful answer? – Sebastian Wiesinger Oct 06 '14 at 13:43
  • no, there's no sense to copy-paste docs. Answer it yourself. – poige Oct 06 '14 at 19:05
  • 2
    @poige, SE prefers to not have answers that get the main content from links. The reason for this is that link dependent answers are subject to "link rot" and can result in answers that are no longer be useful to the community. – YLearn Oct 06 '14 at 20:34
  • I hear this crap from time to time, but it's just crap. Do you really want to build your own internet (with blackjack and sluts) instead, which wouldn't rot? ;-P The whole idea behind Internet is hypertext, not copy-paste text. – poige Oct 07 '14 at 03:06
  • 1
    @poige, perhaps you hear this from time to time because there is room to improve your answers. Please read [shog9's question in meta.SE](http://meta.stackexchange.com/q/225370/160519) – Mike Pennington Oct 07 '14 at 09:39
  • Or perhaps it's a crap and you can't understand why it is crap. – poige Oct 08 '14 at 01:50