Hey guys,
I am attempting to get an Windows XP Pro machine to authenticate using dot1x using local authentication.
I have disabled auto windows account logging in and certificates on the XP client
Here is the config from the switch.
[code]
hostname Switch
username test password 0 test
aaa new-model
aaa authentication username-prompt test
aaa authentication dot1x default local
aaa authentication dot1x default local
dot1x system-auth-control
Interface FastEthernet0/3
switchport mode access
dot1x pae authenticator
dot1x port-control auto
dot1x violation-mode protect
!
/code
Unfortunately authentication continues to fail. Any ideas?