Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-241 All Questions

View all questions & answers for the 1Y0-241 exam

Exam 1Y0-241 topic 1 question 19 discussion

Actual exam question from Citrix's 1Y0-241
Question #: 19
Topic #: 1
[All 1Y0-241 Questions]

Scenario:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTP.REQ.IS_VALID ACT_1
POLICY 2:
add rewrite action ACT_2 insert_http_header Accept-Encoding `\`identity\`` add rewrite policy POL_2 `HTTP.REQ.IS_VALID ` ACT_2
How can a Citrix Administrator successfully bind the above rewrite policies to the load-balancing vServer lb_vsrv so that POL_2 is evaluated after POL_1 is evaluated?

  • A. bind lb vServer lb_vsrv -policyName POL_1 -priority 110 -gotoPriorityExpression NEXT -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST
  • B. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST
  • C. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression END -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 80 -gotoPriorityExpression NEXT -type REQUEST
  • D. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 100 -type REQUEST
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
wideawake
1 year, 11 months ago
Selected Answer: B
In the Citrix ADC operating system, policy priorities work in reverse order - the higher the number, the lower the priority. For example, if you have three policies with priorities of 10, 100, and 1000, the policy assigned a priority of 10 is applied first, then the policy assigned a priority of 100, and finally the policy assigned an order of 1000.
upvoted 1 times
...
Solo514
2 years, 5 months ago
Selected Answer: B
B is correct : - Pol1 has a prio of 90 so it's evaluated first -gotoPrioExpression NEXT means that it will evaluate next item in the policy list - Pol2 has a prio of 100, so it"s avaluated after Pol1
upvoted 3 times
...
Solo514
2 years, 5 months ago
B is correct : - Pol1 has a prio of 90 so it's evaluated first -gotoPrioExpression NEXT means that it will evaluate next item in the policy list - Pol2 has a prio of 100, so it"s avaluated after Pol1
upvoted 1 times
...
arifarimala
2 years, 9 months ago
I hope its B. In the Citrix ADC operating system, policy priorities work in reverse order—the higher the number, the lower the priority.
upvoted 4 times
...
ImMaax
2 years, 11 months ago
I prefer B B. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST pol1 has lower priority with next, pol 2 has higher prio with end so pol1 would go first then pol2 as questions asks
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...