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

Exam 1Y0-231 All Questions

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

Exam 1Y0-231 topic 1 question 18 discussion

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

Scenario: A Citrix Administrator configured the policies below:
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
Which set of commands can the administrator use to bind the rewrite policies to the LB vserver lb_vsrv so that POL_2 is evaluated after POL_1 is evaluated successfully?

  • 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 -type REQUEST bind lb vserver lb_vsrv -policyName POL_2 -priority 100 -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 -gotoPriorityExpression NEXT -type REQUEST bind lb vserver lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
rgb511
Highly Voted 2 years ago
Selected Answer: D
Its D for 2 reasons: - pol 1 priority is higher: 90>100 - the gotoPriorityExpression expression
upvoted 7 times
...
Joe_miller
Most Recent 1 year, 1 month ago
D 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 90 is evaluated first, then it goes to the Next, then 100 is evaluated, with an End on it. Answer A is wrong is POL-2 evalutng first. B is wrong because it does not showing the Next Expression for the other policy. C is wrong because on Priority 1 it says End, So Pol_2 is not looked at. D is right because I follow the POL_1 being lower (90) which applies first, then goes to Next POL_2 which is (100) and then End
upvoted 2 times
...
NilsonSouza
1 year, 9 months ago
Selected Answer: D
Of course D
upvoted 1 times
...
sailorsoul
2 years ago
Selected Answer: D
Definitely not A and C. In the Citrix ADC operating system, policy priorities work in reverse order—the higher the number, the lower the priority.
upvoted 2 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 ...