Sunday, May 22, 2011

LAB: Frame Relay Address Resolution using inverse-arp


DLCIs

R2=205,206,215,216,225,226
R5=502,506,512,516,522,526
R6=602,605,612,615,622,625

LAB Requirements:  no DLCI indicated in the diagram: donot use PVC with 0 & 1 in the middle

R2,R5,R6

int s0/1/0
encapsulation frame-relay
 no shut
 ip address a.b.c.d

verify the DLCI

show frame-relay pvc | in ACT
show frame-relay pvc | in \ ACT
show frame-relay map

R2
no frame-relay inverse-arp ip 205
no frame-relay inverse-arp ip 206
no frame-relay inverse-arp ip 215
no frame-relay inverse-arp ip 216

R5

no frame-relay inverse-arp ip 502
no frame-relay inverse-arp ip 506
no frame-relay inverse-arp ip 512
no frame-relay inverse-arp ip 516


R6
no frame-relay inverse-arp ip 602

no frame-relay inverse-arp ip 605
no frame-relay inverse-arp ip 612
no frame-relay inverse-arp ip 615




note: you can issue the command below to clear some dynamic arps
clear frame-relay inarp

from R5 to reach R6 must add static mapping
frame-relay map ip 100.100.100.6 522

from R6 to reach R5
frame-relay map ip 100.100.100.5 622
frame-relay map ip 100.100.100.6 622  ===if u wan to ping urself

useful tool: to ensure that l2 to l3 mapping is ok, or if there is encapsulation failed
debug ip packet

extra: adding dynamic routing

R2, R5, R6
router ospf 1
passive interface default
network 0.0.0.0 0.0.0.0 area 0
no passive s0/1/0
!
int s0/1/0
ip ospf network broadcast

No comments:

Post a Comment