I'm unable to copy a Cisco WS-C3750G-12S IOS to a tftp server. The IOS is a directory but is there anyway of copying the .bin IOS. The current IOS is a .tar IOS which is a directory. Below is a copy of the sh boot.
Sh ver
BOOT path-list: flash:c3750-advipservicesk9-mz.122-25.SEE4/c3750-advipservicesk9-mz.122-25.SEE4.bin
Solved! Go to Solution.
I'm unable to copy a Cisco WS-C3750G-12S IOS to a tftp server. The IOS is a directory but is there anyway of copying the .bin IOS. The current IOS is a .tar IOS which is a directory. Below is a copy of the sh boot.
Sh ver
BOOT path-list: flash:c3750-advipservicesk9-mz.122-25.SEE4/c3750-advipservicesk9-mz.122-25.SEE4.bin
Hi,
Check out the below link hope to Help !!
Ganesh.H
Remember to rate helpful post
I'm unable to copy a Cisco WS-C3750G-12S IOS to a tftp server. The IOS is a directory but is there anyway of copying the .bin IOS. The current IOS is a .tar IOS which is a directory. Below is a copy of the sh boot.
Sh ver
BOOT path-list: flash:c3750-advipservicesk9-mz.122-25.SEE4/c3750-advipservicesk9-mz.122-25.SEE4.bin
Hi,
Check out the below link hope to Help !!
Ganesh.H
Remember to rate helpful post
You can copy your switch's current TAR IOS file to TFTP.
You can use tftpd32 v3.3 and set some parameters so file can be copied .
tftpd32 - > Settings -> TFTP Configurations
timeout (seconds) - 1200
Max Transmite - 100000
Type command on Switch (privileged EXEC mode)
Switch(2960-X)#
Switch(2960-X)#archive upload-sw tftp://tftp -server-ipaddress/ios file name
Switch(2960-X)#archive upload-sw tftp://172.20.100.100/c2960x-universalk9-mz.150-2.EX5
if TFTP server is directly connected to switch than it will be good so packets will not be drop.
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_53_se/configuration/guide/2960scg/swiosfs.html#wp1258360
Thanks
Hitendra Suthar
You want to copy the BIN file to the TFTP server? I don't know why you want to do that but the command is: copy flash1:c3750-advipservicesk9-mz.122-25.SEE4/c3750-advipservicesk9-mz.122-25.SEE4.bin tftp://
Thanks. I was able to archive the .bin IOS and then copy the .bin IOS to a TFTP server. i appreicate everyones help.