Re: Frame-Relay PPP issues? Help would be great!

From: Thomwin Chen (thomwin_chen@yahoo.com)
Date: Wed Oct 19 2005 - 15:15:32 GMT-3


your config is pretty confusing...
 
interface Serial1/1.23 point-to-point
ip address 172.12.23.2 255.255.255.0
frame-relay interface-dlci 213 ppp Virtual-Template 1
!
interface Virtual-Template1
ip unnumbered Serial1/1.23

I think the correct config is something like this :

interface Serial1/1.23 point-to-point
 frame-relay interface-dlci 213 ppp Virtual-Template 1
!
interface Virtual-Template1
 ip address 172.12.23.2 255.255.255.0

Rgds,
Thomwin

Wireman <int_s0@earthlink.net> wrote:
I'm working on frame PPP that looks like this-

R5----FR----R1
|
FR
|
R2------PPP/FR-----R3

R5-R2-R1 are in OSPF area 0 - with R5 as the DR
R2 and R3 are in OSPF area 1

I can see the routes on all routers but can not ping or telnet to R3 from R5 or R1
R2 has full reachablity -
From R5, I can ping the outgoing interface on R2 towards R3
When i trace from R5 to R3 the trace stops at R2

I know it has to be a problem with my ppp config because if i go back just the point-to-point interface everything works fine.

I'm sure this must be something simple that I'm doing wrong...I have been messing with it for a couple of hours and can't get anywhere.
Can anyone help me with this ppp config?
Is it possible I'm having problems with my FR switch?

Thanks
Justin Wireman

my PPP config looks like this

---R2----
interface Serial1/1
no ip address
encapsulation frame-relay
no frame-relay inverse-arp
!
interface Serial1/1.23 point-to-point
ip address 172.12.23.2 255.255.255.0
frame-relay interface-dlci 213 ppp Virtual-Template 1

interface Virtual-Template1
ip unnumbered Serial1/1.23

---R3---
interface Serial0/0
no ip address
encapsulation frame-relay
no frame-relay inverse-arp

interface Serial0/0.23 point-to-point
ip address 172.12.23.3 255.255.255.0
frame-relay interface-dlci 312 ppp Virtual-Template1
!
interface Virtual-Template1
ip unnumbered Serial0/0.23



This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:51 GMT-3