RE: PPPoFR $%#&^%!! - What am I missing?

From: Max Bozeman (maxbozeman@excite.com)
Date: Sat Aug 26 2006 - 04:17:48 ART


PPP does not apparently like you using the same host ID/name on both sides.

My initial debug had shown ppp authenticating...maybe a quirk...maybe It worked becaused I had debug on as I configured it on one side and perhaps it stopped working once I had configured the other side. Needless to say, I saw what I wanted in the debug and shut it down. After Vazman suggested PPP authentication...I did another debug; and whadoyano, I got the "Vi2 CHAP: Ignoring Challenge with local name". Changed the chap host to the router names (and added appropriate username entries), and presto.

Thanks Vazman (U da man) and everyone else. Should of stuck with my initial gut feeling.

 --- On Sat 08/26, Kemal YILDIRIM < kemalhy@gmail.com > wrote:
From: Kemal YILDIRIM [mailto: kemalhy@gmail.com]
To: maxbozeman@excite.com, ccielab@groupstudy.com
Date: Sat, 26 Aug 2006 09:34:42 +0300
Subject: RE: PPPoFR $%#&^%!! - What am I missing?

Hi Max,<br>AFAI see, you have wrong DLCI nubers at both side, you need to reverse the<br>DLCIs at both end. And also you need to give a different hostname to one of<br>the routers. eg.: Router1, Router2 etc.<br><br>Do a debug ppp authentication at one of the router, you will see output like<br>below;<br>*Mar 1 00:12:36.343: Vi2 AUTH: Timeout 5<br>*Mar 1 00:12:36.343: Vi2 CHAP: O CHALLENGE id 32 len 25 from "what"<br>*Mar 1 00:12:36.343: Vi2 CHAP: I CHALLENGE id 32 len 25 from "what"<br>*Mar 1 00:12:36.343: Vi2 CHAP: Ignoring Challenge with local name<br><br><br>-----Original Message-----<br>From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Max<br>Bozeman<br>Sent: Saturday, August 26, 2006 8:47 AM<br>To: ccielab@groupstudy.com<br>Subject: PPPoFR $%#&^%!! - What am I missing?<br><br>Setup:<br><br>R1<---PPPoFR--->R2<br><br>config:<br><br>R1#<br>interface Serial0/0<br> no ip address<br> encapsulation frame-relay IETF<br> shutdown<br> no fair-queue<br>
frame-relay interface-dlci 201 ppp Virtual-Template1<br> no frame-relay inverse-arp<br> frame-relay lmi-type ansi<br>!<br>interface Virtual-Template1<br> ip address 1.1.1.1 255.255.255.0<br> ppp authentication chap<br> ppp chap hostname what<br> ppp chap password 0 theheck<br><br>R2#<br>interface Serial0/0<br> no ip address<br> encapsulation frame-relay IETF<br> shutdown<br> frame-relay interface-dlci 102 ppp Virtual-Template1<br> no frame-relay inverse-arp<br> frame-relay lmi-type ansi<br>!<br>interface Virtual-Template1<br> ip address 1.1.1.2 255.255.255.0<br> ppp authentication chap<br> ppp chap hostname what<br> ppp chap password 0 theheck<br><br><br>alt config:<br><br>R1#<br>interface Serial0/0<br> no ip address<br> encapsulation frame-relay IETF<br> no frame-relay inverse-arp<br> frame-relay lmi-type ansi<br>!<br>interface Serial0/0.1 point-to-point<br> frame-relay interface-dlci 102 ppp Virtual-Template1<br>!<br>interface Virtual-Template1<br> ip address 1.1.1.1
255.255.255.0<br> ppp authentication chap<br> ppp chap hostname what<br> ppp chap password 0 theheck<br><br><br>R2#<br>interface Serial0/0<br> no ip address<br> encapsulation frame-relay IETF<br> no fair-queue<br> no frame-relay inverse-arp<br> frame-relay lmi-type ansi<br>!<br>interface Serial0/0.1 point-to-point<br> frame-relay interface-dlci 201 ppp Virtual-Template1<br>!<br>interface Virtual-Template1<br> ip address 1.1.1.2 255.255.255.0<br> ppp authentication chap<br> ppp chap hostname what<br> ppp chap password 0 theheck<br><br><br>Virtual-Access 1 is up, but cannot ping local or remote address. Doesn't<br>show up in ip int brief and does not put a route in routing table. What am<br>I missing? Is this a PPP/PPPoFR issue or a Virtual-Template/Access issue?<br><br><br><br>_______________________________________________<br>Join Excite! - http://www.excite.com>The most personalized portal on the
Web!<br><br>_______________________________________________________________________<br>Subscription information may be found at: <br>
http://www.groupstudy.com/list/CCIELab.html><br>



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:58 ART