06-21-2002 04:16 AM - edited 03-01-2019 10:21 PM
Hello,
I am trying to configure a 2600 to dialer another router on ISDN, the thing is, I put in the dialer interface the dialer remote-name <hostname>, but when it dials, when I do a show isdn hist, the is no dialer remote name entry.
What could this be?
06-21-2002 06:10 AM
Hi,
do you do use ppp chap/pap authentication, because if you don't use authentication
there will be no exchange of hostnames or ppp chap/pap usernames.
The command "dialer remote-name" is used to identify the correct dialer
interface for incomming calls.
The "dialer remote-name" is compared with the remote-name which comes with the ppp authentication process to identify the right dialer interface.
The remote-name in the "show isdn activ or history" is the name which comes from
the remote device in the authentication process (This should be the same as in the dialer remote-name but that is not necessarly the case) and not
the name in the "dialer remote-name".
regards Ulrich
06-21-2002 07:42 AM
Many thx for that - Most helpful.
I am using CHAP
here is a simple config.
interface BRI0/0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
no peer default ip address
no fair-queue
ppp authentication chap
!
interface Dialer1
ip address negotiated
no ip directed-broadcast
encapsulation ppp
dialer remote-name
dialer pool 1
dialer string
dialer-group 1
ppp authentication chap
!
06-21-2002 08:03 AM
Hello,
does my explanation solve the probelm or do you have still the same problem?
Configuration looks good, but must be similar on both sides.
regards Ulrich
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide