02-07-2019 09:39 AM - edited 03-08-2019 05:16 PM
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.