05-16-2006 07:10 AM - edited 07-04-2021 12:05 PM
I have a number of 1200 series Ap's that are set up for MAC Authentication based on a local list only. From the GUI these addresses are entered from the Advanced Security Screen.
I wnt to find a method for entering them from the CLI but am running into a problem with the level 7 passwords that seem to be automaticly applied when the MAC addresses are added from the GUI.
If I enter MAC 0011.22aa.33ff from the GUI and then look at the config from the CLI it looks like this:
username xxx password xxxx
username xxxx autocommand exit
how do I do this from the CLI?
Solved! Go to Solution.
05-17-2006 08:11 PM
Hi,
I think if you need to enter lots of MAC Addresses into AP, the fastest way is to use CLI.
Refer to the following doc on how to configure MAC from CLI. Look under "Local Authenticator Access Point - Step 11"
If authentication is purely done via MAC, then you can do like the following example:
AP#config t
AP(config-radsrv)# user xxx password xxx group clerks mac-auth-only
Probably you need to use notepad to list all MAC (as username & password), then copy &paste to your AP's CLI.
Hope this helps.
Rgds,
AK
05-17-2006 08:11 PM
Hi,
I think if you need to enter lots of MAC Addresses into AP, the fastest way is to use CLI.
Refer to the following doc on how to configure MAC from CLI. Look under "Local Authenticator Access Point - Step 11"
If authentication is purely done via MAC, then you can do like the following example:
AP#config t
AP(config-radsrv)# user xxx password xxx group clerks mac-auth-only
Probably you need to use notepad to list all MAC (as username & password), then copy &paste to your AP's CLI.
Hope this helps.
Rgds,
AK
05-18-2006 06:00 AM
Thanks,
This is exactly what I was looking for.
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