MickQ wrote: » I'm in the middle of IPv6, but I'll bite The broadcast keyword was left off the FR mapping.
MickQ wrote: » The broadcast keyword was left off the FR mapping.
dead_p00l wrote: the issue lies with R1 not receiving eigrp HELLO or UPDATE packets.
MickQ wrote: » TBH, I didn't look at the counters (I hate non tabbed/lineated table outputs). It was actually remembering that some EIGRP packets are sent by unicast, and some by multicast. Since FR is NBMA (non broadcast ma), you need to include the "broadcast" in your FR mappings in order to use the pseudoBroadcast feature. This allows broadcasts and multicasts to be unicasted (yep, you read me right) out your FR mappings. Remember kids, labs are for learning before and during your work in the field :P
reloaded wrote: » I've got a question regarding FR mappings....I understand the nature of FR being NBMA, but what is the condition in which inverse-arp does not work and the mapping is required?
reloaded wrote: » I've got a question regarding FR mappings....I understand the nature of FR being NBMA, but what is the condition in which inverse-arp does not work and the mapping is required? It seems most examples of FR config I've seen only use the DLCI mapping w/broadcast when configuring the physical interface (no subs).
Zartanasaurus wrote: » InARPs aren't forwarded off of their DLCI. So if you have a hub and spoke, a spoke's InARP won't be seen by the other spokes, since the DLCI terminates at the hub. Net result is spokes can't dynamically learn the IPs of the other spokes. So you need a static mapping to the spokes. And a static mapping disables InARP for that protocol/DLCI pair. So if you make a static mapping to a spoke using the same DLCI to reach the hub, you need a static mapping to the hub also.