plink putty command alcatel lucent 6450

Post Reply
davge
Member
Posts: 1
Joined: 09 Nov 2018 03:57

plink putty command alcatel lucent 6450

Post by davge »

hi,
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 
do not work! I also try to use plink option -m that read commands from text files ...

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  
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
pstolpe
Member
Posts: 11
Joined: 01 Jul 2016 06:46

Re: plink putty command alcatel lucent 6450

Post by pstolpe »

Hi, the ssh on the 6450 is rather limited. I'd add PER (Product Enhancement Request) for this scenario to be supported.

One way of acheive the goal is to install python and try to run Netmiko or Paramiko and send the command through that implementation.
Post Reply

Return to “OmniSwitch 6450”