09-Mar-2021
23:05
- last edited on
05-Jun-2023
23:03
by
JimmyPackets
Hi
I'm trying to send "imish" command via powershell to f5 and it is not working
I tried:
both ways did not work
I also tried to send the command in the same line like this:
plink admin@192.168.1.1 -pw 12345 imish
and via external file like this:
plink admin@192.168.1.1 -pw 12345 -m E:\myfolder\imishcommand.txt
The user I'm using has the administrator level. I also tried with the local "admin" user and the "root" user.
Why I'm not able to send the imish command along with the plink command
Alternatively, if there is a way to check "show ip ospf neighbor" without entering the "imish"
09-Mar-2021
23:59
- last edited on
04-Jun-2023
21:01
by
JimmyPackets
OK
I solved it with 'imish -e'
plink admin@192.168.1.1 -pw 12345 "imish -e 'show ip ospf neighbor'"