Quote:
Originally Posted by jdev
What kinds of connections are you having SecureCRT make?
|
SSH2 and telnet are the 2 I use.
Quote:
Originally Posted by jdev
What kind(s) of device(s) is SecureCRT connecting to?
|
My scripts connect to cisco, casa, arris, & nokia devices.
Quote:
Originally Posted by jdev
What sort of commands are you sending from SecureCRT to these devices once connected?
|
Getting device counts and status, parsing outputs from show commands like 'show cable modem summary'
Quote:
Originally Posted by jdev
What kind of output are you hoping to gather?
--Jake
|
I parse the output using regex, so that's something I can already do relatively easy. But basically run a single command, parse output, then dump into an existing spreadsheet in specified sheet/cell. Move on to next command.
I have this running in VB at the moment, but would be a lot faster if I could talk directly to CRT or possibly even a Python/CRT combo. There are a number of ideas I have in my head.