Scenario: A Citrix Administrator configured the policies below:POLICY 1:add rewrite action ACT_1 corrupt_http_header Acc

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899558
Joined: Mon Aug 02, 2021 8:13 am

Scenario: A Citrix Administrator configured the policies below:POLICY 1:add rewrite action ACT_1 corrupt_http_header Acc

Post by answerhappygod »

Scenario: A Citrix Administrator configured the policies below:POLICY 1:add rewrite action ACT_1 corrupt_http_header Accept-Encodingadd rewrite policy POL_1 HTTP.REQ.IS_VALID ACT_1POLICY 2:add rewrite action ACT_2 insert_http_header Accept-Encoding “\”identity\”” add rewrite policy POL_2 “HTTP.REQ.IS_VALID” ACT_2Which 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply