I need a script to execute the followed commands:
-system telnet 0.0.0.1
(after that i must type a password)
-[my pass]
I want to do this automatically with a script
Can a script do this?
Sorry for my English
Man, thank u very much.When you are sending a /enable command using a script to a different box you are going to want to do :put "/enable"
Your script ends at this line/system telnet 0.0.0.1
:put "8975"
:put "/enable"
:put ":put 5552"
:put ":put /clear ip"
How about?
And that is it. It stops here. /system telnet ... is a command, that has already ended when you do :put "8975". I do not understand, how do you determine that problems is with last two lines. Problem is already in first two lines. You can not put or print anything in /system script./system telnet 0.0.0.1