Copying Image from Switch-to-Switch help

in CCNP
Okay so I am in the middle of researching this but thought I would post it while I am working on this as well.
Background:
One of my 3550s apparently has an older image code and im simply trying to copy over the code on one of my other switches to the one needing upgraded. I am trying to copy across the cross over cable connections. I believe also I need to make my one switch that has the correct image code a tftp server.
I am trying to think over what else I need to make this happen. I toyed with this a bit before the wife kicked me off the computer yesterday. I managed to configure the switch containing the image code I need as a TFTP server via the command: 'tftp server flash:' as well as I enabled the interfaces connecting the two switches as routed interfaces and enabled OSPF to establish neighbor relationships between the two switches. Yet, none of my copy attempts seemed to have worked correctly.
Ideas?
Background:
One of my 3550s apparently has an older image code and im simply trying to copy over the code on one of my other switches to the one needing upgraded. I am trying to copy across the cross over cable connections. I believe also I need to make my one switch that has the correct image code a tftp server.
I am trying to think over what else I need to make this happen. I toyed with this a bit before the wife kicked me off the computer yesterday. I managed to configure the switch containing the image code I need as a TFTP server via the command: 'tftp server flash:' as well as I enabled the interfaces connecting the two switches as routed interfaces and enabled OSPF to establish neighbor relationships between the two switches. Yet, none of my copy attempts seemed to have worked correctly.
Ideas?
Currently Studying: IE Stuff...kinda...for now...
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi
Comments
Basically, your first step is to successfully establish IP connectivity (can then ping each other). Then do the TFTP.
You are correct on that, and that is what I did at first but started going in circles when that did not work.
Here are my attempts:
1.) from to the loopback (ospf router id of the switch I am trying to obtain the file from) :
DLS2#copy tftp: flash:
Address or name of remote host [172.16.1.1]? 1.1.1.1
Source filename [flash:c3550-ipservicesk9-mz.122-44.SE6.bin]? c3550-ipservicesk9-mz.122-44.SE6.bin
Destination filename [c3550-ipservicesk9-mz.122-44.SE6.bin]?
%Error opening tftp://1.1.1.1/c3550-ipservicesk9-mz.122-44.SE6.bin (No such file or directory)
2.) And now at attempt from the directly connected layer 3 interface:
Address or name of remote host [1.1.1.1]? 172.16.1.1
Source filename [c3550-ipservicesk9-mz.122-44.SE6.bin]?
Destination filename [c3550-ipservicesk9-mz.122-44.SE6.bin]?
%Error opening tftp://172.16.1.1/c3550-ipservicesk9-mz.122-44.SE6.bin (No such file or directory)
My configs:
TFTP Server (switch)
Switch needing the image file:
I can also ping and trace fine to the TFTP server/switch:
DLS2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
DLS2#trace
DLS2#traceroute 1.1.1.1
Type escape sequence to abort.
Tracing the route to 1.1.1.1
1 172.16.1.1 0 msec 0 msec *
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi
I may just go with this option.
My ultimate career goal: To climb to the top of the computer network industry food chain.
"Winning means you're willing to go longer, work harder, and give more than anyone else." - Vince Lombardi
Assuming of course that a 3550 switch works the same way as an old 2500 router.
How To Copy a System Image from One Device to Another - Cisco