<?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: Cannot backup X690 primary.cfg to solarwinds tftp server in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58289#M17278</link>
    <description>Thanks, you answered all of my questions!  I really appreciate it!</description>
    <pubDate>Sat, 03 Feb 2018 02:24:00 GMT</pubDate>
    <dc:creator>kjstech</dc:creator>
    <dc:date>2018-02-03T02:24:00Z</dc:date>
    <item>
      <title>Cannot backup X690 primary.cfg to solarwinds tftp server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58285#M17274</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to upload (backup) our primary.cfg from our X690's with the following command:&lt;BR /&gt;
&lt;B&gt;tftp put 10.1.1.4 "VR-Default" primary.cfg&lt;/B&gt;&lt;BR /&gt;
Using tftp server found on VR-Default&lt;BR /&gt;
Uploading primary.cfg to 10.1.1.4 ... failed!&lt;BR /&gt;
Error: No such file or directory&lt;BR /&gt;
&lt;BR /&gt;
What I get on the Solarwinds TFTP server logs is in the screen shot below&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="f3d9ad4131d846fa885d76e2fbddd8a4_RackMultipart20180201-58593-1qvp2lv-SolarwindsTFTP_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/852i396403798380AB03/image-size/large?v=v2&amp;amp;px=999" role="button" title="f3d9ad4131d846fa885d76e2fbddd8a4_RackMultipart20180201-58593-1qvp2lv-SolarwindsTFTP_inline.png" alt="f3d9ad4131d846fa885d76e2fbddd8a4_RackMultipart20180201-58593-1qvp2lv-SolarwindsTFTP_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please tell me what I am doing wrong?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58285#M17274</guid>
      <dc:creator>kjstech</dc:creator>
      <dc:date>2018-02-01T23:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot backup X690 primary.cfg to solarwinds tftp server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58286#M17275</link>
      <description>Hi kjstech,&lt;BR /&gt;
&lt;BR /&gt;
Please try "tftp put 10.1.1.4 vr vr-default primary.cfg"&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Brad</description>
      <pubDate>Thu, 01 Feb 2018 23:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58286#M17275</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2018-02-01T23:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot backup X690 primary.cfg to solarwinds tftp server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58287#M17276</link>
      <description>Thanks!  That did it.  I forgot putting vr in front of vr-default I guess.  I was tripped up because I saw the traffic hitting Solarwinds TFTP so I thought it was trying to go.&lt;BR /&gt;
&lt;BR /&gt;
So this gets me an XML formatted configuration.  If I want a more human readable configuration, I guess the best thing to do is turn putty logging on, disable cli paging and then show configuration.  Turn off putty logging, enable cli paging and then go to my putty log file and rename it / copy it / move it where I want.   Unless you know of a simpler way...&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Feb 2018 03:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58287#M17276</guid>
      <dc:creator>kjstech</dc:creator>
      <dc:date>2018-02-02T03:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot backup X690 primary.cfg to solarwinds tftp server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58288#M17277</link>
      <description>Hi kjstech,&lt;BR /&gt;
&lt;BR /&gt;
Please use the command "save configuration as-script &lt;FILENAME&gt;" and then "tftp put 10.1.1.4 vr vr-default &lt;FILENAME.XSF&gt;". That will output the file as an XSF file, which is human readable, and then upload it to your TFTP server.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Brad&lt;BR /&gt;&lt;/FILENAME.XSF&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Fri, 02 Feb 2018 04:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58288#M17277</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2018-02-02T04:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot backup X690 primary.cfg to solarwinds tftp server</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58289#M17278</link>
      <description>Thanks, you answered all of my questions!  I really appreciate it!</description>
      <pubDate>Sat, 03 Feb 2018 02:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cannot-backup-x690-primary-cfg-to-solarwinds-tftp-server/m-p/58289#M17278</guid>
      <dc:creator>kjstech</dc:creator>
      <dc:date>2018-02-03T02:24:00Z</dc:date>
    </item>
  </channel>
</rss>

