nerdexam
Citrix

1Y0-240 · Question #192

How can a Citrix Administrator bind the rewrite policies to the LB vserver lb_vsrv such that POL_2 is evaluated after POL_1 is evaluated successfully? POLICY 1: add rewrite action ACT_1…

The correct answer is C. bind lb vserver lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type. See the full explanation below for the reasoning.

Question

How can a Citrix Administrator bind the rewrite policies to the LB vserver lb_vsrv such that POL_2 is evaluated after POL_1 is evaluated successfully? 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

Options

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

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    72% (26)
  • D
    17% (6)

Community Discussion

No community discussion yet for this question.

Full 1Y0-240 Practice