T3700G-28TQ
 
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide 
 
152 
copy image tftp-source 
Description 
The copy image tftp-source command is used to download the image file from 
the TFTP server to the switch. 
Syntax 
copy image tftp-source [ device ]{ imagename } ip-address ip-addr filename 
name 
Parameter 
device  ——  Specify the unit in the stack to which the image file downloaded, in 
the format of unitid:, for example unit1:. If not specified, the image file will be 
downloaded to all the members in the stack.   
imagename  ——  Specify the name of the image file to be stored in the switch, 
either image1.bin or image2.bin. 
ip-addr  ——  IP address of the TFTP server. 
name  —— Specify the name of the image file which would be downloaded 
from the TFTP server. The suffix “.bin” is not included. 
Command Mode 
Privileged EXEC Mode 
Example 
Download the image file named as image.bin to the unit 1 in the stack as its 
image1.bin from TFTP server with the IP 192.168.0.148: 
T3700G-28TQ#copy image tftp-source unit1:image1.bin ip-address 
192.168.0.148 filename image 
copy image tftp-target 
Description 
The copy image tftp-target command is used to upload the image file from the 
switch to the TFTP server.