cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
479
Views
5
Helpful
3
Replies

frame relay inarp

carl_townshend
Spotlight
Spotlight

Hi all, Can anyone tell me what the inarp does on frame relay, I have read that it finds the ip address of the remote router ?, also i have seen diagrams where the dlci at one end is 201 and the other 102, is this done via the provider and does the provider tell me what dlci to use or does the inarp pick up the local dlci?

3 Replies 3

mohammedmahmoud
Level 11
Level 11

Hi there,

First of all about how the provider assigns the DLCI to the customer --> The DLCI is local significant (significant per each local loop - per each site and its opposite FR Switch).

The local DLCI significance simply means that for a customer having an end-to-end PVC between 2 routers in 2 different site -> There can be 2 DLCIs -> One from the first CE router to the facing FR switch in the provider network and the another DLCI for the other CE router with its facing FR Switch --> Cross-connections are configured within the provider?s network to establish this end-to-end PVC for the customer.

Second regarding the InARP, as a simple definition it is used to obtain the IP address using the DLCI (on the LAN it is used to obtain the IP address using the MAC address), how the InARP depends upon the topology as follows:

Point-to-point --> Doesn?t need either InARP or Static Mapping --> point-to-point subinterfaces ignore the received InARP information --> to send the packet over the only possible DLCI on that point-to-point subinterface --> ?send all packets for addresses in this subnet using the only DLCI on the subinterface? logic --> Addresses of remote destinations for each point-to-point subinterface are not resolved since they are point-to-point and traffic must be sent to the peer at the other end.

Multipoint / Physical --> Requires either InARP or Static mapping using the ?frame-relay map? command, and in most cases InARP does not help, because InARP messages only flow across a VC, and are not forwarded (most scenarios should be partial mesh or hub-and-spoke, or any other scenario where not all the sites are directly connected); The solution is to add a frame-relay map command to the router configuration which disables Inverse ARP by default: ?frame-relay map ip broadcast?.

Hub-and-Spoke --> The Hub can count on InverseARP, but spokes can't use InverseARP as InverseARP is point-to-point (only flow accross a VC) and can't go from a spoke to a spoke through a hub (InARP messages only flow across a VC, and are not forwarded) --> Spokes must have the static mapping (if using Multipoint / Physical interface - While remember that if using point-to-point there is no need for either InARP or Static Mapping) --> "frame-relay map ip [subnet]"

NOTE: Point-to-point subinterfaces can be unnumbered for use with IP, reducing the addressing burden that might otherwise result.

HTH, Please rate if this helps,

Mohammed Mahmoud.

thanks for that, a question about the point to point interfaces, how does it know what dlci it is using ?

Hi there again,

A point-to-point interface is configured with a single DLCI using the "frame-relay interface dlci #" command. In this case we don't either need InARP or Static Mapping --> All packets are sent using this single DLCI since it is a point-to-point connection.

HTH, Please rate if it does,

Mohammed Mahmoud.

Review Cisco Networking products for a $25 gift card