<?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 FTP transfer to SLX 9540 in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20202#M54</link>
    <description>Jorg,&lt;BR /&gt;&lt;BR /&gt;The FTP Transfer I performed is from the Linux sub-system via "start-shell" which uses eth0, the management interface, to reach my server.&amp;nbsp; &lt;BR /&gt;From SLX CLI this server is only available via the mgmt-vrf:&lt;BR /&gt;&lt;BR /&gt;SLX# ping 10.26.XXX.XXX&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;connect: No route to host&lt;BR /&gt;&lt;BR /&gt;SLX# ping 10.26.XXX.XXX vrf mgmt-vrf&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;PING 10.26.XXX.XXX (10.26.XXX.XXX) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=1 ttl=62 time=0.356 ms&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=2 ttl=62 time=0.311 ms&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=3 ttl=62 time=0.355 ms&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=4 ttl=62 time=0.284 ms&lt;BR /&gt;--- 10.26.XXX.XXX ping statistics ---&lt;BR /&gt;4 packets transmitted, 4 received, 0% packet loss, time 3103ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.284/0.326/0.356/0.035 ms&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael Morey&lt;BR /&gt;Principal Technical Support Engineer &lt;BR /&gt;Extreme Networks&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Jun 2022 21:03:00 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2022-06-27T21:03:00Z</dc:date>
    <item>
      <title>Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20197#M49</link>
      <description>Hello all-&lt;BR /&gt;&lt;BR /&gt;Looking for some guidance on an issue we are having. I am trying to install TPVM on our 9540's in the field so I can perfrom TCP dumps for an issue we are having. We are seeing a whopping max speed of .5Mb on when doing a "get" via FTP to the SLX 9540. This is taking around 1 hour for the transfer to complete and I need to install this on 7-8 boxes. I found a related article on this exact issue and how to increase the qos cpu bandwidth allocation for different groups/priorities. See document below:&lt;BR /&gt;&lt;BR /&gt;&lt;A data-url="https://extremeportal.force.com/ExtrArticleDetail?an=000103531" class="embedly-content" href="https://extremeportal.force.com/ExtrLogin?startURL=%2FExtrArticleDetail%3Fan%3D000103531" target="_blank" rel="noopener"&gt;https://extremeportal.force.com/ExtrLogin?startURL=%2FExtrArticleDetail%3Fan%3D000103531&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I did try and increase the Group 1/Priority 1 to 100000 or even 50000 however the change did not help the file transfer speed. I am assuming that the ftp protocol would be classified as group 1 and priority 1 but not sure. I've also attached output of the current qos bandwidth settings for each group/priority from my router. Hoping someone can help! Thanks!</description>
      <pubDate>Tue, 21 Jun 2022 22:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20197#M49</guid>
      <dc:creator>JustinH</dc:creator>
      <dc:date>2022-06-21T22:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20198#M50</link>
      <description>Justin,&lt;BR /&gt;&lt;BR /&gt;It looks like you followed the article correctly.&amp;nbsp; You mentioned that you are using the "get" command, so I believe you are doing the following:&lt;BR /&gt;&lt;BR /&gt;start&lt;BR /&gt;ftp [server_ip]&lt;BR /&gt;- provide credentials&lt;BR /&gt;- navigate to path&lt;BR /&gt;get [filename]&lt;BR /&gt;&lt;BR /&gt;You can also try with "copy ftp://user:password@[server_ip]/path/to/file/filename.tar.gz flash://filename.tar.gz"&lt;BR /&gt;&lt;BR /&gt;In the article we were addressing an issue with SCP.&amp;nbsp; If you do not see the same slowness with other protocols I would suspect that the issue is on the FTP server side.&amp;nbsp; I have seen the same problem with TFTPd64 and Filezilla throttling throughput on transfers.&lt;BR /&gt;I just tested with a lab 9540, all default qos values values and see 106MBps&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; get tpvm4.0.0.tar.gz&lt;BR /&gt;200 PORT command successful. Consider using PASV.&lt;BR /&gt;150 Opening BINARY mode data connection for tpvm4.0.0.tar.gz (1360697008 bytes).&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;1360697008 bytes received in 12.2 seconds (106 Mbytes/s)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike Morey&lt;BR /&gt;Principal Technical Support Engineer &lt;BR /&gt;Extreme Networks</description>
      <pubDate>Wed, 22 Jun 2022 16:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20198#M50</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-06-22T16:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20199#M51</link>
      <description>The original posting in the forum was from me. Previously there was an additional knowledge base article that had incorrect information and does not work for the SLX9540.&lt;BR /&gt;&lt;BR /&gt;The new article linked above works and I also solved it as part of a support request, it only took 14 months ;-(. Tested on 9540 with 20.2.3. However, there is no longer "full speed", but still somewhat limited speed, but it is Ok, because one of my main problems was before: When copying, OSPF/BFD and Co flapped.&lt;BR /&gt;&lt;BR /&gt;It is of course possible that FTP and SCP are in different queues and that is why you are having problems. But it would be helpful if Michael would post the QoS queue allocation once?&lt;BR /&gt;&lt;BR /&gt;Otherwise, Michael, I don't think you tested with SLX above version 20? Because I haven't gotten that much speed since the update.</description>
      <pubDate>Sat, 25 Jun 2022 11:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20199#M51</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2022-06-25T11:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20200#M52</link>
      <description>The QOS settings I am using are the default:&lt;BR /&gt;&lt;BR /&gt;SLX# show qos cpu cfg slot 0&lt;BR /&gt;&lt;BR /&gt;Slot 0 QoS CPU Config&lt;BR /&gt;CPU Port shaper rate: 1000000 Kbps&lt;BR /&gt;CPU Group shaper rates (Kbps)&lt;BR /&gt;Group Aggr P0 P1 P2 P3 P4 P5 P6 P7&lt;BR /&gt;------------------------------------------------------------------------------&lt;BR /&gt;0 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;1 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;2 5000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;3 150 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;4 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;5 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;6 5000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;7 1000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;8 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;9 1000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;10 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;11 1000000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;12 1000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;13 7000 5000 5000 5000 5000 1000000 5000 1000000 1000000&lt;BR /&gt;&lt;BR /&gt;CPU Port burst size: 16 Kbytes&lt;BR /&gt;CPU Group burst size (Kbytes)&lt;BR /&gt;Group Aggr P0 P1 P2 P3 P4 P5 P6 P7&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;0 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;1 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;2 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;3 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;4 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;5 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;6 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;7 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;8 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;9 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;10 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;11 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;12 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;13 16 4 4 4 4 16 16 16 16 &lt;BR /&gt;&lt;BR /&gt;CPU Group WFQ values&lt;BR /&gt;Group Aggr P0 P1 P2 P3 P4 P5 P6 P7&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;0 100 20 20 50 50 50 50 50 100 &lt;BR /&gt;1 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;2 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;3 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;4 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;5 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;6 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;7 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;8 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;9 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;10 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;11 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;12 1 20 20 50 50 50 50 50 100 &lt;BR /&gt;13 10 20 20 50 50 50 50 50 100 &lt;BR /&gt;&lt;BR /&gt;I am using SLX 20.3.2f currently, in my initial test I was using 20.4.1.&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; get tpvm.tar.gz&lt;BR /&gt;200 PORT command successful. Consider using PASV.&lt;BR /&gt;150 Opening BINARY mode data connection for tpvm.tar.gz (1953228034 bytes).&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;1953228034 bytes received in 18.1 seconds (103 Mbytes/s)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael Morey&lt;BR /&gt;Principal Technical Support Engineer &lt;BR /&gt;Extreme Networks&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2022 16:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20200#M52</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-06-27T16:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20201#M53</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;I bet a german beer you don't use mgmt-vrf for that right?&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;&lt;BR /&gt;Jörg</description>
      <pubDate>Mon, 27 Jun 2022 20:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20201#M53</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2022-06-27T20:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20202#M54</link>
      <description>Jorg,&lt;BR /&gt;&lt;BR /&gt;The FTP Transfer I performed is from the Linux sub-system via "start-shell" which uses eth0, the management interface, to reach my server.&amp;nbsp; &lt;BR /&gt;From SLX CLI this server is only available via the mgmt-vrf:&lt;BR /&gt;&lt;BR /&gt;SLX# ping 10.26.XXX.XXX&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;connect: No route to host&lt;BR /&gt;&lt;BR /&gt;SLX# ping 10.26.XXX.XXX vrf mgmt-vrf&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;PING 10.26.XXX.XXX (10.26.XXX.XXX) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=1 ttl=62 time=0.356 ms&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=2 ttl=62 time=0.311 ms&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=3 ttl=62 time=0.355 ms&lt;BR /&gt;64 bytes from 10.26.XXX.XXX: icmp_seq=4 ttl=62 time=0.284 ms&lt;BR /&gt;--- 10.26.XXX.XXX ping statistics ---&lt;BR /&gt;4 packets transmitted, 4 received, 0% packet loss, time 3103ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.284/0.326/0.356/0.035 ms&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael Morey&lt;BR /&gt;Principal Technical Support Engineer &lt;BR /&gt;Extreme Networks&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2022 21:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20202#M54</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-06-27T21:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20203#M55</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;yes, the eth0 as mgmt-vrf is not affected.The problem was/is the in-band access, e.g. default-vrf if you want to copy via a &lt;EM&gt;ve-interface &lt;/EM&gt;&amp;nbsp;or ethernet interface. My initial support request has the ID #02324875. I think Justin means something similar. Maybe Justin can comment on the copy-method again?&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Jörg</description>
      <pubDate>Tue, 28 Jun 2022 16:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20203#M55</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2022-06-28T16:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Slow FTP transfer to SLX 9540</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20204#M56</link>
      <description>Jorg,&lt;BR /&gt;&lt;BR /&gt;The Premier services team reached out to me on this issue.&amp;nbsp; They did some testing and were able to find solution for FTP traffic.&amp;nbsp; I have updated the article with that information:&lt;BR /&gt;&lt;BR /&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000103531&lt;BR /&gt;&lt;BR /&gt;I have also tested this in the same lab and see good FTP traffic speeds when setting priority 0 to 50000&lt;BR /&gt;&lt;BR /&gt;Thanks for bringing this issue up.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael Morey&lt;BR /&gt;Principal Technical Support Engineer &lt;BR /&gt;Extreme Networks&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jul 2022 18:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slow-ftp-transfer-to-slx-9540/m-p/20204#M56</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-07-08T18:52:00Z</dc:date>
    </item>
  </channel>
</rss>

