Citrix ADC 13 Administrator — Question 18
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 cs vserver swgVS PROXY 192.168.10.1 80 –Authn401 on –authnVsName explicit-auth-vs
- B. add cs vserver swgVS PROXY ** –Authn401 on –authnVsName explicit-auth-vs
- C. add cs vserver swgVS PROXY 192.168.10.1 –Authn401 on –authnVsName transparent-auth-vs
- D. add cs vserver swgVS PROXY * 21 –Authn401 on –authnVsName transparent-auth-vs
Correct answer: C
Explanation
The correct answer is C, as it specifies the right IP address and omits the port, which is essential for configuring a Content Switching virtual server in transparent proxy mode. Options A and D incorrectly specify a port number, and option B uses an invalid IP configuration, which does not meet the requirements for the setup.