All,
Maybe i've missed something here but...
I configured 2 routers over isdn with PPP Multilink and that r8 calls r6 and
then r6 calls r8 back.
All fine so far apart from I end up with one call IN and one call OUT as
follows:

r8#sh isd active
----------------------------------------------------------------------
                                ISDN ACTIVE CALLS
----------------------------------------------------------------------
History table has a maximum of 100 entries.
History table data is retained for a maximum of 15 Minutes.
----------------------------------------------------------------------
Call    Calling or Called   Remote    Seconds Seconds Seconds   Recorded
Charges
Type    Phone number        Node Name Used    Left    Idle     
Units/Currency
----------------------------------------------------------------------
Out                  1111          r6      38               0       0
In                   1111          r6      38               0
----------------------------------------------------------------------

configs as follows:
r6:
interface Dialer0
 ip address 172.168.1.6 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer pool 1
 dialer string 2222 class test
 dialer load-threshold 1 either
 dialer-group 1
 ppp callback accept
 ppp authentication chap
 ppp multilink
!
map-class dialer test
 dialer callback-server username

r8:
interface Dialer0
 ip address 172.168.1.8 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name r6
 dialer string 1111
 dialer load-threshold 1 outbound
 dialer pool 1
 dialer-group 1
 ppp callback request
 ppp authentication chap
 ppp chap hostname ccie
 ppp multilink

Whats gone wrong


Cheers
Richard


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=36640&t=36640
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to