Which three options are allowed when using Classic policies? (Choose three.)
Which scenario will cause automatic high availability (HA) synchronization to fail?
Scenario: A Citrix Administrator configured NetScaler with multiple admin partitions, with different resources running one each. The administrator receives an SNMP alert stating ‘a Load Balanced Virtual Server is down’. When the administrator checks the NetScaler, the resource on the partition that was usually managed is NOT there.
Now, the administrator has to check each partition to find the load balanced virtual server that is down’.
What can the administrator do to add the partition information to the SNMP traps to avoid this from happening in the future?
Which NetScaler hardware or software platform offers a Multi-Tenant solution?
Scenario: A Citrix Administrator manages an environment that has multiple websites running through a NetScaler MPX 5550. The NetScaler meets the needs of the environment throughout the year, except in December, when the capacity doubles. The administrator needs to handle this increased web traffic with a temporary, cost-effective solution.
Which action should the administrator recommend in order to handle the increased web traffic?
Scenario: An organization has a ‘bring your own device’ (BYOD) policy, so it is NOT feasible to set up proxy settings on each device in the network.
They need to implement NetScaler Secure Web Gateway to intercept all the traffic to block access to URLs serving harmful/insecure content or the URLs that are identified as social networking sites, career, and job search portals.
Which proxy mode of the Secure Web Gateway should be used in this case?
Click the ‘Exhibit’ button to view the screenshots.
Which Front-End Optimization (FEO) action can a Citrix Administrator use to achieve the results shown in the screenshots?
Scenario: A NetScaler is configured with the following modes:
A Citrix Administrator configured a new router and now requires some of the incoming and outgoing traffic to take different paths through the new router. However, the administrator notices that this is failing and takes a network trace. After a short monitoring period, the administrator notices that the packets are still NOT getting to the new router from the NetScaler.
Which mode should the administrator disable on the NetScaler to facilitate the addition of the new router and successfully route the packets?
Scenario: A Citrix Administrator manages an environment that has three SSL websites, all serving the same content.
www.company.com
www.company.net
www.company.org
The administrator would like to consolidate the website into a single, load-balanced SSL virtual server.
Which action can the administrator take to use a single SSL virtual server?
Scenario: A NetScaler receives packets that are destined for a MAC address owned by the NetScaler. The destination IP address of the packets does NOT belong to the NetScaler. Layer 3 Mode is enabled by default on the NetScaler.
What will the NetScaler do with the packets in this scenario?
Scenario: A Citrix Administrator configured the “-denySSLReneg†Parameter using the below command on NetScaler to enhance security.
set ssl parameter -denySSLReneg
Which two options can the administrator use to complete the command? (Choose two.)
Which policy will allow a Citrix Administrator to modify all the URLs in the response body from “http://†to “https://†in an SSL offload deployment?
Before:
After:
Which Front-End Optimization (FEO) action can a Citrix Administrator use to achieve the results above?
A Citrix Administrator has configured the NetScaler as a DNS Proxy Server. The administrator executed the following commands on the NetScaler using command-line interface:
add rewrite action Act_1 replace_dns_header_field “dns.res.header.flags.set(aa)â€
add rewrite policy Pol_1 true Act_1
bind rewrite global Pol_1 100 -type dns_res_override
What will be the effect of executing the above commands?
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTP.REQ.IS_VALID ACT_1
POLICY 2:
add rewrite action ACT_2 insert_http_header Accept-Encoding “\â€identity\â€â€œ
add rewrite policy POL_2 “HTTP.REQ.IS_VALID†ACT_2
How can a Citrix Administrator bind the rewrite policies to the LB vserver lb_vsrv such that POL_2 is evaluated after POL_1 is evaluated successfully?