Hello All,

        I am setting up a simple point to point ISDN BRI connection. It
works like a charm, but for the life of me, I cannot get the secondary B
chanell to come up. When I initiate a ping, it brings up the first B chanell
instantaneously, but it wont bring up the secondary.

ROUTER 1
interface BRI0
 ip address 10.10.10.1 255.255.255.240
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 86400
 dialer map ip 10.10.10.2 name ABC broadcast 9032031701
 dialer map ip 10.10.10.2 name ABC broadcast 9032031704
 dialer hold-queue 1
 dialer load-threshold 1 either
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 90319074001
 isdn spid2 903319074101
 compress stac
 ppp authentication chap
 ppp multilink

ROUTER 2
interface BRI0
 ip address 10.10.10.2 255.255.255.240
 no ip directed-broadcast
 encapsulation ppp
 dialer idle-timeout 86400
 dialer map ip 10.10.10.1 name XYZ broadcast 9033190740
 dialer map ip 10.10.10.1 name XYZ broadcast 9033190741
 dialer hold-queue 1
 dialer load-threshold 1 either
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 903203170101
 isdn spid2 903203170401
 compress stac
 ppp authentication chap
 ppp multilink

Thanx,
Santosh


_________________________________
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