nerdexam
Citrix

1Y0-241 · Question #2

Scenario: POLICY 1: add rewrite action ACT_1 corrupt_http_header Accept-Encoding add rewrite policy POL_1 HTTPS.REQ.IS_VALID ACT_1 POLICY 2: add rewrite action ACT_2 insert_http_header…

The correct answer is B. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type. 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

AppExpert Expressions and Policies

Question

Scenario:

POLICY 1:

add rewrite action ACT_1 corrupt_http_header Accept-Encoding add rewrite policy POL_1 HTTPS.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_2 is evaluated?

Options

  • Abind lb vServer lb_vsrv -policyName POL_1 -priority 110 -gotoPriorityExpression NEXT -type
  • Bbind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type
  • Cbind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression END -type
  • Dbind lb vServer lb_vsrv -policyName POL_1 -priority 90 -type REQUEST

How the community answered

(39 responses)
  • A
    8% (3)
  • B
    77% (30)
  • C
    13% (5)
  • D
    3% (1)

Explanation

  • 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

Topics

#rewrite policy binding#gotoPriorityExpression#NEXT expression#policy evaluation chain

Community Discussion

No community discussion yet for this question.

Full 1Y0-241 Practice