From: Michael Law (htluo@xxxxxxxxx)
Date: Mon Dec 06 1999 - 03:40:18 GMT-3
Two Cisco2501. A roll cable (console cable), each end plugged into
each router's aux port. I want to simulate DDR.
R1:
chat-script nullmodem "" "ATDT \T" TIMEOUT 30 CONNECT \C
!
interface Async1
ip address 192.168.1.1 255.255.255.0
encapsulation ppp
async mode dedicated
dialer in-band
dialer idle-timeout 60
dialer map ip 192.168.1.2 modem-script nullmodem
dialer-group 1
!
dialer-list 1 protocol ip permit
!
line aux 0
modem InOut
transport input all
rxspeed 38400
txspeed 38400
flowcontrol hardware
R2:
chat-script nullmodem "" "ATDT \T" TIMEOUT 30 CONNECT \C
!
interface Async1
ip address 192.168.1.2 255.255.255.0
encapsulation ppp
async mode dedicated
dialer in-band
dialer idle-timeout 60
dialer map ip 192.168.1.1 modem-script nullmodem
dialer-group 1
!
dialer-list 1 protocol ip permit
!
line aux 0
modem InOut
transport input all
rxspeed 38400
txspeed 38400
flowcontrol hardware
The following messages keep on coming out:
3d22h: %LINK-5-CHANGED: Interface Async1, changed state to reset
3d22h: %LINK-3-UPDOWN: Interface Async1, changed state to down
3d22h: %LINK-3-UPDOWN: Interface Async1, changed state to up
3d22h: %LINK-5-CHANGED: Interface Async1, changed state to reset
3d22h: %LINK-3-UPDOWN: Interface Async1, changed state to down
3d22h: %LINK-3-UPDOWN: Interface Async1, changed state to up
......
After I typed 'debug dialer', following message appears:
3d22h: Async1: Dialer received incoming call from <unknown>
Can anyone tell me what's going on?
Michael Law
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:58 GMT-3