Exam 1Y0-402 All QuestionsBrowse all questions from this exam
Question 12

Scenario: A Citrix Architect needs to design a new XenApp and XenDesktop environment. While deploying Optimal HDX Routing for the customer, the architect makes the following configurations:

✑ Authentication Gateway - AuthGW "" Logon.workspace.com - Authentication only

✑ New York Gateway - NYCGW "" Nycgw.workspace.com - HDX Routing only

✑ San Francisco Gateway - SFOGW "" Sfogw.workspace.com - HDX Routing only

Click the Exhibit button to view further details about the configuration.

Upon investigation of the load on the NetScalers, the architect determines that both internal and external HDX traffic flow through the NetScaler Gateways and the

NetScalers are running at capacity.

Which PowerShell commandlet and parameter can help the architect address this issue until more NetScaler resources are procured?

    Correct Answer: A

    To reduce the load on the NetScalers, the architect needs to ensure that internal traffic is not routed through the NetScaler Gateways. The PowerShell cmdlet 'Set-DSOptimalGatewayForFarms -onDirectAccess=false' is used to stop internal users from routing their HDX connections through the optimal gateway. This means that internal traffic will no longer be directed through the NetScalers, alleviating their load until more resources can be procured.

Discussion
ijhoojhisdojihoijOption: A

A is correct. If the netscalers are at capacity, you want to offload them by disabling HDX optimal gateway. -EnabledOnDirectAccess (Boolean)—Set to true: ensures that when local users on the internal network log on to StoreFront directly, connections to their resources are still routed through the optimal appliance defined for the farm. Set to false: connections to resources are not routed through the optimal appliance for the farm unless users access StoreFront through a Citrix Gateway.

Citrix123Option: A

To reduce resource usages, internal traffic should not be routed to gateway Optimal HDX Routing need to be disabled for internal resources (External Only. "If you select the External Only check box, it is equivalent to -enabledOnDirectAccess = false." (https://docs.citrix.com/en-us/storefront/current-release/set-up-highly-available-multi-site-stores.html) Answer should be A

d0bermannnOption: A

A. Set-DSOptimalGatewayForFarms -onDirectAccess=false

crumpetOption: D

The answer is D. Set to true: ensures that when local users on the internal network log on to StoreFront directly, connections to their resources are still routed through the optimal appliance defined for the farm. Set to false: connections to resources are not routed through the optimal appliance for the farm unless users access StoreFront through a NetScaler Gateway. https://developer-docs.citrix.com/projects/delivery-controller-sdk/en/latest/StorefrontService/Set-SfOptimalGateway/

crumpet

Apologies, I meant A :)

bicycleOption: D

D https://docs.citrix.com/en-us/storefront/current-release/set-up-highly-available-multi-site-stores.html

bicycleOption: D

D https://developer-docs.citrix.com/projects/delivery-controller-sdk/en/latest/StorefrontService/Set-SfOptimalGateway/