Hi Jakob
I'm glad that it worked. Have fun.
Regards, Thomas
Original Message:
Sent: 6/24/2025 4:44:00 AM
From: Jakob Jensen
Subject: RE: Not able to backup config via TFTP - output gives Command incomplete
Hi Thomas
Awesome thank you, that worked.
I was just missing the "cli" at the end. My command ended up looking like this.
copy startup-config tftp://192.168.10.22:69;blocksize=1462/file2.json cli
Original Message:
Sent: Jun 23, 2025 11:39 AM
From: thomasbnc
Subject: Not able to backup config via TFTP - output gives Command incomplete
Hi
Use the question mark to see what is missing. If I remember correctly, you should mention the format of the config (json, cli).
Original Message:
Sent: 6/23/2025 2:57:00 AM
From: Jakob Jensen
Subject: Not able to backup config via TFTP - output gives Command incomplete
Hello
I am trying to backup the startup config from the CLI to my TFTP server. Using Solar Winds.
Should be straight forward, and I am following the guide on HP/ Aruba own site here:
https://arubanetworking.hpe.com/techdocs/AOS-CX/10.13/HTML/fundamentals_8400/Content/Chp_Cfg_FW_mgt/FW_mgt_cmds/cop-rem-url.htm
I have tried the sommands like this
SwBrsl021# copy startup-config tftp://192.168.10.22/file1
% Command incomplete.
SwBrsl021# copy startup-config tftp://192.168.10.22/file.txt
% Command incomplete.
SwBrsl021# copy startup-config tftp://192.168.10.22:69/file.txt
% Command incomplete.
SwBrsl021# copy startup-config tftp://192.168.10.22:69;blocksize=1462/file2.txt
% Command incomplete.
SwBrsl021#
What am I doing wrong, please help.