cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1947
Views
5
Helpful
5
Replies

Locating BSSID for Microsoft Teams on CBW240AC

parkernathan
Level 1
Level 1

We have a Cisco CBW240AC as our WAP. We just rolled out Microsoft Teams as one of our meeting solutions (we also use Cisco WebEx).

 

In the Microsoft Teams Admin Dashboard, it is asking for a WAP BSSID. Is this the same as the SSID or something else I need to locate on the CBW240AC? I've attached a screenshot of the Teams Admin Dashboard.

 

Thanks!

Nathan Parker
1 Accepted Solution

Accepted Solutions

marce1000
Hall of Fame
Hall of Fame

 

 - It is  the same as SSID.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

View solution in original post

5 Replies 5

marce1000
Hall of Fame
Hall of Fame

 

 - It is  the same as SSID.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Great to know. Thanks!

Nathan Parker

I entered my SSIDs into Teams Admin Center and am getting an error message, so I guess I need to report that to Microsoft. :-)

Nathan Parker

 

 - You may want to share the error message.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Good news. I located it.

 

Here's how you locate it on Windows using PowerShell (run PowerShell as admin):

netsh wlan show networks mode=Bssid | findstr "BSSID"

 

Here's how you locate it on Mac using Terminal (how I located it):

https://osxdaily.com/2007/01/18/airport-the-little-known-command-line-wireless-utility/

Nathan Parker