cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1285
Views
0
Helpful
3
Replies

Cannot save Startup-Config to TFTP

gsabatino
Level 1
Level 1

Hi,

I'm trying to run the following command and for some reason it will not work...  It is on a Cisco ASA  9.9(1)

(config)# copy startup-config tftp://192.168.1.24/GC_ASA_backup

 

When I do that, I get this:

%Error writing tftp://192.168.1.24/GC_ASA_backup (Timed out attempting to connect)

-----

It also fails if I do this:

(config)# copy start tftp:

Address or name of remote host [192.168.1.24]?

Destination filename []?

%Error opening tftp://192.168.1.24/;int=inside (Permission denied)

 

It will work, if I add the destination filename:

(config)# copy start tftp

Address or name of remote host [192.168.1.24]?

Destination filename []? GC_ASA_backup

18827 bytes copied in 1.180 secs (18827 bytes/sec)

 

What am I missing!?  Thank you!

 

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

I do not see the issue here with ASA, this more of TFTP Settings

 

what TFTP Server you using ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi there.

 

The TFTP server is OpenTFTP.

 

I'm not sure it is a TFTP issue because I can save files to it if I manually specify the address and filename.  If I include that information in the TFTP url of the command Copy Start TFTP:url/filename is fails...

 

On the same ASA - I can't ping the TFTP server unless I specify the Inside interface.  I'm not sure if this is related... but I would think so.

 

I issued the command TFTP-SERVER INSIDE 192.168.1.24 C:\TFTP-IMAGES - but it still fails.

i would like to compare, when you manually putting the file name copied versus automatic copy.

 

suggest to look at the config :

 

https://sourceforge.net/p/tftp-server/discussion/550565/thread/d737fc9f/

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help