<?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: Command line batch DPSK generation in ZoneDirector</title>
    <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6835#M1100</link>
    <description>William,
&lt;BR /&gt;&lt;BR /&gt;
You can find some documentation on the below link:
&lt;BR /&gt;
&lt;A href="http://a030f85c1e25003d7609-b98377aee968aad08453374eb1df3398.r40.cf2.rackcdn.com/support/secure_hotspot_configuration.pdf" rel="nofollow"&gt;http://a030f85c1e25003d7609-b98377aee...&lt;/A&gt;
&lt;BR /&gt;&lt;BR /&gt;
There are also some discussions on this forum, look for secure hotspot.
&lt;BR /&gt;&lt;BR /&gt;
Regards,
&lt;BR /&gt;&lt;BR /&gt;
Vincent</description>
    <pubDate>Thu, 06 Feb 2014 16:21:20 GMT</pubDate>
    <dc:creator>vincent_larue</dc:creator>
    <dc:date>2014-02-06T16:21:20Z</dc:date>
    <item>
      <title>Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6828#M1093</link>
      <description>Is there a way to generate batch DPSKs via command line?
&lt;BR /&gt;&lt;BR /&gt;
Thanks</description>
      <pubDate>Fri, 24 Jan 2014 18:20:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6828#M1093</guid>
      <dc:creator>william_fowler_</dc:creator>
      <dc:date>2014-01-24T18:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6829#M1094</link>
      <description>One way to do that is to use Ruckus Wireless secure hotspot solution. 
&lt;BR /&gt;&lt;BR /&gt;
Enable the API interface in the /Configure/System/Network Management menu 
&lt;BR /&gt;&lt;BR /&gt;
You can then use a curl command to generated a DPSK, here is a sample:
&lt;BR /&gt;&lt;BR /&gt;
curl -k -d "ruckus1231.0" &lt;A href="https://192.168.120.240/admin/_portalintf.jsp" rel="nofollow"&gt;https://192.168.120.240/admin/_portal...&lt;/A&gt;</description>
      <pubDate>Fri, 24 Jan 2014 19:11:35 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6829#M1094</guid>
      <dc:creator>vincent_larue</dc:creator>
      <dc:date>2014-01-24T19:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6830#M1095</link>
      <description>&lt;CODE&gt;curl -k -d "&lt;RUCKUS&gt;&lt;REQ-PASSWORD&gt;ruckus123&lt;/REQ-PASSWORD&gt;&lt;VERSION&gt;1.0&lt;/VERSION&gt;&lt;COMMAND cmd="generate-dpsk"&gt;&lt;DPSK expiration="24" key-length="20" user="OpenDPSK" mac="7c:d1:c3:6c:8c:3a" vland-id="1" wlan="BigDogs"&gt;&lt;/DPSK&gt;&lt;/COMMAND&gt;&lt;/RUCKUS&gt;" &lt;A href="https://192.168.120.240/admin/_portalintf.jsp" target="test_blank"&gt;https://192.168.120.240/admin/_portalintf.jsp&lt;/A&gt;&lt;/CODE&gt;</description>
      <pubDate>Fri, 24 Jan 2014 21:55:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6830#M1095</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2014-01-24T21:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6831#M1096</link>
      <description>(there is, we're running into trouble posting the answer because it contains a code example that's being interpreted as HTML - stay tuned)</description>
      <pubDate>Fri, 24 Jan 2014 23:24:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6831#M1096</guid>
      <dc:creator>keith_redfield</dc:creator>
      <dc:date>2014-01-24T23:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6832#M1097</link>
      <description>William, 
&lt;BR /&gt;&lt;BR /&gt;
You cannot do it directly from the SSH CLI interface, but you can use the Northbound Portal Interface.
&lt;BR /&gt;&lt;BR /&gt;
To enable the Northbound Portal Interface, go into /configure/sytem/Network Management/Northbound Portal interface.
&lt;BR /&gt;&lt;BR /&gt;
You can then use the curl command from Linux or MacOS shell in order to generate DPSKs. Below is a sample of such command.
&lt;BR /&gt;&lt;BR /&gt;
&lt;CODE&gt;curl -k -d "&lt;RUCKUS&gt;&lt;REQ-PASSWORD&gt;ruckus123&lt;/REQ-PASSWORD&gt;&lt;VERSION&gt;1.0&lt;/VERSION&gt;&lt;COMMAND cmd="generate-dpsk"&gt;&lt;DPSK expiration="24" key-length="20" user="OpenDPSK" mac="7c:d1:c3:6c:8c:3a" vland-id="1" wlan="BigDogs"&gt;&lt;/DPSK&gt;&lt;/COMMAND&gt;&lt;/RUCKUS&gt;" &lt;A href="https://192.168.120.240/admin/_portalintf.jsp" target="test_blank"&gt;https://192.168.120.240/admin/_portalintf.jsp&lt;/A&gt;&lt;/CODE&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:47:02 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6832#M1097</guid>
      <dc:creator>vincent_larue</dc:creator>
      <dc:date>2014-01-27T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6833#M1098</link>
      <description>I will give it a try.
&lt;BR /&gt;&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 27 Jan 2014 13:10:58 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6833#M1098</guid>
      <dc:creator>william_fowler_</dc:creator>
      <dc:date>2014-01-27T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6834#M1099</link>
      <description>Is there documentation for Northbound Portal Interface XML API? 
&lt;BR /&gt;&lt;BR /&gt;
I would like to know about other commands that are also available.
&lt;BR /&gt;&lt;BR /&gt;
Thanks,</description>
      <pubDate>Wed, 05 Feb 2014 23:28:29 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6834#M1099</guid>
      <dc:creator>william_fowler_</dc:creator>
      <dc:date>2014-02-05T23:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6835#M1100</link>
      <description>William,
&lt;BR /&gt;&lt;BR /&gt;
You can find some documentation on the below link:
&lt;BR /&gt;
&lt;A href="http://a030f85c1e25003d7609-b98377aee968aad08453374eb1df3398.r40.cf2.rackcdn.com/support/secure_hotspot_configuration.pdf" rel="nofollow"&gt;http://a030f85c1e25003d7609-b98377aee...&lt;/A&gt;
&lt;BR /&gt;&lt;BR /&gt;
There are also some discussions on this forum, look for secure hotspot.
&lt;BR /&gt;&lt;BR /&gt;
Regards,
&lt;BR /&gt;&lt;BR /&gt;
Vincent</description>
      <pubDate>Thu, 06 Feb 2014 16:21:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6835#M1100</guid>
      <dc:creator>vincent_larue</dc:creator>
      <dc:date>2014-02-06T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Command line batch DPSK generation</title>
      <link>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6836#M1101</link>
      <description>Thanks!</description>
      <pubDate>Thu, 06 Feb 2014 16:50:01 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ZoneDirector/Command-line-batch-DPSK-generation/m-p/6836#M1101</guid>
      <dc:creator>william_fowler_</dc:creator>
      <dc:date>2014-02-06T16:50:01Z</dc:date>
    </item>
  </channel>
</rss>

