10-08-2021 01:24 AM
I have configured ISE in my network for user authentication ,the problem is new user fail to login because a PC doesn't get IP address until I remover ISE configuration from switch port .What do I need to do for new user to be authenticated without removing ISE config in switch port.
My access list on a switch are like this
ip access-list extended ACL-ALLOW
permit ip any any
permit udp any eq bootpc any eq bootps
permit udp any any eq domain
deny ip any any
10-08-2021 01:40 AM
@Magolinya does ISE sucessfully authenticate and authorise the user or not?
Is the switchport interface configured for "open" or "closed" mode?
Provide the configuration of your switch and provide some screenshots of your ISE Live Logs.
10-08-2021 01:57 AM
10-08-2021 02:28 AM
@Magolinya Are you sure the user with the problem was successfully authenticated?
If you are only doing user authentication, then the computer will not get an IP address from DHCP until they have been authenticated and authorised by ISE. Once they have been authenticated and authorised by ISE your interface ACL - ACL-ALLOW would be applied. Generally during authorisation you'd push down a DACL to give full access, this DACL would override the interface ACL for that session.
DACL reference
10-08-2021 04:54 AM
10-10-2021 02:45 PM
There could be a few factors to the issues you are seeing.
Based on the switch configuration you shared, you are likely using a platform/software version that has a default of 'Closed' authentication mode. This means that the switchport will not accept any traffic except EAP prior to successful authentication/authorisation, regardless of the pre-auth ACL on the switchport. You would need to use both computer and user auth so that a successful computer auth would allow DHCP traffic. You could also enable 'Open' authentication on the switchport and move to a 'Low-Impact Mode' deployment model.
See the ISE Secure Wired Access Prescriptive Deployment Guide for more information and guidance.
If you are using EAP-TLS, you could also be running into a catch-22 issue with new user logins because they cannot authenticate due to the certificate not being enrolled yet, and cannot enroll the certificate because they don't have network access. See this community post with a related discussion.
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