<?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: SLX-OS: Copy confing to FTP in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77236#M328</link>
    <description>&lt;P&gt;vrf-support has been added in SLX OS 18r.2.00.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 03:24:16 GMT</pubDate>
    <dc:creator>joergkost</dc:creator>
    <dc:date>2020-06-09T03:24:16Z</dc:date>
    <item>
      <title>SLX-OS: Copy confing to FTP</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77233#M325</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;  &lt;P&gt;I’m having trouble while trying to copy running config to the remote ftp server.&lt;/P&gt;  &lt;P&gt;I have two VRFs (mgmt and default), each configured with 0.0.0.0/0.&lt;/P&gt;  &lt;P&gt;I’m able to ping the remote ftp server.&lt;/P&gt;  &lt;P&gt;SLX-OS: 17r.1.0&lt;/P&gt;  &lt;P&gt;SC2-SLX9540-A29# copy running-config ftp://user:password@172.16.31.11/slx.txt&lt;BR /&gt; Error while transferring file over ftp. Please check the host IP address, user/password, and the permission and space left on the remote directory.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;In addition, I was able to download the config form my VDX fabric, configured the same way.&lt;/P&gt;  &lt;P&gt;Would appreciate any troubleshooting hints.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Thank you, Oleg&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 00:22:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77233#M325</guid>
      <dc:creator>olegu</dc:creator>
      <dc:date>2020-06-09T00:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: SLX-OS: Copy confing to FTP</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77234#M326</link>
      <description>&lt;P&gt;Oleg,&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;If you have already verified connectivity, UN/PW and directory permissions, I suggest you test if you can reach the FTP server from the linux sub-system.&lt;/P&gt;  &lt;P&gt;From SLXOS issue the command:&lt;/P&gt;  &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;copy run flash://slx.txt&lt;/P&gt;  &lt;P&gt;Then go to the Linux shell:&lt;/P&gt;  &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;start-shell&lt;/P&gt;  &lt;UL&gt;&lt;LI&gt;This will place you in the VRF “mgmt-vrf”&lt;/LI&gt; 	&lt;LI&gt;To move to the VRF “default”, elevate to Root with “su” and use the command: 	&lt;UL&gt;&lt;LI&gt;/fabos/cliexec/vrfcmd 1 bash&lt;/LI&gt; 	&lt;/UL&gt;&lt;/LI&gt; &lt;/UL&gt;&lt;P&gt;Once in the Shell and appropriate VRF issue the command:&lt;/P&gt;  &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;cd /var/config/vcs/scripts&lt;/P&gt;  &lt;P&gt;Verify you see your config file with the “ls” command, and then establish FTP:&lt;/P&gt;  &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ftp [FTP_SERVER_IP]&lt;/P&gt;  &lt;P&gt;Provide your UN/PW and navigate to the appropriate destination.&lt;/P&gt;  &lt;P&gt;Use the following command to attempt to upload your config:&lt;/P&gt;  &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;put slx.txt&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;At the various steps you can eliminate some of the variables in your issue; if you can connect via FTP we can validate that the UN/PW is being accepted, if you can navigate to the path we can validate that the path is correct, and if you can copy successfully we know the permissions are OK.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 01:38:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77234#M326</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2020-06-09T01:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: SLX-OS: Copy confing to FTP</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77235#M327</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;  &lt;P&gt;That solved the issue. Keep forgetting that SLX-OS has a linux sub-system.&lt;/P&gt;  &lt;P&gt;Still would be good to have the copy command to be vrf-aware.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Thanks one more time, Oleg&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 02:07:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77235#M327</guid>
      <dc:creator>olegu</dc:creator>
      <dc:date>2020-06-09T02:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: SLX-OS: Copy confing to FTP</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77236#M328</link>
      <description>&lt;P&gt;vrf-support has been added in SLX OS 18r.2.00.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 03:24:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx-os-copy-confing-to-ftp/m-p/77236#M328</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2020-06-09T03:24:16Z</dc:date>
    </item>
  </channel>
</rss>

