<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Downloading an IOS image from a Cisco Switch in Switching</title>
    <link>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/4716692#M532932</link>
    <description>&lt;P&gt;Another possible option is to enable small services so the Cisco device, itself, can act as tftp or FTP server.&amp;nbsp; Then you can "pull" an IOS file from the device using a tftp or FTP client.&lt;/P&gt;
&lt;P&gt;PS:&lt;/P&gt;
&lt;P&gt;Also, some Cisco devices support USB or CF cards.&amp;nbsp; You can copy an IOS to one of those and move it to another host.&lt;/P&gt;</description>
    <pubDate>Sun, 06 Nov 2022 15:29:27 GMT</pubDate>
    <dc:creator>Joseph W. Doherty</dc:creator>
    <dc:date>2022-11-06T15:29:27Z</dc:date>
    <item>
      <title>Downloading an IOS image from a Cisco Switch</title>
      <link>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/2099379#M239714</link>
      <description>&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems I have forgotten how to do this simple task. Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Ashley&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 18:16:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/2099379#M239714</guid>
      <dc:creator>ashleyreed4218</dc:creator>
      <dc:date>2019-03-07T18:16:00Z</dc:date>
    </item>
    <item>
      <title>Downloading an IOS image from a Cisco Switch</title>
      <link>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/2099380#M239715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy flash:/(ios image filename) tftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is in a folder then you will need the folder name/filename and then a destination (tftp). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest should be self evident. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:31:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/2099380#M239715</guid>
      <dc:creator>turnera</dc:creator>
      <dc:date>2012-11-27T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Downloading an IOS image from a Cisco Switch</title>
      <link>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/2099381#M239716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;verify /md5 flash:c2811-advipservicesk9-mz.124-4.bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good article here on how to copy from one device to another.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/routers/ps233/products_tech_note09186a00800a6744.shtml"&gt;http://www.cisco.com/en/US/products/hw/routers/ps233/products_tech_note09186a00800a6744.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================== &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.rConfig.com"&gt;http://www.rConfig.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;A free, open source network device configuration management tool, customizable to your needs!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/2099381#M239716</guid>
      <dc:creator>stephen.stack</dc:creator>
      <dc:date>2012-11-27T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an IOS image from a Cisco Switch</title>
      <link>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/4716611#M532917</link>
      <description>&lt;P&gt;first of all you need to make a connection between your switch and computer, then follow the below commands&lt;/P&gt;&lt;P&gt;conf t&lt;BR /&gt;vlan 22&lt;BR /&gt;name mgt&lt;BR /&gt;int vlan 22&lt;BR /&gt;ip add 192.168.1.1.100 255.255.255.0&lt;BR /&gt;int g1/0/12&lt;BR /&gt;switchport access vlan 22&lt;BR /&gt;--------------------&lt;BR /&gt;dir flash:&lt;BR /&gt;copy flash: tftp: ....&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 06:20:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/4716611#M532917</guid>
      <dc:creator>Liaqat Sultani</dc:creator>
      <dc:date>2022-11-06T06:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading an IOS image from a Cisco Switch</title>
      <link>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/4716692#M532932</link>
      <description>&lt;P&gt;Another possible option is to enable small services so the Cisco device, itself, can act as tftp or FTP server.&amp;nbsp; Then you can "pull" an IOS file from the device using a tftp or FTP client.&lt;/P&gt;
&lt;P&gt;PS:&lt;/P&gt;
&lt;P&gt;Also, some Cisco devices support USB or CF cards.&amp;nbsp; You can copy an IOS to one of those and move it to another host.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 15:29:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/downloading-an-ios-image-from-a-cisco-switch/m-p/4716692#M532932</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-11-06T15:29:27Z</dc:date>
    </item>
  </channel>
</rss>

