On cisco sw we set:
aaa new-model
aaa authentication dot1x default group radius
aaa authorization network default group radius
aaa accounting dot1x default start-stop group radius
radius server CISCO
address ipv4 10.253.3.12 auth-port 1812 acct-port 1813
key PASSWORD
dot1x system-auth-control
interface GigabitEthernet1/0/15
description test_port
switchport access vlan 301
switchport mode access
authentication event no-response action authorize vlan 304
authentication host-mode multi-auth
authentication port-control auto
dot1x pae authenticator
spanning-tree portfast edge
Can you please assist and tell if the issue is on a windows server. When connected to port 1/0/15 auth. is not done. Idea is to authenticate with domain user credentials, and allow user to access vlan 301.