Gomjaba wrote: » Is there a way to run certain commands, such as 'show tech-support' and get the output into a text file tftp'ed rather than getting the output on a screen ?
broc wrote: » You can do it without a script, just use the following command: show <command> | redirect tftp:[[//location]/directory]/filename and to add the output to the file: show <command> | append tftp:[[//location]/directory]/filename Obviously, it works for tftp, ftp, scp, etc...
networker050184 wrote: » I just use the log feature in PuTTY/SecureCRT to log session output.
TFTP: error code 4 received - Missing mode
Gomjaba wrote: » Crashed one me .. I suppose 'show tech-support' had too many lines or something .. same with xshell
networker050184 wrote: » Really? I use it for show tech all the time and never had an issue.
Cheers I did end up doing something different already though. We have a Linux server which has access to the cisco switches so I used the Linux command 'script' to get everything logged .. The redirect bit gave me Quote: TFTP: error code 4 received - Missing mode