Modem String Settings - Black Box LRB500A User Manual

Net access broadband router w/4-port switch
Hide thumbs Also See for LRB500A:
Table of Contents

Advertisement

Example 3 : Script for Unreliable ISP (2nd ISP backup)
#
Login Script
1
Send"ATZ"
2
Send"ATS0 =1"
3
Send"ATDT8881234"
4
Wait"CONNECT" 12
5
Wait "username:" 12
6
Send"JaneDoe"
7
Wait"password"
8
SH"1234"
9
Wait"====>"
10
Send"1"
11
Go
12
Hangup
13
Send "AT S0=1"
14
Send "ATDT 8885678"
15
Wait "Connect" 23
16
Wait "username:" 23
17
Send "Stephen"
18
Wait "password:"
19
SH "5678"
20
Wait"====>"
21
Send"1"
22
Go
23
Hangup
24
Jump 2
6.2.2 M
S
ODEM
TRING
The most important modem string is the initialization string because your network
device uses it to establish communications with your modem or ISDN TA. The
modem initialization string displayed is the modem or ISDN TA initialization
string entered in the Setup Wizard. For most analog modems, the Standard
Modem selection will work. For additional information, refer to the Modem
Settings information presented in Chapter 4.
Meaning of Each Login Script Command
Resets modem
Sends initial string 'ATS0 =1' to modem
Dials phone number 888-1234
Waits for ISP to send reply 'CONNECT'. If no
reply, goes to line 12 for ISP #2.
Waits for ISP to send reply 'username'. If no
response, goes to line 12 for ISP #2.
Sends the username 'JaneDoe' to ISP
Waits for ISP to send reply 'password'
Sends password '1234' to ISP
Waits for ISP to send reply '===>'
Selects option 1 (PPP) for this ISP
Starts PPP mode (Rest of script ignored)
Hangs up Modem
Sends initial string 'AT SO=1' to modem
Dials phone number 888-5678 (ISP #2)
Waits for ISP to send reply 'CONNECT'. If no
CONNECT, goes to line 23.
Waits for ISP to send reply 'username'. If no
response, goes to line 23.
Sends the username 'Stephen' to ISP
Waits for the ISP to send 'password:'
Sends password '5678' to ISP
Waits for ISP to send reply '===>'
Selects option 1 (PPP) for this ISP
Starts PPP mode
Hangs up Modem
Goes back to line 2 to re-dial ISP#1
S
ETTINGS
CHAPTER 6: Broadband Manager
67

Advertisement

Table of Contents
loading

Table of Contents