I was going over some sample problems for the BCRAN exam and came across one that confused me.
You are troubleshooting a connectivity problem on R2.
R2-(a)-----------(b)-R1-(c)-------------(d)-R3
a: S0 10.1.1.2 DLCI 100
b: DLCI 300
c: S0 10.1.1.1 DLCI 400
d: S0 10.1.1.3 DLCI 200
You can ping R1 from R2, but can't ping R3 from R2. What is the correct set of frame-relay map commands on R2 to fix this problem?
Since you are always supposed to use the local DLCI with the frame-rel map command, I would say the correct answer is:
frame-relay map ip 10.1.1.3 100
frame-relay map ip 10.1.1.1 100
However, since we are going through R1, from R1's perspective, we should also be referencing its DLCI? So should the answer be the following, instead?
frame-relay map ip 10.1.1.3 100
frame-relay map ip 10.1.1.1 400
Thanks for any help. I hope the above diagram is clear enough to show whats going on here.
/Tristan
You are troubleshooting a connectivity problem on R2.
R2-(a)-----------(b)-R1-(c)-------------(d)-R3
a: S0 10.1.1.2 DLCI 100
b: DLCI 300
c: S0 10.1.1.1 DLCI 400
d: S0 10.1.1.3 DLCI 200
You can ping R1 from R2, but can't ping R3 from R2. What is the correct set of frame-relay map commands on R2 to fix this problem?
Since you are always supposed to use the local DLCI with the frame-rel map command, I would say the correct answer is:
frame-relay map ip 10.1.1.3 100
frame-relay map ip 10.1.1.1 100
However, since we are going through R1, from R1's perspective, we should also be referencing its DLCI? So should the answer be the following, instead?
frame-relay map ip 10.1.1.3 100
frame-relay map ip 10.1.1.1 400
Thanks for any help. I hope the above diagram is clear enough to show whats going on here.
/Tristan