Become a Member
Q:
What CLI command can be used to save the output of a “Show Tech All” output to a TFTP server?
The full command is:
copy command-output "show tech all" tftp <tftp server IP addr> <filename>
Example:
Rack2sw1# copy command-output "show tech all" tftp 10.1.1.1 show-tech-all.txt
copy command-output "show tech" tftp://<IP>/<filename>
copy command-output "show tech" sftp://<userid>@<IP>/<filename>
copy show-tech local-file sftp://<userid>@<IP>/<filename>