08-08-2025 02:00 PM
Hi all,
got a Nexus 31108TCV and i want to copy the nxos image file ie bin file to my tftp server
i tried but didnt work
copy bootflash:///nxos.9.3.13.bin tftp
it said copying and returned back a new line
any help
thanks,
rob
08-08-2025 02:18 PM
Hey there, what are you trying to achieve?
You can still get NX-OS 9.3.13 from cisco.com.
08-08-2025 03:29 PM
oh wow have you got the direct link please @julian.bendix
08-09-2025 02:10 AM
Yes sir, here:
https://software.cisco.com/download/home/286305567/type/282088129/release/9.3(13)
You need to have the permissions to download though - if you have contracts with Cisco for your Nexus Switches, you should have them!
08-10-2025 08:04 AM
Were you able to download what you need?
08-08-2025 02:19 PM
Hello @robertkwild,
well, you now have probably a new file in your bootflash: named 'tftp' as you forgot the colon to mark it as a storage location.
So you need to enter
copy bootflash://nxos.9.3.13.bin tftp:
and then the switch should ask you for the IP address/hostname of your TFTP server.
HTH!
08-08-2025 02:44 PM
I will do this way
dir bootflash:
Find exact name and then use it in copy command
MHM
08-08-2025 03:32 PM
i did
copy bootflash:///nxos.9.3.13.bin tftp:
it asked me for tftp server and now its copying nicely
now how do i delete the tftp file i made earlier by accident
08-09-2025 02:38 AM
Use the command 'delete bootflash:tftp' and confirm that you want to delete this file.
HTH and please don't forget to mark posts as helpful/solution!
08-09-2025 03:24 AM
Are you sure you have two copy in tftp?
Access tftp and delete from there
MHM
08-11-2025 02:18 AM
thanks all
i ran the below command to copy it to usb instead of tftp as that was taking forever
copy bootflash:nxos.9.3.13.bin usb1:
just out of interest when i press tab after bootflash i get a choice of slashes, whats all that about
bootflash:///
08-11-2025 11:47 AM
You mean the tripple slash?
The first two slashes are part of the URI scheme (bootflash://
), and the third slash starts the actual path.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide