nerdexam
Citrix

1Y0-241 · Question #135

Scenario: A Citrix Administrator configured the commands below using the Command-Line Interface (CLI). > add responder action redirect_to_https_action redirect '"https://" +…

The correct answer is B. The clients from the subnets 10.140.4.0/23,10.140.24.0/23, and 10.140.5.0/23 will NOT be. The policy expression negates each subnet check, so it only fires for clients not in any of the three subnets. Therefore, any client whose IP falls within 10.140.4.0/23, 10.140.24.0/23, or 10.140.5.0/23 will not match the rule and will not be redirected to HTTPS.

AppExpert Expressions and Policies

Question

Scenario: A Citrix Administrator configured the commands below using the Command-Line Interface (CLI). > add responder action redirect_to_https_action redirect '"https://" + HTTP.REQ.HOSTNAME.HTTP_URL_SAFE' -bypassSafetyCheck YES add responder policy redirect_to_https_pol > "CLIENT.IP.SRC.IN_SUBNET(10.140.4.0/23).NOT CLIENT.IP.SRC.IN_SUBNET(10.140.24.0/23).NOT CLIENT.IP.SRC.IN_SUBNET(10.140.5.0/23).NOT" redirect_to_https_action What is the result of the executed commands?

Options

  • AThe clients from the subnets 10.140.4.0/23,10.140.24.0/23, and 10.140.5.0/23 will be redirected to
  • BThe clients from the subnets 10.140.4.0/23,10.140.24.0/23, and 10.140.5.0/23 will NOT be
  • CThe clients from the subnets 10.140.4.0/23 and 10.140.5.0/23 will be redirected to HTTPS.
  • DThe clients from the subnets 10.140.4.0/23 and 10.140.5.0/23 will NOT be redirected to HTTPS,

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    70% (19)
  • C
    19% (5)
  • D
    4% (1)

Explanation

The policy expression negates each subnet check, so it only fires for clients not in any of the three subnets. Therefore, any client whose IP falls within 10.140.4.0/23, 10.140.24.0/23, or 10.140.5.0/23 will not match the rule and will not be redirected to HTTPS.

Topics

#responder policy#subnet matching#NOT operator#HTTPS redirect

Community Discussion

No community discussion yet for this question.

Full 1Y0-241 Practice