Which NetScaler hardware or software platform offers a Multi-Tenant solution?
View the Exhibit.
A Citrix Administrator has executed the commands in the screenshot on the NetScaler using the command-line interface.
Click on the ‘Exhibit’ button to view the screenshot of the command-line interface.
Which two replacements will be the outcome of executing these commands? (Choose two.)
Which utility can a Citrix Administrator use to resolve the Domain Name System (DNS) request being looked up frequently?
Scenario: A Citrix Administrator has configured an HTTP load-balancing virtual server with Least Response Time as the load-balancing algorithm.
The administrator notices that requests to the virtual server appear to be using the Round Robin load-balancing algorithm.
What could be causing the virtual server to use Round Robin load-balancing algorithm?
Scenario: A Citrix Administrator is configuring a NetScaler high availability (HA) pair with an existing Primary NetScaler with all resources configured. The administrator added the Secondary NetScaler in high availability and found that the configuration on the existing primary was removed. It is now the Secondary NetScaler in the HA pair.
Which two configurations could the administrator have made to prevent this from happening? (Choose two.)
Click the “Exhibit” button to view the screenshot.
How will the HTTP request “http://xenapp.training.lab/url1” be redirected based on the screenshot?
Click on the ‘Exhibit’ button to view the screenshot of the command-line interface.
How will the HTTP request “http://10.107.149.233/url1” be redirected based on the screenshot?
Scenario: A Citrix Administrator created an SSL virtual server using only the following commands:
add lb vserver sslvserver SSL 10.102.29.133 444
add service sslsvc1 192.168.0.14 SSL 443
add service sslsvc2 192.168.0.15 SSL 443
bind lb vserver sslvserver sslsvc1
bind lb vserver sslvserver sslsvc2
set ssl vserver sslvserver –ssl3 disabled
The SSL virtual server is currently in a DOWN state.
What could be the reason the SSL virtual server is in a down state?
Scenario: A Citrix Administrator suspects an attack on a load balancing virtual server.
The administrator needs to restrict the access to the load balancing virtual server (192.168.100.25) for 10 minutes.
Which Access Control List (ACL) will help to accomplish this requirement?
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?
Which NetScaler-owned IP address will send traffic from the NetScaler to NTP servers by default?
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?
Scenario: A Citrix Administrator configured the HTTP_Callout feature on the NetScaler using the command-line interface.
After configuring the commands, the device is facing the HTTP callout recursion issue.
Click on the ‘Exhibit’ button to view the screenshot of the command-line interface.
How will the administrator rectify the issue?
A Citrix Administrator is configuring a NetScaler high availability (HA) pair and needs to ensure that one Net Scaler is UP and primary at all times to ensure the business websites are always available.
What does the administrator need to do to ensure that the NetScalers still handle web traffic in the event that both nodes become unavailable or fail a health check?
Scenario: A Citrix Administrator manages a NetScaler Gateway with a Standard Platform License, with remote employees in the environment. The administrator wants to increase employee access by 300 users through the NetScaler Gateway, using VPN access.
Which license should the administrator recommend purchasing for this environment?
Scenario: A Citrix Administrator needs to ensure that a user request is redirected to the next available data center in order to ensure the best user experience based upon location.
Below are the Global Server Load Balancing (GSLB) virtual server settings.
sh gslb vserver gslb.outscale.cloud
gslb.outscale.cloud – SSlState: UP
DNS Record Type: A
Last state change was at Tue May 16 23:47:54 2017
Time since last state change: 16 days, 16:13:23:390
Configured Method: RTT
BackupMethod: LEASTCONNECTION
No. of Bound Services : 2 (Total)1 (Active)
Persistence: NONE
Disable Primary Vserver on Down: DISABLED
Site Persistence: ConnectionProxy
To which setting should the administrator change the configured method?
Scenario: A Citrix Administrator has executed the following command:
set csv server Vserver-CS-1 –caseSensitive ON
add cs action CS_Act_1 –targetLBVserver MYVPN_http
add cs policy CS_Pol_1 –rule “http.REQ.HOSTNAME.CONTAINS (\ “server.citrix.lab\”)” –action CS_Act_1
bind csv server CS-vserver1 –policyName CS_Pol_1 –priority 100
What will be the outcome of this configuration?
Scenario: A Citrix Administrator has configured the following 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 found that the ACL is no longer present on the NetScaler.
What could be the reason for this?