Citrix ADC 13 Administrator — Question 7
Scenario: A Citrix Administrator has configured a Responder policy as follows: add responder action Redirect_Act respond with "DIAMETER.NEW_REDIRECT(\"aaa://host.example.com\")" add responder policy Redirect_Pol "diameter.req.avp(264).value.eq(\"host1.example.net\")" Redirect_Act bind lb vserver vs1 policyName Redirect_Pol priority 10 type REQUEST
What will be the effect of this configuration?
Answer options
- A. Response originated from "host.example.net" will be redirected to "host1.example.com".
- B. Request originated from "host.example.net" will be redirected to "host1.example.com".
- C. Response originated from "host1.example.net" will be redirected to "host.example.com".
- D. Request originated from "host1.example.net" will be redirected to "host.example.com".
Correct answer: B
Explanation
The correct answer is B because the Responder policy is set to redirect requests that match the specified condition. The other options incorrectly swap the source and destination of the request or response, which does not align with the configuration given.