In an SSL offload deployment, which policy will allow a Citrix Administrator to modify all URLs in the response body from "http://" to "https://"?
In an SSL offload deployment, which policy will allow a Citrix Administrator to modify all URLs in the response body from "http://" to "https://"?A . > add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)" ""http://"" -pattern "https://" > add rewrite policy Pol1 trueAct1 NOREWRITEB . > add rewrite action Act1 replace_all "HTTP.RES.BODY(200000)"...
To what are these messages related?
Scenario: A Citrix Administrator configured SNMP to send traps to an external SNMP system. When reviewing the messages, the administrator notices several entity UP and entity DOWN messages. To what are these messages related?A . Load-balancing vServersB . Network interfaceC . High availability nodesD . SSL profileView AnswerAnswer: A
What could be the reason for this alert failure?
Scenario: To receive data alerts for failures, a Citrix Administrator is configuring SNMP on the Citrix ADC. The administrator is confident that the manager, alarms and SNMP traps are configured correctly. The following week, there is a Citrix ADC-related outage and the administrator does NOT receive any alerts. What could...
To achieve these requirements, which parameter can the administrator configure while disabling the service?
Scenario: A Citrix Administrator needs to configure persistence on a global server load balancing (GSLB) vServer to which a service is bound. Service must continue to handle requests from the client even after it is disabled manually C accepting new requests or connections only to honor persistence. After a configured...
Why has the Citrix ADC lost the newly added configurations?
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...
What cost-effective recommendation can the administrator provide to management to handle the growth?
Scenario: A Citrix Administrator currently manages a Citrix ADC environment for a growing retail company that may soon double its business volume. A Citrix ADC MPX 5901 is currently handling web and SSL transactions, but is close to full capacity. Due to the forecasted growth, the administrator needs to find...
Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string “/mytraining” is added to every URL path received.
Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string “/mytraining” is added to every URL path received. The administrator should use these commands to accomplish this: >add responder action Redirect_Act redirect “HTTP.REQ.URL.PATH_AND_QUERY+”mytraining”” C responseStatusCode 302 >add responder policy Redirect_Pol___________Redirect_Act >bind lb vServer lb_vsrv_www CpolicyName Redirect_Pol...
Which load-balancing method would ensure that the server with the least amount of network utilization is receiving new connections?
Scenario: After deploying a Citrix ADC in production, a Citrix Administrator notices that client requests are NOT being evenly distributed among backend resources. The administrator wants to change from the default loadbalancing method to one that will help distribute the load more evenly. Which load-balancing method would ensure that the...
Which feature can a Citrix Administrator use to create a consistent set of front-end SSL parameters across multiple SSL vServers?
Which feature can a Citrix Administrator use to create a consistent set of front-end SSL parameters across multiple SSL vServers?A . SSL profileB . SSL multiplexingC . SSL bridgeD . SSL policyE . SSL policyView AnswerAnswer: A Explanation: https://docs.citrix.com/en-us/citrix-adc/current-release/ssl/ssl-profiles.html
What could be the reason for this?
Scenario: A Citrix Administrator configures an Access Control List (ACL) to block traffic from the IP address 10.102.29.5: add simpleacl rule1 DENY -srcIP 10.102 29.5 A week later the administrator discovers that the ACL is no longer present on the Citrix ADC. What could be the reason for this?A ....