ITI DNA-A211-1 modem reboot using tst10

  • Thread starter Thread starter damole
  • Start date Start date
  • Replies Replies 0
  • Views Views 1,736

damole

Newbie
Messages
24
Location
NA
ISP
DataOne
I'm trying to reboot my modem automatically using this tool but my the scripts gets not further than sending reboot.

This is the script I'm using:

192.168.1.1
WAIT "Login:"
SEND "admin\m"
WAIT "Password:"
SEND "admin\m"
WAIT
SEND "reboot\m"
WAIT
SEND "logout\m"

This modem has a '>' as it's prompt but if I try WAIT ">" it just sits there so I changed it to just WAIT.

http://img22.imageshack.us/my.php?image=rebootmodem.jpg
If I press the enter key in this window then the reboot command executes.
 

Top