02-19-2015 02:28 AM - edited 07-05-2021 02:32 AM
Hi,
I'm trying to find the BSSID for AP's on our campus. Using both Wireless Lan Controllers (WLC) and Cisco Prime, I just cannot find where the BSSID is evident.
It is configured and used because a client has requested the information for BSSID all our AP's based on the fact that he can see the ones in his area (not sure what tool he used to get this).
Additionally, can a report be generated from WLC and/or Cisco Prime to return the BSSID on all our AP's, about 1000 currently.
Thanks,
Glenne.
02-19-2015 02:49 AM
Hi,
Try to use this command:
(WLC1) >show ap wlan 802.11b AP001
Site Name........................................ default-group
Site Description................................. <none>
WLAN ID Interface BSSID
------- ----------- --------------------------
1 Test1 35:3a:9b:2b:e9:b0
2 Test2 35:3a:9b:2b:e9:b1
(WLC1) >show ap wlan 802.11a AP001
Site Name........................................ default-group
Site Description................................. <none>
WLAN ID Interface BSSID
------- ----------- --------------------------
1 Test1 35:3a:9b:2b:e9:bf
2 Test2 35:3a:9b:2b:e9:be
(WLC1) >
Hope it helps.
Regards
Don't forget to rate helpful posts
02-19-2015 02:58 AM
Thanks, I'll have a look. I was using WLC via the GUI rather than CLI.
How about running a report for the BSSID of all the AP's, is that possible, without having to write any scripts.
Reagards,
Glenne.
02-19-2015 03:35 AM
I don't think there is way to take report without scripts.
Just via CLI you can check for each AP and prepare a excel sheet.
Regards
Don't forgtet to rate helpful posts
02-20-2015 12:57 AM
Thanks,
I'll look into it further and have a couple of sources coming back to me with some further information. At least I'm clear now that there was no way of extracting the information from the GUI on WLC or Cisco Prime.
regards,
Glenne
03-02-2015 03:29 PM
Hi,
please check the below post below for the relevant query
https://supportforums.cisco.com/discussion/11069426/cant-find-bssid-macs-wlc-6x
03-03-2015 05:02 AM
Have checked the post which and it corroborates what we have already deduced.
The required BSSID information is required by our Unified Comms team for a LYNC2013 project. Have given them the option to have scripts written to derive the information or find something other than BSSID for LUNC2013 database.
03-03-2015 05:47 AM
Lync over wifi ? Good luck with that !
Have your read the Lync deployment guide? When on a voice call Lync tells the nic to stop all background scanning till the nic loses connection !
03-03-2015 07:26 AM
We've told them, but users expect want everything over wi-fi.
03-06-2015 10:32 AM
I needed exactly the same info, for monitoring of our Lync deployment. The BSSID is a calculated value. You can take the radio MAC address and increment it for 2.4Ghz starting from zero, and decrementing by 1 starting from F for 5Ghz, for example:
2.4Ghz SSID1 = xx:xx:xx:xx:xx:70
2.4Ghz SSID2 = xx:xx:xx:xx:xx:71
2.4Ghz SSID3 = xx:xx:xx:xx:xx:72
5Gz SSID1 = xx:xx:xx:xx:xx:7f
5Gz SSID2 = xx:xx:xx:xx:xx:7e
5Gz SSID3 = xx:xx:xx:xx:xx:7d
Hope this helps,
Peter Moorey.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide