cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
226
Views
2
Helpful
4
Replies

A question about MAC addresses for access points

Jibroni
Level 1
Level 1

Can anybody tell me what exactly is the difference between the radio MAC address vs the ethernet and Wi-Fi mac addresses? What is the purpose of the radio MAC address? Apparently, wireless access points don't just have an ethernet and Wi-Fi MAC, but also a "radio" MAC address. When you type in "iwconfig" into a linux/ubuntu machine, or "netsh wlan show interfaces" into a windows machine to show some information about the access point you are connected to, it pulls up a MAC address, but its clearly not the ethernet or wifi one.

*Wasn't sure if I picked the right board*

1 Accepted Solution

Accepted Solutions

The "BSSID" shown in that command (at least, on the Windows one) is the virtual MAC address. It's the MAC address specific to the AP radio and SSID you're connected to.

For example, the BSSID shown with that command on my laptop is: xx:xx:xx:c2:96:0b. That means the base radio MAC address of the AP I'm connected to is xx:xx:xx:c2:96:00. As confirmed by Prime (name/partial MAC whited out):

eglinsky2012_0-1713538583897.png

 

View solution in original post

4 Replies 4

eglinsky2012
Level 3
Level 3

The Ethernet MAC address is used to communicate over Ethernet and the radio MAC addresses communicate over WiFi.

I found a great blog post by @George Stefanick (which he posted on another post on this forum) that explains the intricacies of the AP's Wi-Fi MAC addresses:

http://www.my80211.com/home/2011/5/2/wlc-how-cisco-virtualizes-the-base-radio-mac-address-on-the.html

In case that link gets broken in the future, the AP has a base radio MAC address, and each BSSID (each SSID on each AP radio) has a variant of that base radio MAC address (different last character). In my (limited) observations, the BSSIDs on 2.4 GHz and 6 GHz end in a number (0-9) and the BSSIDs on 5 GHz end in a letter (A-F). Maybe they changed that in newer code versions since that blog was written.

So when I type "iwconfig" into Ubuntu, or "netsh wlan show interfaces" into a windows device, is that the actual base radio MAC address or is that the virtual MAC address its showing?

The "BSSID" shown in that command (at least, on the Windows one) is the virtual MAC address. It's the MAC address specific to the AP radio and SSID you're connected to.

For example, the BSSID shown with that command on my laptop is: xx:xx:xx:c2:96:0b. That means the base radio MAC address of the AP I'm connected to is xx:xx:xx:c2:96:00. As confirmed by Prime (name/partial MAC whited out):

eglinsky2012_0-1713538583897.png

 

Thanks!! Now I'm getting somewhere with this stuff. 

Review Cisco Networking products for a $25 gift card