Scenario: A Citrix Administrator has configured a Responder policy as follows:
add responder action Redirect_Act respond with
"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?
A. Response originated from "host.example.net" will be redirected to "host1.example.com".
B. Request originated from "host.example.net" will be redirected to "host1.example.com".
C. Response originated from "host1.example.net" will be redirected to "host.example.com".
D. Request originated from "host1.example.net" will be redirected to "host.example.com".
In a Global Server Load Balancing (GSLB) Active/Active environment, the connection proxy is used as the site persistence method.
What is used to source the traffic when connection is proxied?
A. LDNS IP Address
B. Client source IP
C. Virtual IP
D. Subnet IP (SNIP)
Which two options would provide an end-to-end encryption of data, while allowing the NetScaler to optimize the responses? (Choose two.)
A. SSL Bridge protocol for the services
B. HTTP protocol for the virtual server
C. HTTP protocol for the services
D. SSL protocol for the services
E. SSL Bridge protocol for the virtual server
F. SSL protocol for the virtual server
A Citrix Administrator notices that the NetScaler is sending the IP addresses of all the active services in the DNS response.
The administrator can use the set gslb vserver
behavior.
(Choose the correct option to complete the sentence.)
A. EDR DISABLED
B. EDR ENABLED
C. MIR ENABLED
D. MIR DISABLED
A Citrix Administrator needs to configure a rate limiting policy for the DNS requests to a threshold of 1000 DNS requests per second.
Which set of commands does the administrator need to run to correctly configure the rate limiting policy?
A. add stream selector DNSSelector1 client.udp.dns.domainadd ns limitIdentifier DNSLimitIdentifier1 – threshold 5 –timeSlice 1000 –selectorName DNSSelector1add dns policy DNSLimitPolicy1 “sys.check_limit(\”DNSLimitIdentifier1\”)” –preferredLocation “North America.US.TX.Dallas..”bind dns global DNSLimitPolicy1 5
B. add stream selector DNSSelector1 client.udp.dns.domainadd ns limitIdentifier DNSLimitIdentifier1 – threshold 5 –timeSlice 1000 –selectorName DNSSelector1add dns policy DNSLimitPolicy1 “sys.check_limit(\”DNSLimitIdentifier1\”)” –preferredLocation “North America.US.TX.Dallas..”
C. add stream selector DNSSelector1 client.udp.dns.domainadd ns limitIdentifier DNSLimitIdentifier1 – threshold 1000 –timeSlice 1000 –selectorName DNSSelector1add dns policy DNSLimitPolicy1 “sys.check_limit(\”DNSLimitIdentifier1\”)” –preferredLocation “North America.US.TX.Dallas..”
D. add stream selector DNSSelector1 client.udp.dns.domainadd ns limitIdentifier DNSLimitIdentifier1 – threshold 1000 –timeSlice 1000 –selectorName DNSSelector1add dns policy DNSLimitPolicy1 “sys.check_limit(\”DNSLimitIdentifier1\”)” –preferredLocation “North America.US.TX.Dallas..”bind dns global DNSLimitPolicy1 5
A user needs to resolve the domain training.citrix.com, and the information is NOT available in resolver cache and Local Domain Name Server (DNS).
Where will the request be forwarded next?
A. Root server
B. Authoritative Name server
C. Top-level Domain server
D. Second-level Domain server
What is the effect of the set gslb parameter ?GSLSvcStateDelayTime 10 command on the Global Server Load Balancing (GSLB) environment, when Metric Exchange Protocol (MEP) is enabled?
A. The Metric Exchange Protocol (MEP) will be marked as DOWN if the GSLB service has been DOWN for 10 seconds.
B. The Metric Exchange Protocol (MEP) will be marked as DOWN if the GSLB vServer has been DOWN for 10 seconds.
C. The GSLB services will be marked as DOWN, if the Metric Exchange Protocol (MEP) connection has been DOWN for 10 seconds.
D. The GSLB services will be marked as DOWN if the service has been DOWN for 10 seconds.
Scenario: A Citrix Administrator has made changes to the NetScaler, deleting parts of the configuration, and then saved the new configurations. The changes caused an outage which needs to be resolved as quickly as possible. There is no NetScaler backup.
What does the administrator need to do to recover the configuration quickly?
A. Restore form revision history.
B. Run HA file synchronization.
C. Run Save v/s Running configuration.
D. Restart the NetScaler
Which utility can a Citrix Administrator use to resolve the Domain Name System (DNS) request being looked up frequently?
A. nslookup
B. curl –K –d
C. ping
D. dig +trace
Scenario: A Citrix Administrator has executed the following command:
set httpcallout1 -cacheForSecs 120
What will be the effect of this command?
A. The cache duration of the HTTP callout response is set to 120 seconds.
B. The cache duration of the HTTP request is set to 120 seconds.
C. The cache duration of the HTTP response is set to 120 seconds.
D. The cache duration of the HTTP callout request is set to 120 seconds.