
Cedar 880AG Enterprise Dual-Radio AP/Bridge
2.
Create a RADIUS profile.
Cedar# config auth radius profile add myRADIUS
Cedar# config auth radius profile myRADIUS primary_auth_ip 192.168.1.1
Cedar# config auth radius profile myRADIUS primary_auth_secret xxx
Cedar# show auth profile myRADIUS
3.
Configure a MAC authentication profile.
Cedar# config auth mac profile add myMAC
Cedar# config auth mac profile myMAC auth_method radius
Cedar# show auth profile myMAC
4.
Save the configuration changes.
Cedar# config save
11.8.5
WLAN with WPA and 802.1x Authentication
1.
Create a WLAN.
Cedar# config wlan add myWLAN
Cedar# config wlan myWLAN ssid myWLAN
Cedar# config wlan myWLAN associate wpa encrypt tkip
Cedar# config wlan myWLAN radius_profile myRADIUS
Cedar# config wlan myWLAN 8021x_auth_profile my8021x
Cedar# config wlan myWLAN 8021x_auth on
Cedar# show wlan myWLAN
2.
Add this WLAN to Radio 2.
Cedar# config radio 2 wlanadd myWLAN
Cedar# show radio 2
3.
Save the configuration changes.
Cedar# config save
11.8.6
WLAN with WEP and MAC Authentication
1.
Create a WLAN.
101