06-02-2022 10:52 PM - edited 06-02-2022 10:55 PM
Hi,
I try to authenticate Access Point using EAP-FAST. I did everything that is described here:
https://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-fixed/107946-LAP-802-1x.html
Although username and password are the same in Cisco ISE local database and AP I have an error:
5400 Authentication failed
22063 Wrong password
Could you please help me with that issue?
Solved! Go to Solution.
06-08-2022 06:52 AM
The documentation shows a different authentication host-mode for the Flexconnect AP (should be multi-host rather than multi-auth as you have).
Your original switchport config looked ok:
interface GigabitEthernet 1/0/1
switchport access vlan 100
switchport mode access
spanning-tree portfast edge
Once ISE authorizes with RADIUS attribute device-traffic-class=switch it should change to:
interface GigabitEthernet 1/0/1
switchport trunk native vlan 100
switchport mode trunk
spanning-tree portfast trunk
hth
andy
06-12-2022 11:47 AM
In what order did you configure this? I mean, did you configure the switch first, and then WLC and ISE? If you configured the switch before the WLC / AP this might be the reason it is failing as the dot1x configuration has not been pushed to the AP
06-13-2022 04:24 AM
Hi All,
There is a bug indicated in this link:
https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn18615
I upgraded my WLC and now I can authenticate APs using EAP-FAST.
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