Packet drops in Wired 802.1x using TP-Link Switch
Hello, 
 
 We are trying to implement 802.1x on wired LAN. 
 We have Windows NPS server and TP-Link Switch. The authentication method is EAP-TLS. 
 It is working fine in wireless the APs are managed by OC-300 but we haven't adopted the tp-link switch in OC-300. 
 
 The authentication happens. 
 I am receiving EAP-Success from Switch to Windows PC and Access-Accept from my Windows NPS server to Switch. 
 But after every 20-25 packets we are getting packet drops and we can see in the packet capture that we are receiving EAP-Failure from switch to client and Switch is sending Access-Request to the NPS server. 
 Why is switch reauthenticating the client again? Is there any way to solve this. 
 
 Interface configuration:
 interface two-gigabitEthernet 1/0/1
   switchport general allowed vlan 63 untagged
   switchport pvid 63
   dot1x
   dot1x port-method port-based
   storm-control broadcast 64
   storm-control multicast 64
 
 Global Config:
 dot1x system-auth-control
 dot1x vlan-assignment
 #
 radius-server host X.X.X.X auth-port 1812 acct-port 1813 timeout 5 retransmit 2 nas-id "40AE30139E2E" key 7 3a3abcf56ae769005b17dd0986c38211
 aaa group radius XXXX
   server X.X.X.X
 #
 aaa authentication dot1x default XXXX
 aaa accounting dot1x default XXXX
  


