Using the Web manager
57
Example script
An example of a script is shown below:
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>"
Internet Gateway
1: / Example Script
2: delay 2
3: sendcr
4: wait "username:"
5: send "$USER"
6: sendcr
7: wait "protocol:"
8: send "PPP"
9: sendcr
A032-Adv.book Page 57 Monday, November 13, 2000 10:47 AM