Command line batch DPSK generation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2014 10:20 AM
Is there a way to generate batch DPSKs via command line?
Thanks
Thanks
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2014 11:11 AM
One way to do that is to use Ruckus Wireless secure hotspot solution.
Enable the API interface in the /Configure/System/Network Management menu
You can then use a curl command to generated a DPSK, here is a sample:
curl -k -d "ruckus1231.0" https://192.168.120.240/admin/_portal...
Enable the API interface in the /Configure/System/Network Management menu
You can then use a curl command to generated a DPSK, here is a sample:
curl -k -d "ruckus1231.0" https://192.168.120.240/admin/_portal...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2014 01:55 PM
curl -k -d "ruckus123 1.0 " https://192.168.120.240/admin/_portalintf.jsp
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2014 03:24 PM
(there is, we're running into trouble posting the answer because it contains a code example that's being interpreted as HTML - stay tuned)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2014 11:47 PM
William,
You cannot do it directly from the SSH CLI interface, but you can use the Northbound Portal Interface.
To enable the Northbound Portal Interface, go into /configure/sytem/Network Management/Northbound Portal interface.
You can then use the curl command from Linux or MacOS shell in order to generate DPSKs. Below is a sample of such command.
You cannot do it directly from the SSH CLI interface, but you can use the Northbound Portal Interface.
To enable the Northbound Portal Interface, go into /configure/sytem/Network Management/Northbound Portal interface.
You can then use the curl command from Linux or MacOS shell in order to generate DPSKs. Below is a sample of such command.
curl -k -d "ruckus123 1.0 " https://192.168.120.240/admin/_portalintf.jsp

