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?
A. The users trying to access HTTP://SEVER.CITRIX.LAB will be connected to CS Vserver Vserver-CS-1.
B. The users trying to access HHTP://SERVER.CITRIX.LAB will be connected to the Vserver MYVPN_http.
C. The users trying to access HTTP://SERVER.CITRIX.LAB will NOT be connected to the Vserver MYVPN_http.
D. The users trying to access http://server.citrix.lab will be connected to CS Vserver Vserver-CS-1.
Scenario: A Citrix Administrator needs to implement a Content Filter policy to ensure the following conditions are met:
The user with source IP 10.100.32.211 should NOT be allowed to access the vserver 10.10.10.1.
All other users from subnet 10.100.32.0/24 should have access to the vserver 10.10.10.1.
Access to the vserver should be blocked for all the other users.
Which policy expression will meet this requirement if the policy action is RESET and the policy is bound to the server (VIP:10.10.10.1)?
A. REQ.IP.SOURCEIP != 10.100.32.211 || REQ.IP.SOURCEIP != 10.100.32.211 –netmask 255.255.255.0
B. REQ.IP.SOURCEIP = = 10.100.32.211 || REQ.IP.SOURCEIP != 10.100.32.0 –netmask 255.255.255.0
C. REQ.IP.SOURCEIP != 10.100.32.211 andand REQ.IP.SOURCEIP = = 10.100.32.0 –netmask
255.255.255.0
D. REQ.IP.SOURCEIP = = 10.100.32.211 andand REQ.IP.SOURCEIP != 10.100.32.0 –netmask
255.255.255.0
A Citrix Administrator is configuring Unified Gateway with authentication policies.
Where should the administrator configure NetScaler Gateway authentication policies?
A. Global level
B. Unified Gateway level
C. Content-Switching level
D. NetScaler Gateway level
After being audited, a Citrix Administrator was notified that additional enhancements should be made of the virtual servers.
Which two options can the administrator take to make the additional enhancements? (Choose two.)
A. Enable RC4 cipher suite
B. Create SHA1 key
C. Enable TLSv1.2
D. Disable SSLv3
Scenario: A Citrix Administrator notices user sessions are disconnecting and reconnecting more often this week than last week, signaling a problem.
The administrator troubleshoots this issue and prepares to resolve it using persistence. However, the following consideration apply in the environment:
It is a multi-proxy environment behind the NetScaler.
Use Source IP (USIP) mode is enabled and applied to the services.
The session timeout is very short.
All users connect from the same location.
The administrator can use persistence based on the ______________ setting to resolve this issue. (Choose the correct option to complete the sentence.)
A. Subnet IP
B. HTTP Cookies
C. Proximity
D. SSL Session IDs
Scenario: Client connections to certain virtual servers are abnormally high. A Citrix Administrator needs to be alerted whenever the connections pass a certain threshold.
How can the administrator use NetScaler Management and Analytics System (MAS) to accomplish this requirement?
A. Configure SMTP Reporting on the NetScaler MAS by adding the threshold and email address.
B. Configure TCP Insight on the NetScaler MAS.
C. Configure Network Reporting on the NetScaler MAS by setting the threshold and email address.
D. Configure specific alerts for virtual servers using NetScaler MAS.
Scenario: A Citrix Administrator is configuring load balancing on a NetScaler appliance for the company web servers. The administrator needs to create a custom monitor that will look for a specific keyword response from the website and will be used to keep the services in an UP state.
Which type of monitor can the administrator create to accomplish this scenario?
A. A HTTP-ECV monitor with the keyword in the Special Parameters -Receive String field.
B. An UDP-ECV monitor with the keyword in the Special Parameters -Receive String field.
C. A TCP monitor with the keyword in the Special Parameters -Response Codes field.
D. A HTTP monitor with the keyword in the Special Parameters -Response Codes field.
Scenario: A NetScaler is configured with the following modes:
MBF
USIP
USNIP
Layer 3 mode
A Citrix Administrator configured a new router and now requires some of the incoming and outgoing traffic to take different paths through the new router. However, the administrator notices that this is failing and takes a network trace. After a short monitoring period, the administrator notices that the packets are still NOT getting to the new router from the NetScaler.
Which mode should the administrator disable on the NetScaler to facilitate the addition of the new router and successfully route the packets?
A. Layer 3 mode
B. USIP
C. MAC-based Forwarding
D. USNIP
Scenario: A Citrix Administrator configured the rewrite policies below.
bind Ib vserver VPN_http –policyName POL_1 priority 120 –gotoPriorityExpression END –type REQUEST bind Ib vserver VPN_http –policyName POL_2 priority 90 –gotoPriorityExpression NEXT –type REQUEST bind Ib vserver VPN_http –policyName POL_3 priority 100 –gotoPriorityExpression NEXT –type REQUEST bind Ib vserver VPN_http –policyName POL_4 priority 110 –gotoPriorityExpression NEXT –type REQUEST
In which order will the policies be evaluated?
A. POL_2, POL_3
B. POL_2
C. POL_2, POL_3, POL_4, POL_1
D. POL_2, POL_3, POL_4
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?
A. bind lb vserver lb_vsrv –policyName POL_1 –priority 110 –gotoPriorityExpression NEXT –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 100 –gotoPriorityExpression END – type REQUEST
B. bind lb vserver lb_vsrv –policyName POL_1 –priority 90 –type REQUESTbind lb vserver lb_vsrv – policyName POL_2 –priority 100 –type REQUEST
C. bind lb vserver lb_vsrv –policyName POL_1 –priority 90 –gotoPriorityExpression NEXT –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 100 –gotoPriorityExpression END – type REQUEST
D. bind lb vserver lb_vsrv –policyName POL_1 –priority 90 –gotoPriorityExpression END –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 80 –gotoPriorityExpression NEXT – type REQUEST