Wired Intelligent Edge (Campus Switching and Routing)

 View Only

How To Save The Output Of A “Show Tech All” Command To A TFTP Server 

Apr 30, 2020 03:49 PM

Q:

What CLI command can be used to save the output of a “Show Tech All” output to a TFTP server?



A:

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

Statistics
0 Favorited
15 Views
0 Files
0 Shares
0 Downloads

Comments

Jan 20, 2021 09:53 PM

For completeness, the above command applies to ArubaOS Switches.

The command for AOS-CX switches is very similar.  The equivalent command is:

copy command-output "show tech" tftp://<IP>/<filename>

Or with SFTP:

copy command-output "show tech" sftp://<userid>@<IP>/<filename>

Or with the short-cut:

copy show-tech local-file sftp://<userid>@<IP>/<filename>








Related Entries and Links

No Related Resource entered.