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_1 is evaluated?
Scenario: 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 successfully bind the above rewrite policies to the load-balancing vServer lb_vsrv so that POL_2...
What will be the effect of this command on the default service monitoring behavior on a remote site?
Scenario: A Citrix Administrator executed the following command in a global server load balancing (GSLB) environment: set gslb site SiteB CtriggerMonitor MEPDOWN What will be the effect of this command on the default service monitoring behavior on a remote site?A . The service monitor is invoked only when Metric Exchange...
What can the administrator do to increase bandwidth on the Citrix ADC?
Scenario: A Citrix ADC MPX is using one of four available 10G ports. A Citrix Administrator discovers a traffic bottleneck at the Citrix ADC. What can the administrator do to increase bandwidth on the Citrix ADC?A . Purchase another Citrix ADC MPX appliance.B . Plug another 10G Citrix ADC port...
In the event that both nodes become unavailable or fail a health check, what does the administrator need to do to ensure that the Citrix ADCs still handle web traffic?
Scenario: A Citrix Administrator is configuring a Citrix ADC high availability (HA) pair. The administrator needs to ensure that one Citrix ADC is UP and primary at all times to guarantee that business websites are always available. In the event that both nodes become unavailable or fail a health check,...
What can the administrator do to accomplish this?
Scenario: While using the GUI, a Citrix ADC MPX appliance becomes unresponsive. A Citrix Administrator needs to restart the appliance and force a core dump for analysis. What can the administrator do to accomplish this?A . Turn off the appliance using the power button.B . Use the reset button on...
A Citrix Administrator notices that the Citrix ADC is sending the IP addresses of all the active services in the DNS response.
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<name> __________________ parameter to change this behavior.A . EDR ENABLEDB . MIR DISABLEDC . MIR ENABLEDD . EDR DISABLEDView AnswerAnswer: B
What could be the cause of this issue?
Scenario: While performing a disaster recovery test, a Citrix Administrator decides to failover the Citrix ADC high availability (HA) pair appliances. The administrator notices that the failover is NOT working as expected, and the secondary Citrix ADC is NOT taking over as primary. The administrator suspects that networking issues may...
What is the most efficient way for the administrator to ensure that all traffic is routed away from the server without impeding responses from other resources?
Scenario: A Citrix Administrator configured Citrix ADC load balancing to send requests to one of three identical backend servers. Each server handles multiple protocols, and load balancing is set up in round-robin mode. The current load-balancing setup on the Citrix ADC is: ✑ One load-balancing vServer with one externally accessible...
Which expressions can the administrator use to match the required traffic?
A Citrix Administrator needs to block all DNS requests from subnet 10.107.149.0/24. Which expressions can the administrator use to match the required traffic?A . CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client TCP DSTPORT.EQ(53))B . CLIENT.IP.SRC IN_SUBNET(10 107.149.0/24) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)C . CLIENT.IP.SRC(10.107.149.0) && client UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)D . CLIENT.IP.SRC IN_SUBNET(10.107.149.0/24) &&...
What will be the effect of this configuration?
Scenario: A Citrix Administrator configured a responder policy as follows: > add responder action Picture10Action redirect ""http://" + http.req.hostname + http.req.url + "/picture10.html"" -bypassSafetyCheck YES > add responder policy Picture10Policy "http.req.url.eq("/mywebsite")" Picture10Action > bind responder global Picture10Policy 1 END -type OVERRIDE What will be the effect of this configuration?A ....