cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
34680
Views
10
Helpful
2
Replies

3750 Switch as TFTP Server

yzakhem1001
Level 1
Level 1

Dear all,

instead of Using a separate TFTP server on a workstation, is it possible to run a switch 3750 as tftp server and use it to ugrade the other Cisco 3750 Switches existing on the network to the same IOS ? If Yes how shall i configure it ? ( Sample Configurations or URLs showing that will be very appreciated)

Thanks

Khalid

2 Accepted Solutions

Accepted Solutions

rwiesmann
Level 4
Level 4

hi,

use the command tftp-server flash:.

Hope that helps

Regards

Roger

View solution in original post

Hello Khalid,

configure one of the switches as a TFTP server. Let´s say you have 3750_1 and 3750_2, and you want to copy the image of 3750_2 to 3750_1, you would configure 3750_2 as the TFTP server:

3750_2#conf t

3750_2(config)#tftp-server flash:image_name

On 3750_1, copy the file to the flash of 3750_1:

3750_1#copy tftp: flash:image_name

HTH,

GP

View solution in original post

2 Replies 2

rwiesmann
Level 4
Level 4

hi,

use the command tftp-server flash:.

Hope that helps

Regards

Roger

Hello Khalid,

configure one of the switches as a TFTP server. Let´s say you have 3750_1 and 3750_2, and you want to copy the image of 3750_2 to 3750_1, you would configure 3750_2 as the TFTP server:

3750_2#conf t

3750_2(config)#tftp-server flash:image_name

On 3750_1, copy the file to the flash of 3750_1:

3750_1#copy tftp: flash:image_name

HTH,

GP