Hello,
I would really like the help, i am pulling my hair on this project,
The switches we using are Aruba 6100 (JL675A 6100 48G CL4 4SFP+ Swch), Version: PL.10.10.1090
We are using EAP-PEAP MSCHAPV2
I would like to know if the issue is with the machines or the switch, because i tested about 4 Windows 10 machines, and all shows the same symptoms, sometimes they are authenticating sometimes are timing out



here is the config on the switch:
=======================================================================
radius-server host 10.100.250.30 key ciphertext ***********
!
!
aaa group server radius clearpass-scr
server 10.100.250.30
!
!
radius dyn-authorization enable
!
radius dyn-authorization client 10.100.250.30 time-window 65535 secret-key **********
port-access role phone_role
auth-mode multi-domain
reauth-period 14400
device-traffic-class voice
port-access role quarantine_role
auth-mode multi-domain
vlan trunk native 122
vlan trunk allowed 10,122
aaa authentication port-access dot1x authenticator
radius server-group clearpass-scr
enable
aaa authentication port-access mac-auth
radius server-group clearpass-scr
enable
interface 1/1/13
no shutdown
vlan trunk native 23
vlan trunk allowed 10,23
spanning-tree port-type admin-edge
aaa authentication port-access allow-cdp-bpdu
aaa authentication port-access allow-lldp-bpdu
aaa authentication port-access client-limit 10
aaa authentication port-access auth-mode multi-domain
aaa authentication port-access dot1x authenticator
cached-reauth
cached-reauth-period 60
max-eapol-requests 2
enable
aaa authentication port-access mac-auth
enable
client track ip enable
client track ip update-interval 60
=======================================================================
The config on the machines are configured correctly, and we even unchecked the Verify the server identity
Thanks for your time
-------------------------------------------