From: Vazman (vazman@gmail.com)
Date: Sat Aug 26 2006 - 03:08:16 ART
In your first solution, the interfaces are shutdown. Also the DLCI numbers
you used in the first solution are different from the second solution. Which
ones are correct?? Could be an authentication issue also, try doing "debug
ppp authenticaton".
I would strip the config down to basics and add stuff along to troubleshoot.
1. Try with basic frame relay
2. Try with PPPoFR
3. Apply authentication
HTH
On 8/26/06, Max Bozeman <maxbozeman@excite.com> wrote:
>
> Setup:
>
> R1<---PPPoFR--->R2
>
> config:
>
> R1#
> interface Serial0/0
> no ip address
> encapsulation frame-relay IETF
> shutdown
> no fair-queue
> frame-relay interface-dlci 201 ppp Virtual-Template1
> no frame-relay inverse-arp
> frame-relay lmi-type ansi
> !
> interface Virtual-Template1
> ip address 1.1.1.1 255.255.255.0
> ppp authentication chap
> ppp chap hostname what
> ppp chap password 0 theheck
>
> R2#
> interface Serial0/0
> no ip address
> encapsulation frame-relay IETF
> shutdown
> frame-relay interface-dlci 102 ppp Virtual-Template1
> no frame-relay inverse-arp
> frame-relay lmi-type ansi
> !
> interface Virtual-Template1
> ip address 1.1.1.2 255.255.255.0
> ppp authentication chap
> ppp chap hostname what
> ppp chap password 0 theheck
>
>
> alt config:
>
> R1#
> interface Serial0/0
> no ip address
> encapsulation frame-relay IETF
> no frame-relay inverse-arp
> frame-relay lmi-type ansi
> !
> interface Serial0/0.1 point-to-point
> frame-relay interface-dlci 102 ppp Virtual-Template1
> !
> interface Virtual-Template1
> ip address 1.1.1.1 255.255.255.0
> ppp authentication chap
> ppp chap hostname what
> ppp chap password 0 theheck
>
>
> R2#
> interface Serial0/0
> no ip address
> encapsulation frame-relay IETF
> no fair-queue
> no frame-relay inverse-arp
> frame-relay lmi-type ansi
> !
> interface Serial0/0.1 point-to-point
> frame-relay interface-dlci 201 ppp Virtual-Template1
> !
> interface Virtual-Template1
> ip address 1.1.1.2 255.255.255.0
> ppp authentication chap
> ppp chap hostname what
> ppp chap password 0 theheck
>
>
> Virtual-Access 1 is up, but cannot ping local or remote address. Doesn't
> show up in ip int brief and does not put a route in routing table. What am
> I missing? Is this a PPP/PPPoFR issue or a Virtual-Template/Access issue?
>
>
>
> _______________________________________________
> Join Excite! - http://www.excite.com
> The most personalized portal on the Web!
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:58 ART