Black Box LRB500A User Manual page 69

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

Advertisement

NET ACCESS BROADBAND ROUTER W/4-PORT SWITCH USERS' MANUAL
Example 1: Script for Normal Reliable ISP
#
Login Script
1
Send"ATZ"
2
Send"ATS0 =1"
3
Send"ATDT888-1234"
4
Wait"CONNECT"
5
Wait"username:"
6
Send"JaneDoe"
7
Wait"password"
8
SH"1234"
9
Wait"===>"
10
Send"1"
11
Go
Example 2 : Script for Unreliable ISP (Redial until connected)
#
Login Script
1
Send"ATZ"
2
Send"ATS0 =1"
3
Send"ATDT8881234"
4
Wait"CONNECT"2
5
Wait"username:"12
6
Send"JaneDoe"
7
Wait"password"
8
SH"1234"
9
Wait"====>"
10
Send"1"
11
Go
12
Hangup
66
Meaning of Each Login Script Command
Rests Modem
Sends initial string 'ATS0 =1' to modem
Dial phone number 888-1234
Waits for ISP to send reply 'CONNECT'
Waits for ISP to send reply 'username'
Sends the user name 'JaneDoe' to the ISP
Waits for ISP to send reply 'password'
Sends password '1234' to the ISP
Waits for ISP to send reply '===>'
Selects option 1(PPP) for this ISP
Starts PPP mode
Meaning of Each Login Script Command
Resets modem
Sends initial string 'ATS0 =1' to modem
Dials phone number 888-1234
Wait for ISP to send reply 'CONNECT'. If no
CONNECT, returns to line 2 to re-dial.
Waits for ISP to send reply 'username'. If no
response, goes to line 12.
Sends the username 'JaneDoe' to the 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
Hangs up Modem

Advertisement

Table of Contents
loading

Table of Contents