From: George Cassels (glcassels3@nc.rr.com)
Date: Fri Jun 10 2005 - 16:24:51 GMT-3
Guys could it have anything to do with the fact that you are using ppp
multilink with a load threshold of 1 which means that as soon as the
first link comes up it brings up the second link. After that you ask
for a callback. Depending on how long it takes for the both lines to
drop from the initial call and how long it will wait to perform the
callback would control whether there are any lines available to perform
the callback.
You may want to try using the dialer hold queue command and the dialer
enable timeout command. The hold queue will basically hold packets
while until the callback connection is established. The enable timeout
controls the amount of time to wait between each call.
Also agree with Tim that you do not need the callback secure unless you
only want the callback server to accept calls from clients who request
callback.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
ccie2be
Sent: Wednesday, June 08, 2005 5:54 PM
To: 'Anthony Sequeira'
Cc: 'Cisco certification'
Subject: RE: PPP Callback with PPP Multilink
I don't know if this will work but maybe if...
you remove dialer load-threshold and replace it with ppp mult
minimum-links
2 ( or there's another command like ppp load-threshold)
My idea is that this way ppp is negotiating when the 2nd channel comes
up,
not the bri int.
And, also remove the dialer secure-callback.
Then, I would enable deb ppp nego and see what happens.
Tim
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Anthony Sequeira
Sent: Wednesday, June 08, 2005 6:46 PM
To: ccie2be
Cc: Cisco certification
Subject: Re: PPP Callback with PPP Multilink
I was trying this with the physical interfaces - here are the
configs....
BranchA
interface BRI0
ip address 11.0.0.1 255.0.0.0
encapsulation ppp
dialer callback-secure
dialer map ip 11.0.0.2 name BranchB class CALLBACK 384020
dialer load-threshold 1 either
dialer-group 1
isdn switch-type basic-5ess
ppp callback accept
ppp authentication chap
ppp multilink
end
BranchB
interface BRI0/0
ip address 11.0.0.2 255.0.0.0
encapsulation ppp
dialer map ip 11.0.0.1 name BranchA 384000
dialer load-threshold 1 either
dialer-group 1
isdn switch-type basic-5ess
ppp callback request
ppp authentication chap
ppp multilink
end
On 6/8/05, ccie2be <ccie2be@nyc.rr.com> wrote:
> Hey Anthony,
>
> Could you post your config's?
>
> I'm fairly sure this is doable but... it's been awhile for me too.
>
> Were you trying to do this on phy or logical int?
>
> Tim
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> Anthony Sequeira
> Sent: Wednesday, June 08, 2005 6:30 PM
> To: Cisco certification
> Subject: PPP Callback with PPP Multilink
>
> Hello All!
>
> I was playing with PPP Callback today - it was one of those - "I have
> not configured it in a long, long time so I better brush up" kind of
> moments.
>
> It worked like a champ - first try - yippee!
>
> I then decided to try multilink at the same time. Oops - things
> started to go sour.
>
> Can we use PPP Multilink with PPP Callback? Are there known issues?
>
> TIA,
>
> Ant
>
>
This archive was generated by hypermail 2.1.4 : Wed Jul 06 2005 - 14:43:41 GMT-3