SSH towards Cisco - WeOnlyDo Discussion board

SSH towards Cisco (General questions)

by dirk, Thursday, March 17, 2011, 16:47 (4811 days ago)

I'm using the wodSSH component using VB6.
If we want to verify diskspace on a remote linux system, then we connect and send
df ;exit
that way the DF is executed and the connection to the Linux system is stopped , we can then via the properties of the component see what we get back from the DF command and act accordingly.

Now we want to do something similar towards a Cisco router (we want to ping via the router). However doing
ping ip 1.2.3.4;exit
isn't working (at least not on my router).

Do you have any advice how I can detect that I received all the output from the router (remote system) and then disconnect (logout/logoff/exit)?


dirk


Complete thread: