MonkeyBrains.net/~rudy/example | Random examples |
Cisco IOS upgrade
I got a new Cisco 2960G-48 today, but the IOS was a bit behind. So, I am upgrading the IOS. |
raton#copy running-config tftp://10.17.45.145/raton-confg Address or name of remote host [10.17.45.145]? Destination filename [raton-confg]? !!! 5680 bytes copied in 0.780 secs (7282 bytes/sec)For this to work, you need to set the permissions on the TFTP server to something like this: # ls -l /srv/tftp/raton-confg -rw-rw-rw- 1 nobody root 5680 2011-05-10 21:36 /srv/tftp/raton-confgIf that worked, try backing up the current IOS: raton#copy flash:c2960-lanbase-mz.122-35.SE5/c2960-lanbase-mz.122-35.SE5.bin tftp://10.17.45.145/ # archive download-sw /overwrite tftp://10.17.45.145/c2960-lanbasek9-tar.122-55.SE1.tarVoila! You are done, type reload at the switch prompt. This data is completely accurate. |