09-23-2018 11:51 PM - edited 09-23-2018 11:56 PM
Hi All,
I have 10 users and 10 profiles configured. Now i wanted map profile 1 to user 1. i.e. when a user 1 is authenticated ISE has to send the authorization profile1 in access-accept. like that for all 10 users. 10 policy sets.
i tried with Radius-username in "string" and Identity Name in "string" but no luck. Can you please provide me the correct condition i need to use for above scenario?
I am Actually from FreeRadius user and migrating to ISE. In Freeradius, the contents of Access_accept lie under the username, there i am looking for how to do same in ISE?
Example freeradius Profile:
User Auth-Type := eap, Cleartext-Password:= "password"
Reply-Message = "Hello, %u",
Filter-Id = "test.in",
Tunnel-type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-ID = 12,
Cisco-AVPair += "ip:inacl#1=permit ip any 1.1.1.2 0.0.0.0",
User2 Auth-Type := eap, Cleartext-Password:= "password"
Reply-Message = "Hello, %u",
Filter-Id = "test2.in",
Tunnel-type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-ID = 12,
Cisco-AVPair += "ip:inacl#1=permit ip any 1.1.1.1 0.0.0.0",
09-24-2018 04:56 AM
The RADIUS username or Network Access:Username attribute work. I use them all the time. Either you are failing in the authentication phase or your authorization rule is not quite right. Click on the details in the live log to see where things are failing.
09-24-2018 05:25 AM
Thanks for suggesting the solution. Can you please provide me the sample config?
09-24-2018 05:31 AM
09-24-2018 10:54 PM
09-25-2018 02:13 AM
That looks right. Paste in your authorization rule and the details of the authentication. The details should tell you what is going on.
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