06-25-2009 10:04 AM - edited 03-04-2019 05:14 AM
Does any body are already configure a ISDN BRI Interface as backup line for Serial connection?
I have two site that must be connect with ISDN BRI whe the main serial ling goes down.
Does any bony have a example ?
07-02-2009 11:10 AM
Please see in atach what I having now
I am now able to dial , only when I remove the "dialer pool-member 1" on the interface BRI 0/1/0 and put it back again
07-02-2009 02:43 PM
Afragoso2009,
please try to attachment again.
the show command we are after is "show isdn status". my apology, i put in the wrong command before.
07-02-2009 04:10 PM
07-02-2009 04:31 PM
hello,
the good news is isdn does connect.
the disconnection must be caused by ppp negotiation.
so please test again with "debug isdn q931" and "debug ppp negotiation"
07-03-2009 01:56 AM
Hi Chinkevi
See in attach the ppp negotiation and authentication
But why the dialing only star when I remove the "dialer pool-member 1" and put it back again on the interface BRI on the caller site ?
07-03-2009 03:40 AM
07-03-2009 04:46 AM
So it appears the chap process isn't completing because you don't have "username rt-core2-1000 password ******" configured on RT_AGN_ASA and/or you don't have "username RT_AGN_ASA password ******" configured on rt-core2-1000.
Regarding your other problem I don't see (Maybe i overlooked it?) how you are defining interesting traffic. For example do you have "dialer-list 1 protocol ip list 101" and "access-list 101" configured?
James
07-03-2009 04:53 AM
i guess when you reinsert the pool command cause dialer interface up.
but you can just use ping direct to remote dialer ip to bring up the isdn, depends on your interesting traffic setup.
ppp failed in authentication phase and it is 2 way authentication. You can remove ppp authentication in bri and dialer config on both sides, or apply the following on both routers:
local router - username rt-core2-100 password xxxx
remote router - username RT_AGN_ASA password xxxx
int dialer x
! send username/password
ppp chap hostname
ppp chap password
from memory if you don't specify username to send, router will use its hostname as username.
if isdn fail again, check the ppp debug again for CHAP phase to be success or fail. After authentication is the IPCP.
07-10-2009 05:14 AM
Great
I remove the ppp authentication and its work fine now
My question now its how to have the 128 k working? I means both B channel at the same time?
07-10-2009 05:27 AM
dialer load-threshold 1
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