Hello,
Surely this might sound an easy one for some of you. Listen, I needed to set up 2 cisco 1751's and establish a ppp session by using a US Robotics modem on each router in its auxiliary port.
Let me bring out that my intention is not using this conection as a backup but rather as it's primary link (the application that runs on this line only needs up to 19kbps). However, after the modems get the session up, no traffic seems to get through and the modems end the session. (I don't even see the ppp session start) I reckon something's missing. Below is the configuration of both routers (the essencial parts at least). Thank you so much !!!
ROUTER1 calls ROUTER2. My objective is to reach network 10.10.10.0/24 that is based on Router 2.
ROUTER1 config
hostname Router1
chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45 CONNECT \C
chat-script USR "" "AT&FS0=1&A3&B1&G0&H1&I0&K1&M4&N0&P0&R2&U0&Y1" OK
!
interface Fastethernet0/0
ip address 172.24.1.254 255.255.255.0
interface Async5
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 10
async default routing
no peer default ip address
no keepalive
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 10
dialer idle-timeout 600
dialer string #####
dialer load-threshold 1 either
dialer group 1
!
ip route 0.0.0.0 0.0.0.0 172.24.1.1
ip route 10.10.10.0 255.255.255.0 Dialer 1
!
dialer-list 1 protocol ip permit
!
line aux 0
script connection USR
script dialer Dialout
modem Inout
transport preferred none
transport input all
transport output pad udptn telnet rlogin
speed 115200
flowcontrol hardware
!
end
ROUTER 2 (receives call from R1)
hostname Router1
chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45 CONNECT \C
chat-script USR "" "AT&FS0=1&A3&B1&G0&H1&I0&K1&M4&N0&P0&R2&U0&Y1" OK
!
interface Fastethernet0/0
description TARGET-LAN
ip address 10.10.10.1 255.255.255.0
interface Async5
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 10
async default routing
no peer default ip address
no keepalive
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 10
dialer idle-timeout 600
dialer load-threshold 1 either
dialer group 1
!
ip route 0.0.0.0 0.0.0.0 Dialer 1
!
dialer-list 1 protocol ip permit
!
line aux 0
script connection USR
modem Inout
transport preferred none
transport input all
transport output pad udptn telnet rlogin
speed 115200
flowcontrol hardware
!
end
I will appreciate your help !!!!
Thank you,
Surely this might sound an easy one for some of you. Listen, I needed to set up 2 cisco 1751's and establish a ppp session by using a US Robotics modem on each router in its auxiliary port.
Let me bring out that my intention is not using this conection as a backup but rather as it's primary link (the application that runs on this line only needs up to 19kbps). However, after the modems get the session up, no traffic seems to get through and the modems end the session. (I don't even see the ppp session start) I reckon something's missing. Below is the configuration of both routers (the essencial parts at least). Thank you so much !!!
ROUTER1 calls ROUTER2. My objective is to reach network 10.10.10.0/24 that is based on Router 2.
ROUTER1 config
hostname Router1
chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45 CONNECT \C
chat-script USR "" "AT&FS0=1&A3&B1&G0&H1&I0&K1&M4&N0&P0&R2&U0&Y1" OK
!
interface Fastethernet0/0
ip address 172.24.1.254 255.255.255.0
interface Async5
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 10
async default routing
no peer default ip address
no keepalive
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 10
dialer idle-timeout 600
dialer string #####
dialer load-threshold 1 either
dialer group 1
!
ip route 0.0.0.0 0.0.0.0 172.24.1.1
ip route 10.10.10.0 255.255.255.0 Dialer 1
!
dialer-list 1 protocol ip permit
!
line aux 0
script connection USR
script dialer Dialout
modem Inout
transport preferred none
transport input all
transport output pad udptn telnet rlogin
speed 115200
flowcontrol hardware
!
end
ROUTER 2 (receives call from R1)
hostname Router1
chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45 CONNECT \C
chat-script USR "" "AT&FS0=1&A3&B1&G0&H1&I0&K1&M4&N0&P0&R2&U0&Y1" OK
!
interface Fastethernet0/0
description TARGET-LAN
ip address 10.10.10.1 255.255.255.0
interface Async5
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 10
async default routing
no peer default ip address
no keepalive
interface Dialer1
ip address negotiated
encapsulation ppp
dialer pool 10
dialer idle-timeout 600
dialer load-threshold 1 either
dialer group 1
!
ip route 0.0.0.0 0.0.0.0 Dialer 1
!
dialer-list 1 protocol ip permit
!
line aux 0
script connection USR
modem Inout
transport preferred none
transport input all
transport output pad udptn telnet rlogin
speed 115200
flowcontrol hardware
!
end
I will appreciate your help !!!!
Thank you,