Citrix ADC 13 Administrator — Question 13
Scenario: A Load Balancing virtual server (lb_vsrv_www) is configured to load balance service_1 and service_2. A Citrix Administrator needs to bind a content filter policy to the virtual server, such that if the user tries to access http://xenapp.citrix.com, then the request should go to service_1.
Which policy can the administrator use in this scenario?
Answer options
- A. add filter action Redirect_Service_1_Act redirect Service_1 add filter policy Redirect_Service_1_Pol -rule "REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com" reqAction Redirect_Service_1_Act
- B. add filter action Redirect_Service_1_Act forward Service_1 add filter policy Redirect_Service_1_Pol -rule "REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com" reqAction Redirect_Service_1_Act
- C. add filter action Redirect_Service_1_Act forward Service_1 add filter policy Redirect_Service_1_Pol -rule "REQ.HTTP.HEADER HOSTANME CONTAINS xenapp.citrix.com"
- D. add filter action Redirect_Service_1_Act respond Service_1
Correct answer: A
Explanation
The correct answer is A because it uses the redirect action, which is appropriate for sending the request to service_1 based on the specified condition. Options B and C use the forward action, which does not redirect the request as needed, and option D incorrectly uses the respond action, which does not forward traffic to the services at all.