What should the engineer configure to satisfy the requi…
Scenario: A NetScaler Engineer has been tasked with reconfiguring an existing NetScaler
deployment. The engineer is currently running a high-availability (HA) pair of NetScaler 10.5
appliances, but the Vice President of IT has requested a more efficient way of preserving and
balancing network resources and throughput while having a single point of management for the
NetScaler appliances. What should the engineer configure to satisfy the requirements outlined by
the Vice President of IT?
(Choose the two correct options to complete the sentence.)
In order to create a three-node NetScaler cluster, all nodes must ____ and ____. (Choose the two
correct options to complete the sentence.)
What is the purpose of the SSL Certificate Authority (C…
What is the purpose of the SSL Certificate Authority (CA) root certificate during an SSL connection?
Which two of the listed statements are true about Acces…
Which two of the listed statements are true about Access Control Lists (ACLs) on the NetScaler?
(Choose two.)
What is the likely reason?
Scenario: A NetScaler Engineer has enabled the HTTP Compression feature on an existing
production NetScaler. The engineer is using the built-in policies. The engineer reviews the HTTP
Compression statistics but does NOT see any compression statistic data. What is the likely reason?
Which protocol type would an engineer choose for the vi…
A company has an external-facing web application that requires end-to-end encryption and Layer-
7 functionality. Which protocol type would an engineer choose for the virtual server and service?
What is the root cause of this issue?
Scenario: A NetScaler Engineer is viewing Authentication, Authorization and Access (AAA) events
on the NetScaler appliance to determine why a user is unable to log on. The events below have
been logged during this timeframe:
Fri Oct 17 18:17:16 2014
/usr/home/build/rs_80_48/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ld
ap_drv.c[40\\]:
start_ldap_auth attempting to
auth scottli @ 10.12.33.216
Fri Oct 17 18:17:18 2014
/usr/home/build/rs_80_48/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ld
ap_drv.c[291\\]:
recieve_ldap_bind_event receive ldap bind event
Fri Oct 17 18:17:18 2014
/usr/home/build/rs_80_48/usr.src/usr.bin/nsaaad/../../netscaler/aaad/ld
ap_drv.c[326\\]:
recieve_ldap_bind_event ldap_bind with binddn bindpw failed:Invalid
credentials Fri Oct 17
18:17:18 2014
/usr/home/build/rs_80_48/usr.src/usr.bin/nsaaad/../../netscaler/aaad/na
aad.c[1198\\]: send_reject sending reject to kernel for : scottli
What is the root cause of this issue?
Which two authentication types on the NetScaler support…
Which two authentication types on the NetScaler support password changes? (Choose two.)
Why does the object NOT persist in the cache?
Scenario: A NetScaler Engineer has discovered that the object home.php is NOT found in the
cache on the system. Below is the relevant configuration:
add cache contentGroup cache_content_group_1 -relExpiry 0
add cache policy cache_pol_1 -rule “http.REQ.URL.CONTAINS(\\”home.php\\”)”
-action MAY_CACHE -storeInGroup cache_content_group_1
add cache policy cache_pol_2 -rule “http.REQ.METHOD.EQ(\\”GET\\”)” -action
NOCACHE
add cache policy cache_pol_3 -rule “HTTP.RES.HEADER(\\”SetCookie\\”).EXISTS” -action NOCACHE
bind cache global cache_pol_1 -priority 90 -gotoPriorityExpression END –
type REQ_OVERRIDE
bind cache global cache_pol_2 -priority 100 -gotoPriorityExpression END
-type REQ_OVERRIDE
bind cache global cache_pol_3 -priority 100 -gotoPriorityExpression END
-type RES_OVERRIDE
The data from the client and the server are as following:
GET /home.php HTTP/1.1
Host: www.website.com
User-Agent: Mozilla Firefox/3.0.3
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Date: Thu, 09 Oct 2014 18:25:00 GMT
Cookie: sessionid=100xyz
HTTP/1.1 200 OK
Date: Thu, 09 Oct 2014 18:25:00 GMT
Server: Apache/2.2.3 (Fedora)
Last-Modified: Wed, 09 Jul 2014 21:55:36 GMT
ETag: “27db3c-12ce-5e52a600”
Accept-Ranges: bytes
Cache-Control: private, max-age=0
Set-Cookie: sessionid=100xyz; expires=Thu, 09-Oct-2014 18:30:00 GMT;
path=/
Content-Length: 119
Connection: close
Content-Type: text/html; charset=UTF-8
Why does the object NOT persist in the cache?
What are the supported protocols for management authent…
What are the supported protocols for management authentication?