Hi all

I am trying to set up a C1600 to connect to a remote site running a Routing
and Ras software (MS NT4 server)
The RRAS is set up to allow to remote host to request an IP address.
Please help me to understand where I am wrong.
The modem disconts as you can see after he succesfully execute the dial-up
chat-string


The debug shows me 

02-13-2001      16:47:30        Local7.Debug    172.24.1.5      1572:
03:16:59: CHAT1: Dialing using Modem script: dial & System script: none
02-13-2001      16:47:30        Local7.Debug    172.24.1.5      1573:
03:16:59: CHAT1: process started
02-13-2001      16:47:30        Local7.Debug    172.24.1.5      1574:
03:16:59: CHAT1: Asserting DTR
02-13-2001      16:47:30        Local7.Debug    172.24.1.5      1575:
03:16:59: CHAT1: Chat script dial started
02-13-2001      16:47:30        Local7.Debug    172.24.1.5      1576:
03:16:59: CHAT1: Sending string: atdp2124
02-13-2001      16:47:30        Local7.Debug    172.24.1.5      1577:
03:16:59: CHAT1: Expecting string: CONNECT
02-13-2001      16:47:50        Local7.Debug    172.24.1.5      1578:
03:17:20: CHAT1: Completed match for expect: CONNECT
02-13-2001      16:47:50        Local7.Debug    172.24.1.5      1579:
03:17:20: CHAT1: Sending string: \c
02-13-2001      16:47:50        Local7.Debug    172.24.1.5      1580:
03:17:20: CHAT1: Chat script dial finished, status = Success
02-13-2001      16:47:52        Local7.Error    172.24.1.5      1581:
%LINK-3-UPDOWN: Interface Serial0, changed state to up
02-13-2001      16:47:53        Local7.Debug    172.24.1.5      1582:
03:17:22: TTY1: Async Int reset: Dropping DTR
02-13-2001      16:47:53        Local7.Debug    172.24.1.5      1583:
03:17:23: TTY1: DSR was dropped
02-13-2001      16:47:53        Local7.Debug    172.24.1.5      1584:
03:17:23: tty1: Modem: READY->HANGUP
02-13-2001      16:47:54        Local7.Debug    172.24.1.5      1585:
03:17:24: TTY1: dropping DTR, hanging up
02-13-2001      16:47:54        Local7.Debug    172.24.1.5      1586:
03:17:24: tty1: Modem: HANGUP->IDLE
02-13-2001      16:47:55        Local7.Notice   172.24.1.5      1587:
%LINK-5-CHANGED: Interface Serial0, changed state to reset
02-13-2001      16:47:58        Local7.Debug    172.24.1.5      1588:
03:17:27: Serial0: allowing modem_process to continue hangup
02-13-2001      16:47:59        Local7.Debug    172.24.1.5      1589:
03:17:29: TTY1: restoring DTR
02-13-2001      16:48:00        Local7.Error    172.24.1.5      1590:
%LINK-3-UPDOWN: Interface Serial0, changed state to down

I set up the following configuration.


Building configuration...

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
enable secret 5 ******
!
ip subnet-zero
no ip finger
chat-script dial "" atdp2124 TIMEOUT 400 CONNECT \c 
!
!
!
interface Ethernet0
 ip address 172.24.1.5 255.255.255.0
!
interface Serial0
 physical-layer async
 ip address 193.1.1.254 255.255.255.0
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 600
 dialer map ip 193.1.1.1 modem-script dial 2214
 dialer hold-queue 100
 dialer-group 1
 async mode dedicated
!
interface Dialer1
 no ip address
 no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 192.1.1.0 255.255.255.0 193.1.1.1
!
logging trap debugging
logging source-interface Ethernet0
logging 172.24.1.232

dialer-list 1 protocol ip permit

!
line con 0
line 1
 autoselect ppp
 modem InOut
 transport input all
 stopbits 1
 speed 115200
 flowcontrol hardware
line vty 0 4
 password 7 111111
 login
!
end

_________________________________
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