Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 37
Scenario: A Citrix Administrator configured a responder policy as follows:
> add responder action Redirect_Act respondwith `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. Request originated from "host1.example.net" will be redirected to "host.example.com".
- B. Response originated from "host1.example.net" will be redirected to "host.example.com".
- C. Response originated from "host.example.net" will be redirected to "host1.example.com".
- D. Request originated from "host.example.net" will be redirected to "host1.example.com".
Correct answer: A
Explanation
The correct answer is A because the responder policy is designed to redirect requests that match the specified condition. Options B, C, and D are incorrect as they refer to responses or different hosts that do not align with the configured request redirection.