Sort of related to:
http://www.techexams.net/forums/ccna-ccent/75545-configuring-frame-relay.html
I'm doing a point to point Frame Relay lab.
R1 and R2 are on the following subnet: 10.10.10.0/30
Now, I did the reading on frame-relay and the most important thing that was mentioned was:
The DLCI is significant to the local router and the IP address is significant to the remote.
The diagram shows
R1 S/0/0/0 with IP 10.10.10.1 and
R2 S0/0/0 with IP 10.10.10.2
So far so good, I do realize that when you create a sub-interface, it's a logical interface that will recieve an IP address and there is no need for an IP address on S0/0/0.
So....
R1 configuration looks like this:
R1(config-if) encapsulation frame-relay
R1(config-if) int s0/0/0.1 point-to-point
R1(config-subif) frame-relay interface-dlci 102
R1(config-subif)
ip address 10.10.10.1 255.255.255.252
I finished the lab by running
show frame-relay map
show frame-relay pvc
Everything looks good.
Am I not understanding the theory correctly?
why are they mapping the local IP address of R1 and not R2? I thought the IP address mapping of the frame relay goes to the remote router, can someone please clarify.