ISDN Dialer Profile problem

From: Tim Ross (ross2k@pclv.com)
Date: Sun Oct 13 2002 - 02:11:22 GMT-3


I am having problems with dialer profiles. I'm doing the ECP1 lab and can
not get the R2 router to dial R1 by using a Dialer Profile. I've viewed the
solution and copied it exactly with no success. There is no error message, a
ping just times out if trying to ping the other interface. I can setup
Dialer Map on the physical interface and it works immediately. I'm using IOS
Version 12.1.(15) with a Teltone Demonstrator, and using two 2621's with
BRI0/0 interfaces. Anyone have a similar problem? I was wondering if there
is a problem with this particular IOS version, or maybe the combination I'm
using due to the logical inteface and the Teltone simulator. I've used a
variety of different "dialer remote-name" and tried with and without chap,
etc..

#### R2 ####

dialer-list 1 protocol ip permit
!
interface BRI0/0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 0835866201
 isdn spid2 0835866401
!
interface Ethernet0/1
 no ip address
 shutdown
!
interface Dialer0
 ip address 144.7.21.2 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer pool 1
 dialer remote-name Rack04R1
 dialer string 8358661
 dialer-group 1
!
##### R1 #####

dialer-list 1 protocol ip permit
!
interface BRI0/0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 0835866101
 isdn spid2 0835866301
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/1
 ip address 144.7.91.1 255.255.255.0
!
interface Dialer0
 ip address 144.7.21.1 255.255.255.0
 encapsulation ppp
 dialer pool 1
 dialer remote-name Rack04R2
 dialer-group 1
!



This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:45 GMT-3