Hi,
I am using a pretty basic frame-relay configuration on Dynamips. 2 routers through a Frame-relay switch.
I was playing around with the inverse-arp settings, but cant quite understand the scenarios im getting.
I am disabling inverse-arp on the Router1's serial interface (no frame-relay inverse-arp), but for some reason it is still sending out both requests and answers, cause it will (in time) build a frame-relay map (dlci<->ip).
In Cisco's documentation it simply states:
Use the frame-relay inverse-arp interface configuration command to enable the Inverse Address Resolution Protocol (Inverse ARP) on the router configured for Frame Relay. Use the no form of this command to disable this feature.
Shouldnt it just ignore both sending out i-arp messages as well as not responding to them?
I hope its okay to quote from the documentation.
Configuration:
R1:
interface Serial0/0
ip address 10.0.0.1 255.255.255.0
encapsulation frame-relay
no frame-relay inverse-arp
R2:
interface Serial0/0
ip address 10.0.0.2 255.255.255.0
encapsulation frame-relay
Thanks!
Edit: oh, and howcome, if i add R3 hooking up to R1's serial. That way R1 has two DLCIs, one for each spoke. I can ping from R1 to R2, and R1 to R3, but not from R2 to R3.