07-21-2017 10:07 AM - edited 03-05-2019 08:53 AM
According to this link:
http://blog.ine.com/2008/01/07/understanding-ppp-over-frame-relay-pppofr/
PPP should work over frame relay.
Can anybody please check what I have done and if you see any problem?
Please see attachment
07-21-2017 11:36 AM
Hello,
the configuration looks good. The only thing I see is the way you have configured CHAP. On all virtual templates, just configure:
ppp authentication chap
Then, on R100, try and configure:
username R200 password 0 R200
username R300 password 0 R300
On R200:
username R100 password 0 R100
On R300:
username R100 password 0 R100
Make sure the username matches the actual router name (R1 should be named R100).
07-22-2017 03:10 PM
Hello,
I labbed this in GNS3,as soon as I configure CHAP authentication, everything goes down. Not sure if this is a bug in GNS3 though.
Is your network a 'real life' network ?
07-24-2017 04:03 AM
.
07-24-2017 04:00 AM
Hi,
I removed in the virtual-template config
Then on R100
conf t
username R300 password R300
ON R300
conf t
username R100 password R300
OSPF came up :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide