plink putty command alcatel lucent 6450
Posted: 09 Nov 2018 04:12
hi,
i'm trying to execute a command ( interface 1/23 admin down ) through a batch script using putty / plink (ms windows).
do not work! I also try to use plink option -m that read commands from text files ...
with
i can start ssh session
with
in the ssh session i can execute the right command but, when i put them together in a command line it does not work, even in a cdm window.
Where is the problem? How can i do ?
Thank you very much.
Davide
i'm trying to execute a command ( interface 1/23 admin down ) through a batch script using putty / plink (ms windows).
Code: Select all
start \...\plink.exe -ssh admin@10.186.xxx.xxx -pw password interfaces 1/23 admin down with
Code: Select all
start \...\plink.exe -ssh admin@10.186.xxx.xxx -pw password i can start ssh session
with
Code: Select all
interfaces 1/23 admin down Where is the problem? How can i do ?
Thank you very much.
Davide