Citrix ADC 13 Administrator — Question 8
Which command should a Citrix Administrator use to configure a Content Switching virtual server for implementing the Secure Web Gateway in the transparent proxy mode?
Answer options
- A. add csv server swgVS PROXY 192.168.10.1 80 –Authn401 on –authnVsName explicit-auth-vs
- B. add csv server swgVS PROXY * * -Authn401 on –authnVsName explicit-auth-vs
- C. add cs vserver swgVS PROXY * 21 –Authn401 on –authnVsName transparent-auth-vs
- D. add csv server swgVS PROXY 192.168.10.1 –Authn401 on –authnVsName transparent-auth-vs
Correct answer: B
Explanation
The correct answer is B because it uses wildcard '*' for the IP and port, which is necessary for a transparent proxy setup. Options A and D specify a specific IP address, which does not align with the requirements for transparent proxy mode. Option C incorrectly uses port 21, which is not relevant for HTTP traffic typically handled by the Secure Web Gateway.