cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Copy files from SFTP to Nexus switch

mramirez-t
Level 1
Level 1

So I'm running into this issue trying to copy a firmware image via SFTP to my Nexus 3048 switch.  I was able to use the 'source-interface' command on a different 3048, but the other 3048 was using a different firmware version.  Version on this particular switch is 6.0(2)U3(7)

 

copy sftp://sftp@10.5.128.63/nxos.7.0.3.I4.8a.bin bootflash: source-interface mgmt 0

 

So, the source-interface isn't working.  Then trying ? to match the right command, this is the output I get.  The NXOS is leading me toward the right command using ? but then kills me at the end when specifying the source interface.

 

DMZ-R2-4# copy sftp://sftp@10.5.128.63/nxos.7.0.3.I4.8a.bin bootflash: ?
<CR>
interface Select source interface
vrf Display per-VRF information

DMZ-R2-4# copy sftp://sftp@10.5.128.63/nxos.7.0.3.I4.8a.bin bootflash: interface ?
ethernet Ethernet IEEE 802.3z
loopback Loopback interface
mgmt Management interface

DMZ-R2-4# copy sftp://sftp@10.5.128.63/nxos.7.0.3.I4.8a.bin bootflash: interface mgmt ?
<0-0> Management interface number

DMZ-R2-4# copy sftp://sftp@10.5.128.63/nxos.7.0.3.I4.8a.bin bootflash: interface mgmt 0
Source interface not supported for this copy operation

 

So how do I get the copy to work from SFTP to this 3048 if I can't specify the source interface.

Who Me Too'd this topic