08-14-2003 07:02 AM - edited 03-02-2019 09:36 AM
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!
08-14-2003 01:13 PM
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
08-14-2003 09:54 PM
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?
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