09-06-2017 05:44 AM
Hello community,
how can I create a authorization condition like this in ISE 2.2: (A and B) or C
The idea was to create
CON1=A and B
CON2= CON1 or C
I cannot combine AND/OR operator within one condition, thats why I have to create this model.
But I cannot reuse compound conditions. I can reuse only simple conditions which doesnt help here.
I found that this part of ISE was totally redesigned in ISE 2.3. You can combine operators within one condition, but I am looking for solution in ISE22.
Thanks in advance for your support,
Cengiz
Solved! Go to Solution.
09-06-2017 08:15 AM
Yes, in 2.3 you can use both AND and OR operators in the same rule. Here is an example:
In this example, you MUST match the first condition AND either the second OR third.
You could also switch the operators so that you match either the first condition OR the second AND third conditions.
I have this working.
09-06-2017 07:39 AM
In ISE 2.2, you would use 2 Authorization Rules for this. One for CON1 and one for C
09-06-2017 08:02 AM
Thanks for your reply. Is this changed in ISE 2.3? I have seen the condition part was redesigned?
09-06-2017 08:15 AM
Yes, in 2.3 you can use both AND and OR operators in the same rule. Here is an example:
In this example, you MUST match the first condition AND either the second OR third.
You could also switch the operators so that you match either the first condition OR the second AND third conditions.
I have this working.
09-06-2017 08:17 AM
Thanks !!!
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