Nokia A032 User Manual page 63

Wireless lan access point
Hide thumbs Also See for A032:
Table of Contents

Advertisement

Using the Web manager
Example script
An example of a script is shown below:
1: / Example Script
2: delay 2
3: sendcr
4: wait "username:"
5: send "$USER"
6: sendcr
7: wait "protocol:"
8: send "PPP"
9: sendcr
Line 1
Comment only
Line 2
Delay 2 seconds
Line 3
Sends CRLF to ISP (Often required to get
the login prompt)
Line 4
Access Point waits until the ISP sends the
text
"username:"
Line 5
Access Point sends the username. Note you
can type in the username or $USER will
cause it to substitute the username
defined in the Access Point configuration.
($PASSWORD also works)
Line 6
Sends CRLF at entry of username
Line 7
Access Point waits for prompt:
"protocol"
Lines 8, 9
Access Point sends
"PPP<CRLF>"
57

Advertisement

Table of Contents
loading

Table of Contents