Citrix Virtual Apps and Desktops 7 Associate — Question 59
Which command should a Citrix Administrator use to configure a Content Switching virtual server for implementing the Citrix Secure Web Gateway in the transparent proxy mode?
Answer options
- A. add cs vserver swgVS PROXY * 21 -Authn401 on -authnVsName transparent-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 192.168.10.1 80 -Authn401 on -authnVsName transparent-auth-vs
Correct answer: C
Explanation
The correct command is option C, as it specifies the required IP address for the virtual server and enables authentication for the transparent mode. Option A is incorrect due to the use of an asterisk and port 21, which are not valid for this configuration. Options B and D either do not set the address correctly for transparent mode or modify the port, making them unsuitable.