- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 05:57 AM - edited 03-07-2019 10:16 AM
Hi All:
It seems I have forgotten how to do this simple task. Does anyone have any suggestions?
Thank you in advance,
Ashley
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 06:31 AM
copy flash:/(ios image filename) tftp
If it is in a folder then you will need the folder name/filename and then a destination (tftp).
The rest should be self evident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 06:52 AM
Always check the MD5 of the image after it has transferred. Run the following command on the source device, get the MD5 and run it again on the destination device and verify against source MD5 output to ensure there is not any corruption of the image.
verify /md5 flash:c2811-advipservicesk9-mz.124-4.bin
Good article here on how to copy from one device to another.
http://www.cisco.com/en/US/products/hw/routers/ps233/products_tech_note09186a00800a6744.shtml
==========================
http://www.rConfig.com
A free, open source network device configuration management tool, customizable to your needs!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 06:31 AM
copy flash:/(ios image filename) tftp
If it is in a folder then you will need the folder name/filename and then a destination (tftp).
The rest should be self evident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2012 06:52 AM
Always check the MD5 of the image after it has transferred. Run the following command on the source device, get the MD5 and run it again on the destination device and verify against source MD5 output to ensure there is not any corruption of the image.
verify /md5 flash:c2811-advipservicesk9-mz.124-4.bin
Good article here on how to copy from one device to another.
http://www.cisco.com/en/US/products/hw/routers/ps233/products_tech_note09186a00800a6744.shtml
==========================
http://www.rConfig.com
A free, open source network device configuration management tool, customizable to your needs!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2022 11:20 PM
first of all you need to make a connection between your switch and computer, then follow the below commands
conf t
vlan 22
name mgt
int vlan 22
ip add 192.168.1.1.100 255.255.255.0
int g1/0/12
switchport access vlan 22
--------------------
dir flash:
copy flash: tftp: ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2022 07:28 AM - edited 11-06-2022 07:29 AM
Another possible option is to enable small services so the Cisco device, itself, can act as tftp or FTP server. Then you can "pull" an IOS file from the device using a tftp or FTP client.
PS:
Also, some Cisco devices support USB or CF cards. You can copy an IOS to one of those and move it to another host.
