cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
427
Views
0
Helpful
2
Replies

N3K-C3172 // Problem when trying to perform a tftp copy: bootflash:

jmhalegre
Level 1
Level 1

Hi team,

I have a problem with a N3K-C3172TQ-XL, when I try to perform a copy tftp: bootflash: I get the following error:

SWPSJCPDCPDN3A1# copy tftp: bootflash:
Enter source filename: nxos.9.3.12.bin
Enter vrf (If no input, current vrf 'default' is considered):
Enter hostname for the tftp server: 10.140.8.86
Trying to connect to tftp server......
TFTP get operation failed:Permission denied
SWPSJCPDN3A1#

What can this be due to?

Thanks & Best Regards,

Juanmi

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame


TFTP get operation failed:Permission denied - access issue or the file in the right location ( most of the time the file expect to be in root folder)

check any ACL in the TFTP check is the Nexus IP allowed ?

check is the TFTP working or not copy the config to TFTP see if that works ?

BB

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

How to Ask The Cisco Community for Help

jmhalegre
Level 1
Level 1

Hi Balaji.bandi,

I just ran the following test, and it worked correctly.

SWPSJCPDN3A1# copy tftp: volatile:
Enter source filename: SWPSJCPDN3A1-running-config
Enter vrf (If no input, current vrf 'default' is considered):
Enter hostname for the tftp server: 10.140.8.86
Trying to connect to tftp server......
Connection to Server Established.

TFTP get operation was successful
Copy complete, now saving to disk (please wait)...
Copy complete.
SWPSJCPDN3A1# dir volatile:
17459 Aug 31 07:41:22 2023 SWPSJCPDN3A1-running-config
0 Aug 11 23:28:48 2022 nginx_logflag
60 Aug 11 23:28:38 2022 virtual-instance/

Usage for volatile://sup-local
20480 bytes used
629125120 bytes free
629145600 bytes total
SWPSJCPDN3A1#

There seems to be some kind of write permissions problem in the Bootflash:, which does not allow copying files.

Any idea why?

Thanks & Best Regards,

Juanmi