cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6227
Views
5
Helpful
2
Replies

TFTP: error code 2 received - 16739

Joel Cagle
Level 1
Level 1

Hello All,

          I have a slight problem with my archive settings. I have a number of switches on the same subnet archiving to the same tftp server. On one of my switches (and only one) I get the error "TFTP: error code 2 received - 16739" (it is not followed by the normal %Error opening....permission denied% statement)

Here is the strangest part if I do a copy running-config tftp:  The config copies just fine, but the archive still gives the tftp error. any suggestions would be most appreciated.

here is my archive config (the IP has been changed for security reasons)

archive
 path tftp://192.168.5.5/$h-$t
 write-memory
 time-period 43200
 

2 Replies 2

TLDR
Level 1
Level 1

Had a similar problem.

 

Swapped:

path tftp://IP-ADDRESS/$h-$t

 

With:

path tftp://IP-ADDRESS/$h

 

Archive path is picky with that command.

Yea. path tftp://IP-ADDRESS/$h is worked for me.

 

Thanks a lot TLDR.