<?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 CLI command list upload in Access Points - Indoor and Outdoor</title>
    <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20631#M5495</link>
    <description>Will there be a way to somehow upload a CLI command list to a ZD or SA AP?
&lt;BR /&gt;&lt;BR /&gt;
We have a customer with a very cool system set-up, where they can take a config list generated by the "show config" CLI command store it and compare it to previous outputs. If a problem arises it allows them to quickly see the changes made.
&lt;BR /&gt;&lt;BR /&gt;
However, usually they don't have the ability to access the ZD directly and they would like to be able to send some CLI commands in a file to the customer, which would then uploade it to the ZD and execute it.
&lt;BR /&gt;&lt;BR /&gt;
I've seen the "Import scripts" option, however the user guide says something like "don't do it unless instructed by our support".</description>
    <pubDate>Wed, 25 Sep 2013 07:04:57 GMT</pubDate>
    <dc:creator>primoz_marinsek</dc:creator>
    <dc:date>2013-09-25T07:04:57Z</dc:date>
    <item>
      <title>CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20631#M5495</link>
      <description>Will there be a way to somehow upload a CLI command list to a ZD or SA AP?
&lt;BR /&gt;&lt;BR /&gt;
We have a customer with a very cool system set-up, where they can take a config list generated by the "show config" CLI command store it and compare it to previous outputs. If a problem arises it allows them to quickly see the changes made.
&lt;BR /&gt;&lt;BR /&gt;
However, usually they don't have the ability to access the ZD directly and they would like to be able to send some CLI commands in a file to the customer, which would then uploade it to the ZD and execute it.
&lt;BR /&gt;&lt;BR /&gt;
I've seen the "Import scripts" option, however the user guide says something like "don't do it unless instructed by our support".</description>
      <pubDate>Wed, 25 Sep 2013 07:04:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20631#M5495</guid>
      <dc:creator>primoz_marinsek</dc:creator>
      <dc:date>2013-09-25T07:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20632#M5496</link>
      <description>What structure must have the file? Is it just CLI commands?</description>
      <pubDate>Fri, 18 Oct 2013 07:14:50 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20632#M5496</guid>
      <dc:creator>alberto_de_la_c</dc:creator>
      <dc:date>2013-10-18T07:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20633#M5497</link>
      <description>What structure must have the file? Is it just CLI commands?</description>
      <pubDate>Fri, 18 Oct 2013 07:16:02 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20633#M5497</guid>
      <dc:creator>alberto_de_la_c</dc:creator>
      <dc:date>2013-10-18T07:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20634#M5498</link>
      <description>You asking me?</description>
      <pubDate>Fri, 18 Oct 2013 07:26:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20634#M5498</guid>
      <dc:creator>primoz_marinsek</dc:creator>
      <dc:date>2013-10-18T07:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20635#M5499</link>
      <description>Well, I leave the question in the air... for who can respond &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Fri, 18 Oct 2013 07:28:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20635#M5499</guid>
      <dc:creator>alberto_de_la_c</dc:creator>
      <dc:date>2013-10-18T07:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20636#M5500</link>
      <description>I think Primož is requesting a scripting language (perhaps something simple like expect or shell) that can then execute arbitrary scripts. In the example given it would probably execute 'show config' and export the results to a file or host, maybe even on some time basis. 
&lt;BR /&gt;&lt;BR /&gt;
Something like
&lt;BR /&gt;&lt;BR /&gt;
exec 'show config &amp;gt;foo.config'
&lt;BR /&gt;
ftp foo.config 10.0.0.1
&lt;BR /&gt;
wait 86400 #1 day
&lt;BR /&gt;
loop
&lt;BR /&gt;&lt;BR /&gt;
The script function mentioned is strictly for diagnostics. Our support engineers write the script (it's just sh) but then have to encrypt it before you can upload to the device and run it. So just uploading a shell script won't work.</description>
      <pubDate>Fri, 18 Oct 2013 19:39:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20636#M5500</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2013-10-18T19:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20637#M5501</link>
      <description>Yeah. The idea is to upload some kind of script, just not like expect. I've told them about it, and they just shrugged it off. It's allot of work to make it work.
&lt;BR /&gt;&lt;BR /&gt;
So basically they want to make a list of commands that fix what the end user has screwed up, send it to the them so they can just upload it to the ZD to run them.</description>
      <pubDate>Sat, 19 Oct 2013 08:11:30 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20637#M5501</guid>
      <dc:creator>primoz_marinsek</dc:creator>
      <dc:date>2013-10-19T08:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: CLI command list upload</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20638#M5502</link>
      <description>What you want is this:
&lt;BR /&gt;
&lt;A href="https://github.com/bot779/ruckusconf" rel="nofollow"&gt;https://github.com/bot779/ruckusconf&lt;/A&gt;
&lt;BR /&gt;&lt;BR /&gt;
It's a linux script that will take your commands and enter them onto a zonedirector (or AP's) SSH commandline.
&lt;BR /&gt;&lt;BR /&gt;
It can also do what your customer is already doing.
&lt;BR /&gt;
(automatically download the zonedirector config)
&lt;BR /&gt;&lt;BR /&gt;
Download and install the script on a linux box.
&lt;BR /&gt;
It's fairly well documented. (but hasn't been tested much)
&lt;BR /&gt;&lt;BR /&gt;
Ideally, if you're going to use it to do updates to a zonedirector, it'd be *really* nice to test it on a non-production zonedirector first.
&lt;BR /&gt;
(because if it breaks the zondirector config, you get to keep all the pieces)
&lt;BR /&gt;&lt;BR /&gt;
Try using it to download a config.
&lt;BR /&gt;&lt;BR /&gt;
If that works, try updating an innocuous part of your zonedirector config.
&lt;BR /&gt;
doing updates in multiple zondirector config sections could get tedious.
&lt;BR /&gt;
(but it's very possible)
&lt;BR /&gt;&lt;BR /&gt;
You can enter multiple config commands (inside quotes) on the ruckusconf commandline.
&lt;BR /&gt;&lt;BR /&gt;
Then you can specify the "--makeinfile" option to create an example "file" of a command list. (so you know how to format things)
&lt;BR /&gt;&lt;BR /&gt;
running ruckusconf with the "--infile" option reads those commands and automatically enters them into your zonedirector.
&lt;BR /&gt;
(so you don't have to write your own expect program)
&lt;BR /&gt;&lt;BR /&gt;
Let me know if/what problems you have.</description>
      <pubDate>Thu, 09 Jan 2014 02:20:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/CLI-command-list-upload/m-p/20638#M5502</guid>
      <dc:creator>bill_burns_6069</dc:creator>
      <dc:date>2014-01-09T02:20:13Z</dc:date>
    </item>
  </channel>
</rss>

