10-25-2010 04:53 AM - edited 07-03-2021 07:20 PM
Guys,
I just want to know. Can I use the MAC Address Authentication without RADIUS server to join the SSID in my Aironet 1242?
I am using Autonomous mode.
Thank you very much for your attention.
Regards,
Edwin
Solved! Go to Solution.
10-25-2010 09:01 AM
Edwin,
Yes I believe you can.
I am not familar with all the methods available, but I have used these methods in the past.
1. This method applies the MAC address filtering globally across all dot11 interfaces on the device.
dot11 association mac-list 700
access-list 700 permit mac.address address.mask
2. This method applies the MAC address filtering on a per interface basis, and requires bridging.
interface Dot11Radio0.x
bridge-group x input-address-list 700
access-list 700 permit mac.address address.mask
3. MAC Address Authentication to the Network - This method is best described in the following document.
Method #3 may not be supported in certain IOS versions on certain platforms.
Others may know of additional methods, and/or correct any errors In the information I have presented here.
Hope this may be of help to you.
regards
10-25-2010 09:01 AM
Edwin,
Yes I believe you can.
I am not familar with all the methods available, but I have used these methods in the past.
1. This method applies the MAC address filtering globally across all dot11 interfaces on the device.
dot11 association mac-list 700
access-list 700 permit mac.address address.mask
2. This method applies the MAC address filtering on a per interface basis, and requires bridging.
interface Dot11Radio0.x
bridge-group x input-address-list 700
access-list 700 permit mac.address address.mask
3. MAC Address Authentication to the Network - This method is best described in the following document.
Method #3 may not be supported in certain IOS versions on certain platforms.
Others may know of additional methods, and/or correct any errors In the information I have presented here.
Hope this may be of help to you.
regards
10-26-2010 02:40 AM
Dear nlaberge,
I have used your method number 1 and it works.
Thanks for your explanation.
Regards,
Edwin
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