BSNL Broadband: ITI DNA-A211-1 modem reboot using tst10

  • Thread starter Thread starter damole
  • Start date Start date
  • Replies Replies 11
  • Views Views 9,866
i tried this script but it didn't worked for me

192.168.1.1 23
WAIT"Login:"
SEND"admin\m"
WAIT"Password: "
SEND"admin\m"
WAIT"\m"
SEND"console enable\m"
WAIT"\m"
SEND"restart\m"
WAIT"\m"


Here is my working script for TP-Link TD 8817

192.168.1.1 23

WAIT "Password:"
SEND "\madmin\m"
WAIT ">"
SEND "sys reboot\m"
WAIT ">"
 
Given in the bottom. similar threads.
check the last thread @damole
https://broadband.forum/bsnl-broadband/43970-iti-dna-a211-1-modem/#post296140

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.

If I press the enter key in this window then the reboot command executes.


for ref : many similar modems/routers
having same Hardware board.
https://broadband.forum/bsnl-broadband/50052-bsnl-broadband-utstar-wa3002-g4/
Feedback.
 

Back