<?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: Slow loading of files for ISR routers in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4910552#M388060</link>
    <description>&lt;P&gt;Yes, I read the topic, I understand the basic idea, I will try to calculate BDP and experiment.&lt;BR /&gt;As far as I understood this problem is actual for many people and as a basic solution not to use&lt;/P&gt;
&lt;PRE&gt;scp for firmware file&lt;/PRE&gt;
&lt;P&gt;transfer in production environment.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2023 07:30:27 GMT</pubDate>
    <dc:creator>sigcerder</dc:creator>
    <dc:date>2023-08-29T07:30:27Z</dc:date>
    <item>
      <title>Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908281#M387898</link>
      <description>&lt;P&gt;Hello everyone.&lt;BR /&gt;I have GW:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;isr 4431&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;isr 4331&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;PRE&gt;isr 1000&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;BR /&gt;I would like to upgrade all my routers via ansible, but when I started playbook, my firmware uploaded with wight 700 MB very slowly. For example, I can wait 50 minutes for each router, at the time of my speed download and upload 1gbs.&lt;BR /&gt;I'm not sure but I think I need to change my control plane, can someone give me advice about it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 06:59:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908281#M387898</guid>
      <dc:creator>sigcerder</dc:creator>
      <dc:date>2023-08-29T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908291#M387899</link>
      <description>&lt;P&gt;Cannot speak about Ansible.&amp;nbsp; I have no idea how it does its transfers.&lt;/P&gt;
&lt;P&gt;In general though, whenever the two devices don't have LAN like RTTs, a transfer using UDP can be much slower than one using TCP.&amp;nbsp; Even when using TCP, there are TCP options, which might need to be enabled, on one or both sides, to increase TCP transfer rates.&amp;nbsp; Lastly, although you might not be bumping into this, writing files to flash is often slow compared to what many modern links support.&lt;/P&gt;
&lt;P&gt;Again, cannot speak on Ansible, but having done many, many IOS downloads to remote devices, the forgoing can sometimes make huge transfer rate differences.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 15:51:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908291#M387899</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-08-19T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908292#M387900</link>
      <description>&lt;P&gt;I semd you message check it&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 15:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908292#M387900</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-08-19T15:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908430#M387918</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1379862"&gt;@sigcerder&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You try by&lt;/P&gt;
&lt;PRE&gt;tftp&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;If yes, try to adjust the&lt;/P&gt;
&lt;PRE&gt;tftp&lt;/PRE&gt;
&lt;P&gt;blocksize (default value is 512). Increase this value.&lt;/P&gt;
&lt;PRE&gt;(config)#ip tftp blocksize ?&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:01:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908430#M387918</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-08-29T07:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908821#M387940</link>
      <description>&lt;P&gt;Hello everyone. I apologize, I forgot to specify that file transfer is configured via&lt;/P&gt;
&lt;PRE&gt;scp&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908821#M387940</guid>
      <dc:creator>sigcerder</dc:creator>
      <dc:date>2023-08-29T07:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908828#M387941</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1379862"&gt;@sigcerder&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Try to adjust&lt;/P&gt;
&lt;PRE&gt;ip ssh window-size&lt;/PRE&gt;
&lt;P&gt;command.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;--You must mandatorily use the&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;ip tcp window-size bytes&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;command (with same value as&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;ssh window-size&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;) to improve performance, as SSH works on TCP protocol.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://content.cisco.com/chapter.sjs?uri=/searchable/chapter/content/en/us/td/docs/ios-xml/ios/sec_usr_ssh/configuration/xe-17/sec-usr-ssh-xe-17-book/sec-usr-ssh-xe-16-book_chapter_0110.html.xml#GUID-CDFC299B-CE2A-4901-BB83-F51A73046770" target="_blank" rel="noopener"&gt;https://content.cisco.com/chapter.sjs?uri=/searchable/chapter/content/en/us/td/docs/ios-xml/ios/sec_usr_ssh/configuration/xe-17/sec-usr-ssh-xe-17-book/sec-usr-ssh-xe-16-book_chapter_0110.html.xml#GUID-CDFC299B-CE2A-4901-BB83-F51A73046770&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:14:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908828#M387941</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-08-29T07:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908904#M387953</link>
      <description>&lt;P&gt;What I had in mind, for one of the TCP parameters settings, as also referenced in your reference, was&lt;/P&gt;
&lt;PRE&gt;ip tcp window-size&lt;/PRE&gt;
&lt;P&gt;An important setting on the receiver.&lt;/P&gt;
&lt;P&gt;BTW, and important setting on the sender, is PMTUD being active.&lt;/P&gt;
&lt;P&gt;Now that we know it's using SCP, then it appears we also want to set&lt;/P&gt;
&lt;PRE&gt;ip ssh window-size&lt;/PRE&gt;
&lt;P&gt;to match.&amp;nbsp; (NB: an option, of which I was unaware.)&lt;/P&gt;
&lt;P&gt;What may not be mentioned, in that reference, would be what to set&lt;/P&gt;
&lt;PRE&gt;window-size&lt;/PRE&gt;
&lt;P&gt;to.&amp;nbsp; The ideal setting would be for the BDP (bandwidth delay product).&lt;/P&gt;
&lt;P&gt;BTW, that reference has an interesting note, i.e.:&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="olh_note" role="note" border="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="1%" class="olh_note"&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="olh_note"&gt;
&lt;DIV class="note__content"&gt;
&lt;P class="p"&gt;Although the maximum supported value is 131072, it is recommended to use a maximum value of 65536, as low-end devices may have more impact on the CPU.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;That's unexpected.&lt;/P&gt;
&lt;P&gt;First time, I recall, ever seeing that mentioned, that CPU might be impacted, but maybe it does on some Cisco "low-end" devices.&lt;/P&gt;
&lt;P&gt;What does happen, if you exceed a RWIN in excess of 64KB, the TCP implementation, on both ends, must support large windows.&amp;nbsp; Also, TCP's later SACK is useful for large TCP receive windows.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:26:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908904#M387953</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-08-29T07:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908908#M387955</link>
      <description>&lt;P&gt;Yes, there has been a noticeable improvement. Following the execution of the following commands:&lt;/P&gt;
&lt;PRE&gt;ip tcp window-size 131072&lt;BR /&gt;ip ssh window-size 131072&lt;/PRE&gt;
&lt;P&gt;However, the transfer speed is still suboptimal, as I'm only able to transfer 300 MB within a 10-minute period. Furthermore, the CPU load is consistently at 96%.&lt;/P&gt;
&lt;P&gt;What would be the most effective approach to address these issues?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:26:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908908#M387955</guid>
      <dc:creator>sigcerder</dc:creator>
      <dc:date>2023-08-29T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908919#M387956</link>
      <description>&lt;P&gt;I was able to transfer a 680 megabyte scale file in 27 minutes&lt;/P&gt;&lt;P&gt;At the same time, the bandwidth of one channel is 1 Gbs and the second is 100 mbps. Perhaps there is something else I can do?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 10:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4908919#M387956</guid>
      <dc:creator>sigcerder</dc:creator>
      <dc:date>2023-08-21T10:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4909139#M387977</link>
      <description>&lt;P&gt;Did you take note of &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;'s reference, I highlighted, about potential impact to CPU, using more than 64KB?&lt;/P&gt;
&lt;P&gt;Did you calculate optimal BDP?&lt;/P&gt;
&lt;P&gt;"What would be the most effective approach to address these issues?"&lt;/P&gt;
&lt;P&gt;Depends on the cause of this high CPU usage.&lt;/P&gt;
&lt;P&gt;While CPU at 96%, might be helpful to see CPU's top 5 busiest processes.&lt;/P&gt;
&lt;P&gt;You might also try a manual file transfer using FTP, for comparison.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 15:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4909139#M387977</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-08-21T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4910552#M388060</link>
      <description>&lt;P&gt;Yes, I read the topic, I understand the basic idea, I will try to calculate BDP and experiment.&lt;BR /&gt;As far as I understood this problem is actual for many people and as a basic solution not to use&lt;/P&gt;
&lt;PRE&gt;scp for firmware file&lt;/PRE&gt;
&lt;P&gt;transfer in production environment.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 07:30:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4910552#M388060</guid>
      <dc:creator>sigcerder</dc:creator>
      <dc:date>2023-08-29T07:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Slow loading of files for ISR routers</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4910704#M388073</link>
      <description>&lt;P&gt;Unsure SCP, alone, is the problem, because those routers have crypto hardware, I believe.&amp;nbsp; So, would still try FTP for a comparison.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 15:07:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/slow-loading-of-files-for-isr-routers/m-p/4910704#M388073</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2023-08-23T15:07:29Z</dc:date>
    </item>
  </channel>
</rss>

