I am implementing a DOT1X with ACS using external database ( AD ).
When I launch telnet to SW4503, I can authenticate with my AD user/password. No problem.
But, when I try to authenticate with my AD user/password into DOT1X box, it fails. DOT1X only authenticates with internal users of ACS database.
My config is:
aaa new-model
aaa authentication login default group radius local
aaa authentication dot1x default group radius local
aaa authorization network default group radius local
aaa accounting dot1x default start-stop group radius
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
Thanks in advance!