RE: ISDN BR0: Error: Unexpected Disconnect_Ack - calli [7:27135]

2001-11-22 Thread Baileys Baileys

"even my LED's on the router doesnt go on."

Only the LED on the back off the router is on


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



ISDN BR0: Error: Unexpected Disconnect_Ack - calli [7:27135]

2001-11-22 Thread Baileys Baileys

I have some trouble with a cisco 1603 R making a call to an ISP. I am from
holland so i don't use SPID.

Does anybody have an answer on this error:
ISDN BR0: Error: Unexpected Disconnect_Ack - callid 8006

My ISDN status is active but i cannot ping a thing, even my LED's on the
router doesnt go on.

My config:

Router#sh ru
Building configuration...

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
enable password
!
ip subnet-zero
ip nat inside source list 1 interface Dialer1 overload
ip name-server 62.45.45.45
isdn switch-type basic-net3
!
!
!
interface Ethernet0
 description connected to EthernetLAN
 ip address 192.168.25.65 255.255.255.0
 ip nat inside
!
interface BRI0
 description connected to Internet
 no ip address
 ip nat outside
 encapsulation ppp
 dialer rotary-group 1
 isdn switch-type basic-net3
 no cdp enable
!
interface Dialer1
 description connected to Internet
 ip address negotiated
 ip nat outside
 encapsulation ppp
 no ip split-horizon
 dialer in-band
 dialer string 00703782888
 dialer hold-queue 10
 dialer-group 1
 no cdp enable
 ppp authentication chap pap callin
 ppp chap hostname [EMAIL PROTECTED]
 ppp chap password
 ppp pap sent-username [EMAIL PROTECTED] password
!
router rip
 version 2
 passive-interface Dialer1
 network 192.168.25.0
 no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
access-list 1 permit 192.168.25.0 0.0.0.255
dialer-list 1 protocol ip permit
!
line con 0
 exec-timeout 0 0
 password
 login
line vty 0 4
 password
 login
!
end


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