ASYNC ROUTER AR-P, AR-5, AND SYNC ROUTER USER’S MANUAL

2.Define a dialer chat script to place calls to the Router. The following command will work with almost any V.34 modem, and must be entered on a single line:

[configure]

chat-script dial-v34 ABORT ERROR ABORT BUSY "" ATZ OK "ATDT \T” TIMEOUT 60 CONNECT \c

The first two argument pairs indicate that if ERROR or BUSY messages are posted from the modem side, dialing must be abandoned and restarted on the next triggering event. More such keywords can be added.

The following are pairs of expect this and then send this:

\T—meansinsert the telephone number here.

\c—an end-of-script marker which means don’t send anything at this point.

"" sends a carriage return.

3.The line and interface definitions are similar to dial-in, but with the triggers for dialing out added:

[configure]

username xxxxx password yyyyy line aux 0

login local modem inout speed

38400 flowcontrol hardware access-class 101 out script dialer dial-v34 interface async 1

ip address a.a.a.a m.m.m.m encapsulation ppp

async default ip address b.b.b.b async mode interactive

pppauthentication chap dialer in-band

dialer string 555-1234 dialer group 1

where a.a.a.a is the IP address number (Cisco), m.m.m.m is the mask number (Cisco), b.b.b.b is the IP address (Router), and 555-l234 is the phone number (Router).

Cisco dialer script for Router

Because almost everything can be customized, the following Router dialer script is not guaranteed to work for everyone. However, the following Router dialer script has been tested for dialing into a Cisco system with the previous configuration (Step 3).

114

Page 114
Image 114
Black Box LRS002A-R2, LRA005A-R2, LRA001A-R2 114, T-meansinsert the telephone number here, Cisco dialer script for Router