cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4088
Views
40
Helpful
28
Replies

3750 Upgrading IOS

WillaBamm
Level 1
Level 1

I am trying to upgrade my 3750 IOS. I have reset the switch already. I am following this tutorial. I can not connect to the tftp however... I do have the TFTP server on and set up the way the instructions say to set it up.  Here is a copy/paste from PuTTY:

  1.  Switch#config t
     Enter configuration commands, one per line. End with CNTL/Z.
  2. Switch(config)#int vlan1
  3. Switch(config-if)#ip add 10.10.10.1 255.255.255.0
  4. Switch(config-if)#no shut
  5. Switch(config-if)#end
  6. Switch#
  7. Switch#ping 10.10.10.5
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.10.10.5, timeout is 2 seconds: 
    ..... 
    Success rate is 0 percent (0/5)

  8. Switch#ping 10.10.10.1

  9. Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

  10. Switch#copy flash tftp

  11. Source filename []? c3750-ipservicesk9-mz.122-35.SE5.bin

  12. Address or name of remote host []? 10.10.10.1

  13. Destination filename [c3750-ipservicesk9-mz.122-35.SE5.bin]?
    .....
    %Error opening tftp://10.10.10.1/c3750-ipservicesk9-mz.122-35.SE5.bin (Timed out)