cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
822
Views
0
Helpful
2
Replies

async dial-out

davidcruise
Level 2
Level 2

interface Async1

ip address 172.30.3.2 255.255.0.0

dialer in-band

dialer string 0403383830

encapsulation ppp

ppp chap hostname hhh

ppp chap password hhh

dialer-group 1

dialer-list 1 protocol ip permit

ip route 0.0.0.0 0.0.0.0 async 1

chat-script sillyman "" ?atdt 0403383830? TIMEOUT 60 ?CONNECT?

line 1

modem inout

speed 9600

the problen is that when i dial i get:

*Aug 7 13:42:40.850: Async0/3/0: Async Interface dial-out failure

2 Replies 2

globalnettech
Level 9
Level 9

Hello,

I am not sure if your chat script is right, try the following instead:

chat-script async "" "AT" OK "ATDT\T" TIMEOUT 30 CONNECT \c

Then, under your line 1, configure:

script connection async

modem dialout int async0/3/0

If that doesn?t help, can you post your full configuration ?

Regards,

GNT

andrew.gristina
Level 2
Level 2

line 1 is not async 1.

line 1 is async 0/3/0.

You don't say what router you have, but a show line might help you figure out which line that async 1 corresponds to.