BSSID MAC Extraction for Specific SSID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2019 08:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019 05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019 06:11 AM
The AP CLI command: get wlanlist shows the BSSID per SSID for each WLAN interface.
I hope this information is helpful,
thanks for selecting Ruckus Networks - a Commscope company.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 04:08 AM
Thanks. This is similar to going to each AP and checking the SSID being broadcasted right? What client is asking is to create a script or API to get all the BSSID MAC Address of a specific SSID. Just a background of the current setup, we currently have 3node cluster SZ300 with 500zone with multiple ssid per zone and 1 common ssid in all the zone. We already have around 500 zones. Client wanted to get all the BSSID MAC Address of the common SSID.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 05:36 AM
Hi Clifford,
There is an API call in SZ/vSZ - /query/ap/wlan
http://docs.ruckuswireless.com/smartzone/5.0/vszh-public-api-reference-guide-5-0.html#wlan
For some more details on using this command please check the following KBA article:
Retrieve ¶GET/v7_0/rkszones/{zoneId}/wlans/{id}
Use this API command to retrieve a WLAN.
How to display more then 10 result entries for an API query.
When using the API query to get BSSID's from all AP's the query would return only 10 entry by default. We would need to modify the query body for the return entries with "limit": X (where X is the number of entries returned).https://support.ruckuswireless.com/articles/000009412
I hope this information is helpful.
Thanks
Albert

