<?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: Backup Summit/BD switches using FTP/SCP in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56413#M801</link>
    <description>Hi Erik, &lt;BR /&gt;
&lt;BR /&gt;
Thanks, it works using the format below for uploads, &lt;BR /&gt;
&lt;BR /&gt;
"scp2  &lt;LOCAL_FILE&gt; &lt;U&gt;@&lt;SCP_SERVER&gt;:&lt;REMOTE_FILE&gt; "&lt;BR /&gt;
&lt;BR /&gt;
C4 # scp2 vr "VR-Default" primary.cfg admin@172.24.154.235:/mnt/backup2/mpbn_backup&lt;BR /&gt;
&lt;BR /&gt;
Upload /config/primary.cfg to  &lt;BR /&gt;
Connecting to 172.24.154.235...&lt;BR /&gt;
airtelmpbn@172.24.154.235's password: &lt;BR /&gt;
&lt;BR /&gt;
Uploading /config/primary.cfg to /mnt/backup2/mpbn_backup/primary.cfg&lt;BR /&gt;
/config/primary.cfg                                                                                                                                            100%  289KB 289.0KB/s   00:00  &lt;BR /&gt;
&lt;BR /&gt;
Is there any way to automate this process, I have a bit over 50 switches on my network?&lt;BR /&gt;
&lt;BR /&gt;&lt;/REMOTE_FILE&gt;&lt;/SCP_SERVER&gt;&lt;/U&gt;&lt;/LOCAL_FILE&gt;</description>
    <pubDate>Thu, 13 Apr 2017 14:13:00 GMT</pubDate>
    <dc:creator>Mofinyinfoluwa_</dc:creator>
    <dc:date>2017-04-13T14:13:00Z</dc:date>
    <item>
      <title>Backup Summit/BD switches using FTP/SCP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56409#M797</link>
      <description>Hello, I am trying to configure a routine backup for the summit and black diamond switches on my network. &lt;BR /&gt;
&lt;BR /&gt;
i can tftp to other unsecured servers but the server to host the backup configurations is secured. &lt;BR /&gt;
 &lt;BR /&gt;
SCP is giving me the error below;&lt;BR /&gt;
&lt;BR /&gt;
CHOU-JCE-SW04.1 # scp2 vr "VR-Default" admin@172.24.X.X/backup/ex_switches:config primary.cfg &lt;BR /&gt;
Download  to /config/primary.cfg on switch&lt;BR /&gt;
Connecting to 172.24.X.X/backup/ex_switches:config...&lt;BR /&gt;
ssh: 172.24.X.X/backup/ex_switches:config: Name or service not known&lt;BR /&gt;
Couldn't read packet: Connection reset by peer&lt;BR /&gt;
&lt;BR /&gt;
while there is no option for FTP&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Apr 2017 22:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56409#M797</guid>
      <dc:creator>Mofinyinfoluwa_</dc:creator>
      <dc:date>2017-04-12T22:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Backup Summit/BD switches using FTP/SCP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56410#M798</link>
      <description>Hello Mofinyinfoluwa,&lt;BR /&gt;
&lt;BR /&gt;
The format used for SCP is "scp2 &lt;U&gt;@&lt;SCP_SERVER&gt;:&lt;REMOTE_FILE&gt; &lt;LOCAL_FILE&gt;"&lt;BR /&gt;
&lt;BR /&gt;
I see you have a : between switches and config (ex_switches:config). Was this intended or should it be a "/". Changing that might resolve your issue.&lt;BR /&gt;
&lt;BR /&gt;
Let us know if it works!&lt;/LOCAL_FILE&gt;&lt;/REMOTE_FILE&gt;&lt;/SCP_SERVER&gt;&lt;/U&gt;</description>
      <pubDate>Thu, 13 Apr 2017 00:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56410#M798</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-04-13T00:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Backup Summit/BD switches using FTP/SCP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56411#M799</link>
      <description>Hi Patrick,&lt;BR /&gt;
&lt;BR /&gt;
When i try to use /, it says the command is incomplete. it appears you can only use scp to retrieve files from a server and not put files. &lt;BR /&gt;
&lt;BR /&gt;
CH.2 # scp2 vr "VR-Default" admin@172.24.154.235/mnt/backup2/mpbn_backup primary.cfg &lt;BR /&gt;
%% Incomplete command&lt;BR /&gt;
&lt;BR /&gt;
CH.2 # scp2 vr "VR-Default" admin@172.24.154.235/mnt/backup2/mpbn_backup primary.cfg?                             &lt;BR /&gt;
  &lt;U&gt;  User @ remote host or IP address with remote file name&lt;BR /&gt;
&lt;BR /&gt;&lt;/U&gt;</description>
      <pubDate>Thu, 13 Apr 2017 14:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56411#M799</guid>
      <dc:creator>Mofinyinfoluwa_</dc:creator>
      <dc:date>2017-04-13T14:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Backup Summit/BD switches using FTP/SCP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56412#M800</link>
      <description>You are missing a colon between the IP address and the file path.&lt;BR /&gt;
scp2 vr "VR-Default" admin@172.24.154.235&lt;B&gt;:&lt;/B&gt;/mnt/backup2/mpbn_backup primary.cfg﻿</description>
      <pubDate>Thu, 13 Apr 2017 14:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56412#M800</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-04-13T14:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Backup Summit/BD switches using FTP/SCP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56413#M801</link>
      <description>Hi Erik, &lt;BR /&gt;
&lt;BR /&gt;
Thanks, it works using the format below for uploads, &lt;BR /&gt;
&lt;BR /&gt;
"scp2  &lt;LOCAL_FILE&gt; &lt;U&gt;@&lt;SCP_SERVER&gt;:&lt;REMOTE_FILE&gt; "&lt;BR /&gt;
&lt;BR /&gt;
C4 # scp2 vr "VR-Default" primary.cfg admin@172.24.154.235:/mnt/backup2/mpbn_backup&lt;BR /&gt;
&lt;BR /&gt;
Upload /config/primary.cfg to  &lt;BR /&gt;
Connecting to 172.24.154.235...&lt;BR /&gt;
airtelmpbn@172.24.154.235's password: &lt;BR /&gt;
&lt;BR /&gt;
Uploading /config/primary.cfg to /mnt/backup2/mpbn_backup/primary.cfg&lt;BR /&gt;
/config/primary.cfg                                                                                                                                            100%  289KB 289.0KB/s   00:00  &lt;BR /&gt;
&lt;BR /&gt;
Is there any way to automate this process, I have a bit over 50 switches on my network?&lt;BR /&gt;
&lt;BR /&gt;&lt;/REMOTE_FILE&gt;&lt;/SCP_SERVER&gt;&lt;/U&gt;&lt;/LOCAL_FILE&gt;</description>
      <pubDate>Thu, 13 Apr 2017 14:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56413#M801</guid>
      <dc:creator>Mofinyinfoluwa_</dc:creator>
      <dc:date>2017-04-13T14:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Backup Summit/BD switches using FTP/SCP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56414#M802</link>
      <description>I can see after inserting the : in between the ip address and file path it is working now. Anyway in the future for further reference you can always have a look at below article link which says the correct procedure of implementing this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-upgrade-EXOS-using-SCP/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-upgrade-EXOS-using-SCP/&lt;/A&gt;</description>
      <pubDate>Fri, 14 Apr 2017 09:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/backup-summit-bd-switches-using-ftp-scp/m-p/56414#M802</guid>
      <dc:creator>Tripathy__Priya</dc:creator>
      <dc:date>2017-04-14T09:38:00Z</dc:date>
    </item>
  </channel>
</rss>

