PPP mutillink and chap question

From: stiff (stiff.yu@xxxxxxxxxxxxxxxxxx)
Date: Fri May 12 2000 - 06:59:52 GMT-3


   
   hellow every,
   I have a lab about Mutilink,Use AUX back to AUX,
   but can't pass chap authe,the debug ppp authe is
   00:28:30: As1 CHAP: O CHALLENGE id 142 len 26 from "c2507"
   00:28:31: As1 CHAP: I CHALLENGE id 142 len 27 from "mc3810"
   00:28:31: As1 CHAP: Waiting for peer to authenticate first.
   
   so I can't pass the ppp chap.
   
   the config is below:
   R1:
   hostname c2507
   !
   enable password 7 15031C
   !
   username c2515 password 7 13061E010803
   username up password 7 030752180500
   username mc3810 password 7 0822455D0A16
   no ip domain-lookup
   ip host mc3810 2001 1.1.1.1
   
   interface Loopback0
    ip address 1.1.1.1 255.255.255.255
   !
   interface Ethernet0
    ip address 200.200.200.2 255.255.255.0
   !
   interface Serial0
    no ip address
    encapsulation frame-relay
    shutdown
    no fair-queue
   !
   interface Serial0.1 point-to-point
    no arp frame-relay
   !
   interface Serial1
    ip address 100.1.1.2 255.255.255.0
    encapsulation ppp
    no fair-queue
   !
   interface Async1
    no ip address
    encapsulation ppp
    dialer in-band
    dialer pool-member 1
    async mode dedicated
    no fair-queue
    ppp authentication chap pap
    ppp multilink
   !
   interface Dialer1
    ip address 10.1.1.2 255.255.255.0
    encapsulation ppp
    dialer remote-name mc3810
    dialer load-threshold 100 either
    dialer-group 1
    no fair-queue
    pulse-time 0
    no cdp enable
    ppp authentication chap
    ppp multilink
   !
   no ip classless
   !
   !
    dialer-list 1 protocol ip permit
   alias exec ct conf t
   !
   line con 0
    exec-timeout 0 0
    password 7 030752180500
    login
   line aux 0
    modem InOut
    transport input all
    flowcontrol hardware
   line vty 0 4
    password 7 13061E010803
    login
   !
   end
   
   R2:
   hostname mc3810
   !
   enable password qw
   !
   username c2507 password 0 cisco
   no ip domain-lookup
   ip host c2515 2001 152.102.152.1
   frame-relay switching
   chat-script callback ABORT ERROR ABORT BUSY "" "ATDT \T" TIMEOUT 30
   CONNECT /c
   chat-script hayes "" "AT&FS0=1&C1&D2&q6e0q1&k0"
   !
   !
   interface Loopback1
    ip address 152.102.152.1 255.255.255.128
   !
   interface Tunnel0
    no ip address
    tunnel sequence-datagrams
    tunnel checksum
   !
   interface Ethernet0
    ip address 200.200.200.1 255.255.255.0
   !
    interface Serial1
    ip address 152.102.204.1 255.255.255.252
    encapsulation frame-relay
    clockrate 64000
    frame-relay interface-dlci 100
    frame-relay intf-type dce
   !
    interface Async1
    no ip address
    encapsulation ppp
    dialer in-band
    dialer pool-member 1
    async default routing
    async mode dedicated
    no fair-queue
    ppp authentication chap pap
    ppp multilink
   !
   interface Dialer1
    ip address 10.1.1.1 255.255.255.0
    encapsulation ppp
    dialer remote-name c2507
    dialer load-threshold 100 either
    dialer pool 1
    dialer-group 1
    no fair-queue
    no cdp enable
    ppp authentication chap
    ppp multilink
   !
   router eigrp 1
    network 152.102.0.0
   !
   ip classless
   ip route 0.0.0.0 0.0.0.0 100.100.100.2
   dialer-list 1 protocol ip permit
   !
   line con 0
   line aux 0
    script dialer callback
    script reset hayes
    modem InOut
    transport input all
    stopbits 1
   line vty 0 4
    exec-timeout 0 0
    password cisco
    login
   !
   !
   end
   regards
   
   --------------------------------------------------------
   YU JIAN CHUN
   CSD engineer of Datacraft-china ltd.
   tel:(8610) 65882123
   fax:(8610)65882110



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:29 GMT-3