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?
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?
To configure a Content Switching virtual server for implementing the Secure Web Gateway in transparent proxy mode, the command should not specify an IP and port in the traditional sense because it functions in a transparent manner. The provided options include references to 'transparent' in the virtual server authentication name. The most appropriate command is the one that specifies the necessary configuration parameters for transparent mode directly, which is: 'add cs vserver swgVS PROXY * 21 –Authn401 on –authnVsName transparent-auth-vs'. This ensures the command is aligned with the requirements for transparent proxy mode.
B should be OK. You need to set ** as and no IP for TRANSPARENT mode - as per CTX documentation
add cs vserver swgVS PROXY * * https://docs.citrix.com/en-us/citrix-secure-web-gateway/12-1/proxy-modes.html SGW authentication https://docs.citrix.com/en-us/citrix-secure-web-gateway/12-1/user-identity-management.html
B is correct
it's wrong. The correct answer is D because in ordr to be transparent proxy, must have transparent-auth command add cs vserver swgVS PROXY 192.168.10.1 -Authn401 on -authnVsName transparent-auth-vs