Home > Archive > CCIE > July 2001 > Still having BRI stress!





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Still having BRI stress!
pash

2001-07-10, 12:28 am

Hello,...
I changed my configuration somewhat, and removed a module. But my cisco 2620 still wont dial out.!!.....can someone look at the configuration and the error out put and let me know what may still be the cause.(Layer 1. and layer 2. -isdn events- are ok, but theres still no connection)
-Uche.
config------->


oks>en
Password:
oks#sh conf
Using 1496 out of 29688 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname oks
!
no logging console
no logging monitor
enable secret 5 $1$IU9Q$qYwqs3CXuKmsl1y1GjcM30

enable password oks
!
username msn password 0 msn
!
!
!
!
memory-size iomem 15
ip subnet-zero
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface FastEthernet0/0
ip address 192.168.0.2 255.255.255.0
no ip directed-broadcast
duplex auto
speed auto
!
interface BRI0/0
description OKS testing interface!
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
dialer pool-member 2
isdn switch-type basic-net3
!
interface Dialer1
description connected to ELSATEST
ip address 192.168.8.2 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer pool 1
dialer wait-for-carrier-time 90
dialer string 00192658
dialer hold-queue 10
dialer-group 1
ppp authentication chap
!
interface Dialer2
ip address 192.168.8.3 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer pool 2
dialer wait-for-carrier-time 90
dialer string 00192658
dialer hold-queue 10
dialer-group 2
no cdp enable
ppp authentication chap
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 99 permit any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
dialer-list 2 protocol ip list 99
!
line con 0
transport input none
line aux 0
line vty 0 4
password uche1
login
!
no scheduler allocate
end

oks#
******************************
******************************
********
00:13:236223201280: ISDN ERROR: Module-CCBRI Function-_Go Error-Event receive
d for an unrecognized call. Data- B6, 0
jv128

2001-07-11, 12:40 am

Turn on "debug ppp negotiation" and "debug ppp chap" to see if ppp negotiation and ppp authentication is good

you will have to add this for authentication under your interface dialer1 and 2

dialer remote-name "name used for auth"


This name must match that used by the remote router to authenticate itself
vr2zjw

2001-07-11, 4:51 am

That look like an ISDN error. Turn on debug isdn q931 & debug isdn q921 to see what happen.
pash

2001-07-11, 4:59 am

What does this mean please?
------------------>

02:48:27: BR0/0:1 CHAP: O FAILURE id 23 len 25 msg is "MD/DES compare failed"
vr2zjw

2001-07-11, 6:12 am

quote:
Originally posted by pash
What does this mean please?
------------------>

02:48:27: BR0/0:1 CHAP: O FAILURE id 23 len 25 msg is "MD/DES compare failed"



CHAP Password mismatch, check your username & password.
jv128

2001-07-11, 6:14 am

yep, just as I expected, you are not passing the chap authorization.

check your username and password inside dialer
username msn password 0 msn <--verify 0 msn is your password and user name, it looks wrong since it should be encrypted. just no the command and re-enter it, remember the username and password are case sensitive?




you should be set.
pash

2001-07-11, 6:33 am

Well ,
I've changed the password and username...
Definately correct now....I've made double sure about that.
Howevwe I'm still receiving the same error messages when I debug ppp. The cisco website doesnt say anything else on this either.Just that i should enter the same password and username on the sending and receiving ends.
What could be the cause??
jv128

2001-07-11, 6:40 am

is your provider using chap, they may only support pap?? Call your provider and verify your configuration is correct for their network

if so, just verify the password with them, they may have given the wrong one or had a largecase in the password.
pash

2001-07-11, 6:49 am

I dont think that is the problem:

1. I am trying to establish contact to another ROUTER(and not a service provider) at the other end of the link.
and this router is also configured for CHAP.

2. Even if this were the case-- I have "ppp auth chap pap callin configured".....so my router can also use pap.
jv128

2001-07-11, 8:44 am

add this
aaa new-model
AAA authentication login default local
AAA authentication ppp default local


then remember
username <name> password <chap_password>

REMEMBER the username and passwrod
have to be identical on both routers.
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2009 examnotes.net