03-05-2020 11:33 PM
Hi every One
I try to configurate the Radius Authentication But It is not working, I saw the documentation in this link but I am not sure if my configuration it is ok
this is the link:
https://extremeportal.force.com/ExtrArticleDetail?an=000080864
and my configuration is:
aa-policy FabrilPolicy
authentication server 1 onboard controller
!
wlan VLAN400
ssid wirelessvlan400
vlan 400
bridging-mode tunnel
encryption-type ccmp
authentication-type eap
wpa-wpa2 psk 0 12345678
wireless-client count-per-radio 200
use aaa-policy FabrilPolicy
radius-group FabrilTest
rate-limit from-air 30000
rate-limit to-air 30000
policy inactivity-timeout 1800
!
radius-user-pool-policy UserRadius
user User2 password 0 1234567qwe group FabrilTest
user Mario password 0 12345678 group FabrilTest
user User1 password 0 87654321 group FabrilTest
!
radius-server-policy FabrilPolicy
use radius-user-pool-policy UserRadius
Could you help me, what is the problem for my configuration
Solved! Go to Solution.
03-05-2020 11:36 PM
Did you map the radius-server policy to the wireless controller at the device level?
From CLI:
enable [enter]
self [enter]
use radius-server-policy FabrilPolicy [enter]
end [enter]
commit write [enter]
03-05-2020 11:36 PM
Did you map the radius-server policy to the wireless controller at the device level?
From CLI:
enable [enter]
self [enter]
use radius-server-policy FabrilPolicy [enter]
end [enter]
commit write [enter]