How do you stop show tech COMMAND from displaying all the input w/out stoping.. I need to captur something there but it goes fast all the way to the end.. Thanks
Solved! Go to Solution.
Hi,
In addition to the posts above.
You can redirect the output of the show tech-supp to either FTP, TFTP, flash .....
for tftp:
show tech-support | redirect tftp://192.168.100.136/myrouter_tech
Or you can redirect the show tech support file to the router flash and after that you can copy it from the flash to the tftp server.
Regards
Abd Alqader
Now that's the bomb - works very well - thanks!
Try a "show tech-support page", but difficult to stop once started.
Or, as noted already use the redirect and send to flash. But, then read with "more":
show tech-support | redirect flash:show-tech
more flash:show-test
try using SecureCRT or PuTTY to capture output.
even you press direct ctrl+C button from keyborad
If you are using PuTTy, Go to settings-> Select Logging under "Session"
then select "All session output and in the "Log file name" create a new txt file or browse to a folder wherever you want to save the output. Start your session, run few commands to verify it copies the output to your file.