Scenario: A Citrix Administrator configured the rewrite policies below:
In which order should the policies be evaluated?
Scenario: A Citrix Administrator configured the rewrite policies below:
In which order should the policies be evaluated?
The policies should be evaluated based on their assigned priority values, with the lowest priority value evaluated first. The priorities assigned are as follows: POL_2 (priority 90), POL_3 (priority 100), POL_4 (priority 110), and POL_1 (priority 120). Therefore, the correct order of evaluation is POL_2, POL_3, POL_4, POL_1.
The correct answer is D. First check the priority 90, 100, 110 BUT you also have to check the GoTo statement .NEXT and .END! The keyword .END stops evaluation after processing the current policy, and NO additional policies in this bank are processed. Policy 110 has an .END statement and therefore policy 120 is not processed anymore. https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/configure-advanced-policy-expressions/bind-policies-using-advanced-policy.html
i agree with D
Because of the END statement at the end of POL_4 and the lower priority assigned to POL_1, POL_1 will not be evaluated. There for the correct answer is POL_2, POL_3, POL_4
Must be answer A.