cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
446
Views
0
Helpful
2
Replies

CHAP authentication failure:

shechter
Level 1
Level 1

Hello all,

I try to configure DDR.

When using ppp chap hostname + password on the BRI interface, all is working just fine.

When using the same configuration with dialer the remore router recieves Authentication failure.

Is there any diff between BRI and dialer ppp chap authentication?

10x!

2 Replies 2

opiedrah
Level 1
Level 1

how are you defining the username and password on the routers.

*** IF USING Dialer MAPS

ROUTER A Config

!

username Routerb password cisco

!

!

Int bri0

dialer map ip 1.1.1.1 name Routerb broadcast 1122334455

!--> Additional Parameters <--

---Router B---

ROUTER A Config

!

username Routera password cisco

!

!

int bri0

dialer map ip 1.1.1.2 name Routera broadcast 1122334466

!

!--> Additional Parameters <--

*** IF USING DIALER PROFILES

RouterA

!

username Routerb password cisco

!

!

dialer pool 1

dialer remote-name Routerb

dialer string 1122334455

!

!--- Aditional Parameters ----

!

Int bri0

dialer pool-member 1

!--- Aditional Parameters ----

********************************

username Routera password cisco

!

!

RouterB

dialer remote-name Routera

dialer string 1122334466

10x!

Using BRI only work perfect!

But using dialer with same configuration does not work. It fales on chap authentication.

What is the diffrance in ppp chap authentication between BRI and dialer?