3 Months Free Update
3 Months Free Update
3 Months Free Update
set gslb vServer-GSLB-1-MIR ENABLED
What will the Citrix ADC appliance send when the above command is executed?
What can a Citrix Administrator use to restrict access to the Citrix ADC management IP (NSIP) address?
The Citrix ADC SDX architecture allows instances to share ___________ and __________. (Choose the two correct options to complete the sentence.)
Scenario: A Citrix Administrator configured a responder policy as follows:
> add responder action Redirect_Act respondwith “DIAMETER.NEW_REDIRECT(\”aaa://host.example.com\”)”
> add responder policy Redirect_Pol “diameter.req.avp(264).value.eq(\”host1.example.net\”)” Redirect_Act
> bind lb vServer vs1 –policyName Redirect_Pol –priority 10 –type REQUEST
What will be the effect of this configuration?
Scenario: A Citrix Administrator manages an environment that has a Citrix ADC high availability (HA) pair running on two MPX appliances. The administrator notices that the state of the secondary Citrix ADC is ‘Unknown’.
What is causing the secondary state to be ‘Unknown’?
Scenario: A Citrix Administrator configured a Citrix ADC active-passive, high availability (HA) pair. The HA pair failed over and customers were unable to access hosted websites. The administrator troubleshoots and discovers that the upstream router is NOT updating its ARP table.
What can the administrator configure to resolve this issue?
Scenario: A Citrix Administrator is configuring a Citrix ADC high availability (HA) pair with an existing primary Citrix ADC with all resources configured. The administrator adds the secondary Citrix ADC in HA and discovers that the configuration on the existing primary was removed and is now the secondary Citrix ADC in the HA pair.
Which two configurations could the administrator have used to prevent this from happening? (Choose two.)
A Citrix Administrator is creating a new SSL vServer and notices the ns_default_ssl_profile frontend SSL profile is automatically bound to the SSL vServer.
Which two actions can the administrator perform to change or remove the ns_default_ssl_profile_frontend SSL
profile once it is enabled? (Choose two.)
Scenario: A Citrix Administrator is running an e-commerce web service that uses backend SQL and RADIUS servers. The e-commerce platform runs on a web server using port 80, and a website status page on port 99 reports the status of all servers.
Which monitor should the administrator choose to confirm the availability of the e-commerce solution?
Scenario:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTPS.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 successfully bind the above rewrite policies to the load-balancing vServer
lb_vsrv so that POL_2 is evaluated after POL_2 is evaluated?
What is the effect of the “set cs vServer-CS-1 –redirectURL http://www.newdomain.com/mysite/” command?
Scenario: A Citrix Administrator needs to create local, limited-privilege user accounts for other administrators. The other administrators will require only:
Read-only access
The ability to enable and disable services and servers
Which built-in command policy permission level can the administrator use?
What is the first thing a Citrix Administrator should develop when creating a server certificate for Citrix ADC to secure traffic?
A Citrix Administrator receives user complaints about latency while accessing an application that is load balanced on the Citrix ADC.
Which tool can the administrator use to gather information regarding response time, client network latency, and server-side processing time?
A Citrix Administrator needs to configure a rate-limiting policy setting DNS requests to a threshold of 1,000 per second.
Which set of commands does the administrator need to run to correctly configure and enable this policy?
A Citrix Administrator needs to configure a rate-limiting policy setting DNS requests to a threshold of 1,000 per second.
Which command does the administrator need to run to correctly configure this policy?
Scenario: A Citrix Administrator is concerned about the number of health checks the Citrix ADC is sending to backend resources. The administrator wants to find a way to remove health checks from specific bound services.
How can the administrator accomplish this?
A Citrix Administrator notices that the Citrix ADC is sending the IP addresses of all the active services in the DNS response.
The administrator can use the set gslb vServer
A Citrix Network Engineer informs a Citrix Administrator that a data interface used by Citrix ADC SDX is being saturated.
Which action could the administrator take to address this bandwidth concern?
Scenario: A Citrix Administrator needs to improve website loading speed. End users are reporting slow GIF
image rendering speeds as they scroll down a website, which affects overall page load time.
Which Citrix ADC feature can the administrator enable to improve website performance?
Which setting is responsible for reducing the server load, improving response time, and increasing the number of SSL transactions per second on an SSL vServer?
A Citrix Administrator needs to use a client’s IP address as the source IP address for Citrix ADC-to-server connections.
Which Citrix ADC mode can the administrator use to meet this requirement?
Scenario: A Citrix Administrator observes that when the client gets redirected to www.citrix.com/owa/search?q=username, an HTTP 503 response is received from the content switching vServer.
The relevant configuration is as follows:
> add cs action CS_Act_1 -targetLBVserver SERVER_1
> add cs action CS_Act_2 -targetLBVserver SERVER_2
> add cs action CS_Act_3 -targetLBVserver SERVER_3
> add cs action CS_Act_4 -targetLBVserver SERVER_4
> add cs policy CS_Pol_1 -rule "http.REQ.URL path_and_queryCONTAINS(\"connect\")" -action CS_Act_1
> add cs policy CS_Pol_2 -rule "http.REQ.URL path_and_query EQ(\"owa\")" -action CS_Act_2
> add cs policy CS_Pol_3 -rule "http REQ.URL path_and_query CONTAINS(\"owa\")" -action CS_Act_3
> add cs policy CS_Pol_4 -rule "http.REQ.IS_VALID" -action CS_Act_4
> bind cs vServer CS_vserver1 -policyName CS_Pol_1 -priority 110
> bind cs vServer CS_vserver1 -policyName CS_Pol_4 -priority 120
How can the administrator correct the issue?
A Citrix Administrator configured an external syslog server but is NOT seeing detailed TCP information?
What could be causing this?
Scenario: A Junior Citrix Administrator needs to create a content switching vServer on a Citrix ADC high availability (HA) pair. The NSIP addresses are 192.168.20.10 and 192.168.20.11. The junior administrator connects to NSIP address 192.168.20.10 and saves the changes.
The following day, a Senior Citrix Administrator tests the new content switching vServer, but it is NOT working. The senior administrator connects to the HA pair and discovers that everything the junior administrator configured is NOT visible.
Why has the Citrix ADC lost the newly added configurations?
Which mode on a Citrix ADC can a Citrix Administrator utilize to avoid asymmetrical packet flows and multiple route/ARP lookups?
A Citrix Administrator needs to configure a Citrix ADC high availability (HA) pair with each Citrix ADC in a different subnet.
What does the administrator need to do for HA to work in different subnets?
In an SSL offload deployment, which policy will allow a Citrix Administrator to modify all URLs in the response body from "http:// " to "https:// "?