Citrix ADC 13 Administrator — Question 52
Scenario: A Citrix Administrator configured the rewrite policies below. bind Ib vserver VPN_http policyName POL_1 priority 120 gotoPriorityExpression END type REQUEST bind Ib vserver VPN_http policyName POL_2 priority 90 gotoPriorityExpression NEXT type REQUEST bind Ib vserver VPN_http policyName POL_3 priority 100 gotoPriorityExpression NEXT type REQUEST bind Ib vserver VPN_http policyName POL_4 priority 110 gotoPriorityExpression NEXT type REQUEST
In which order will the policies be evaluated?
Answer options
- A. POL_2, POL_3
- B. POL_2
- C. POL_2, POL_3, POL_4, POL_1
- D. POL_2, POL_3, POL_4
Correct answer: C
Explanation
The policies are evaluated based on their priority, with lower numbers taking precedence. POL_2 has the highest priority (90), followed by POL_3 (100), POL_4 (110), and POL_1 (120). Therefore, the correct evaluation order is POL_2, POL_3, POL_4, POL_1.