11-25-2018 01:20 AM - edited 03-11-2019 01:52 AM
Hi,
I'm just new to dot1x design. Our office using dot1x by using windows account for authentication on wired network. (no certificates)
When PC restarts, credentials will be gone. And there'll be logs about failed authentication every 20 minutes.
Is there anyway to disable re-authentication until windows send PEAP itself?
interface GigabitEthernet1/0/1
switchport mode access
authentication event fail action authorize vlan xxx
authentication event no-response action authorize vlan xxx
authentication port-control auto
dot1x pae authenticator
dot1x timeout tx-period 2
spanning-tree portfast
spanning-tree bpduguard enable
ip dhcp snooping limit rate 25
!
we used vlan xxx for pc to contact AD, and dynamically get vlan from radius.
Logs
Nov 25 15:36:58: %DOT1X-5-FAIL: Authentication failed for client (####.####.####) on Interface Gi1/0/37 AuditSessionID 0A18FE0B0000012D0EEAC16D
Nov 25 15:56:58: %DOT1X-5-FAIL: Authentication failed for client (####.####.####) on Interface Gi1/0/37 AuditSessionID 0A18FE0B0000012D0EEAC16D
Nov 25 16:16:58: %DOT1X-5-FAIL: Authentication failed for client (####.####.####) on Interface Gi1/0/37 AuditSessionID 0A18FE0B0000012D0EEAC16D
11-25-2018 01:17 PM
Perhaps you should consider doing Windows machine authentication instead of user authentication. Then at boot time the machine account will log you into the network. At the screen lock the PC will already be on the LAN, and the user will then sign in with their domain account. Depends what your requirements are.
11-25-2018 10:31 PM
try adding the following commands to the switch port to dynamically get the reauth settings via Radius from ISE .
SWITCH(config-if)#authentication periodic
SWITCH(config-if)#authentication timer reauthenticate server
SWITCH(config-if)#authentication timer inactivity server dynamic
Thanks,
Nidhi
11-25-2018 10:31 PM
try adding the following commands to the switch port to dynamically get the reauth settings via Radius from ISE .
SWITCH(config-if)#authentication periodic
SWITCH(config-if)#authentication timer reauthenticate server
SWITCH(config-if)#authentication timer inactivity server dynamic
Thanks,
Nidhi
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide