Hi i am doing ccna 4 at tafe in Melbourne and i have a setup of 3 routers via serial links.
I have to put HDLC between routers 1 and 3 PPP with chap between routers 1 and 2 and Frame relay between routers 2 and 3.My problem is that i only know how to set up frame relay with a FR switch in the middle that is the only way that the cisco book shows me.I have tried setting up frame relay between the routers using these commands.
Router 2
int s0/0/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ip 10.1.1.2 102 broadcast
frame-relay map ip 10.1.1.1 102
no shut
Router 3
int s0/0/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ip 10.1.1.1 201 broardcast
frame-relay map ip 10.1.1.2 201
no shut
Is it possible to set up frame relay between two routers without a frame relay switch if so what have i done wrong with my config. please let me know i am eager to learn and desperate to know the answer to this question.
I hope this is enough detail for everyone thank you in advance.