64
MTPSR3-100 User Guide
Example Script:
proc main;
string login_prompt;
string user_name;
string password_prompt;
string password;
string shell_menu;
string shell_menu_response;
integer timeout;
timeout=10;
login_prompt=”login:”;
user_name=”user1”;
password_prompt=”Password:”;
password=”user1”;
shell_menu=”choice:”;
shell_menu_response=”1”;
transmit(“A”);
wait(1)
transmit(“T^M”);
waitfor (“OK”,10);
transmit (“A”);
wait (1);
transmit (“T”);
wait (1);
transmit (“DT963^M”);
if (waitfor (login_prompt,60)) then
transmit (user_name);
transmit (“^M”);
if (waitfor (password_prompt,timeout)) then
transmit (password);
transmit (“^M”);
if (waitfor (shell_menu,timeout)) then
transmit (shell_menu_response);
transmit (“^M”);
else
transmit (“Shell Menu Not Received^M”);
endif
else
transmit (“Password Prompt Not Received^M”);
endif
else
transmit (“Login Prompt Not Received^M”);
endif
Endproc
Summary of Contents for ProxyServer MTPSR3-100
Page 1: ...Internet Access for LAN Based Users Model MTPSR3 100 User Guide ...
Page 5: ...Chapter 1 Introduction and Description ...
Page 13: ...Chapter 2 Installation ...
Page 16: ...16 MTPSR3 100 User Guide ...
Page 17: ...Chapter 3 Software Loading and Configuration ...
Page 24: ...24 MTPSR3 100 User Guide ...
Page 25: ...Chapter 4 ProxyServer Software ...
Page 37: ...Chapter 5 Client Setup ...
Page 54: ...54 MTPSR3 100 User Guide ...
Page 55: ...Chapter 6 Warranty Service and Tech Support ...
Page 61: ...Appendixes ...
Page 67: ...Glossary of Terms ...