92 MTPSR1-120
Dual Ethernet ProxyServer 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 MTPSR1-120
Page 1: ...Dual Ethernet ProxyServer Model MTPSR1 120 User Guide ...
Page 5: ...Chapter 1 Introduction and Description ...
Page 14: ...14 MTPSR1 120 Firewall User Guide ...
Page 15: ...Chapter 2 Installation ...
Page 20: ...20 Dual Ethernet ProxyServer User Guide ...
Page 21: ...Chapter 3 Software Loading and Configuration ...
Page 29: ...Chapter 4 Firewall Software ...
Page 49: ...Chapter 5 Client Setup ...
Page 66: ...66 MTPSR1 120 Firewall User Guide ...
Page 67: ...Chapter 6 Remote Configuration ...
Page 72: ...72 MTPSR1 120 Firewall User Guide ...
Page 73: ...Chapter 7 Firewall Management ...
Page 78: ...78 MTPSR1 120 Firewall User Guide ...
Page 79: ...Chapter 8 Warranty Service and Tech Support ...
Page 84: ...84 MTPSR1 120 Firewall User Guide ...
Page 85: ...Appendixes ...
Page 94: ...94 MTPSR1 120 Dual Ethernet ProxyServer User Guide ...
Page 95: ...Glossary of Terms ...