cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
760
Views
9
Helpful
3
Replies

Dialer "remote-name"

kfarrington
Level 3
Level 3

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?

3 Replies 3

umarzoli
Level 1
Level 1

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

www.netaid.de

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

!

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

www.netaid.de