RE: BRI LCP NOT COMING UP

From: Jonathan V Hays (jhays@jtan.com)
Date: Wed Apr 23 2003 - 10:08:59 GMT-3


Hi Adarsh,

The obvious things I see is that your CHAP name on each side is
incorrect - you need to configure the CHAP name of the other side, not
your own side. Second, I don't see any dial strings on either side.

You should start out with a simple configuration, test it, and add
features one at a time, testing after adding each feature, as suggested
by others on this list (many times).

I would suggest giving both sides simple, legacy ISDN configurations (as
shown below) before experimenting with dialer profiles.

For example, start out with this on both sides (I am assuming you do not
need SPIDs):

interface BRI3/1
  ip address 1.1.1.2 255.255.255.224
  dialer map ip 1.1.1.1 5551234
  dialer-group 1
  isdn switch-type basic-net3
!
dialer-list 1 protocol ip permit

Then do "show isdn status" and make sure layer 2 is up and your routers
are talking to the ISDN switch. Next, try a ping and see if the line
comes up. If not, try "isdn call interface bri 3/1 5556789" (use the
correct phone number for the other side). You can disconnect the line
with "isdn disconnect interface bri 3/1 all". If that works over HDLC,
then add PPP. Get all the other stuff working before adding CHAP, and
add multilink last of all.

HTH

> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On
> Behalf Of Adarsh Singh
> Sent: Wednesday, April 23, 2003 12:33 AM
> To: Tony Schaffran; CCIE Group Study (E-mail)
> Subject: RE: BRI LCP NOT COMING UP
>
>
> Hi All,
>
> The config is as follows:
>
>
> At the called end :
>
> username del password 0 cisco
> interface BRI3/1
> ip address 1.1.1.2 255.255.255.224
> encapsulation ppp
> no ip mroute-cache
> dialer idle-timeout 150
> dialer map ip 1.1.1.1 name del
> dialer load-threshold 200 either
> dialer-group 1
> no snmp trap link-status
> isdn switch-type basic-net3
> ppp authentication chap
> ppp chap hostname lko
> ppp chap password 7 01100F175804
> ppp multilink
>
>
>
>
> Calling end
>
> username lko password 0 cisco
>
> interface BRI6/0
> no ip address
> encapsulation ppp
> no ip route-cache
> no ip mroute-cache
> dialer rotary-group 5
> dialer-group 1
> isdn switch-type basic-net3
> isdn tei-negotiation first-call
> no cdp enable
> !
>
>
> interface Dialer5
> ip address 1.1.1.1 255.255.255.224
> encapsulation ppp
> no ip route-cache
> no ip mroute-cache
> dialer in-band
> dialer idle-timeout 30
> dialer map ip 1.1.1.2 name lko XXXXX
> dialer load-threshold 1 either
> dialer-group 1
> ppp authentication chap
> ppp chap hostname del
> ppp chap password 7 104D000A0618524B
> ppp multilink
>
>
> Dialer-list 1 protocol ip permit is presnet in both ends.
>
>
> Adarsh Singh



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:36:03 GMT-3