Scenario: A NetScaler Engineer is asked to interpret the following configuration: add audit syslogAction syslog_srv_1 192.168.0.1 -logLevel ERROR add audit syslogAction syslog_srv_2 192.168.0.2 -logLevel WARNING add audit syslogAction syslog_srv_3 192.168.0.3 -logLevel CRITICAL add audit syslogAction syslog_srv_4 192.168.0.4 -logLevel ALERT add audit syslogPolicy audit_pol_1 ns_true syslog_srv_1 add audit syslogPolicy audit_pol_2 ns_true syslog_srv_2 add audit syslogPolicy audit_pol_3 ns_true syslog_srv_3 add audit syslogPolicy audit_pol_4 ns_true syslog_srv_4 bind system global audit_pol_1 -priority 100 bind system global audit_pol_2 -priority 100 bind system global audit_pol_3 -priority 100 bind system global audit_pol_4 -priority 100 add audit messageaction log-act1 CRITICAL '"Client:"+CLIENT.IP.SRC+" accessed "+HTTP.REQ.URL'
bypassSafetyCheck YES add responder policy RP_pol http.REQ.IS_VALID NOOP -logAction log-act1 bind responder global RP_pol 100 END -type REQ_OVERRIDE Which syslog server will receive log information?
A. syslog_srv_3
B. syslog_srv_4
C. syslog_srv_1
D. syslog_srv_2
Scenario: A NetScaler Engineer has the following set in the Global Server Load Balancing (GSLB)
configuration:
set gslb site SiteB -triggerMonitor MEPDOWN
How does this influence the default service monitoring behavior on the remote site?
A. The service monitor will take precedence over MEP.
B. The state of the GSLB service will always be controlled by MEP.
C. The service monitor is invoked only when MEP has marked the service as down for any reason.
D. The service monitor is invoked only when MEP connectivity has been lost between SiteA and SiteB.
Scenario: A NetScaler Engineer is using the DataStream feature. The NetScaler appliance is located in front of a MySQL Database server in the network topology.
The engineer would like to block requests that would drop a database. The engineer comes up with the expression MYSQL.REQ.QUERY.TEXT.CONTAINS("drop database").
The engineer should configure the expression with the ___________ feature to block these requests. (Choose the correct option to complete the sentence.)
A. Responder
B. Rate Limiting
C. Content Filtering
D. Access Control List
Scenario: A NetScaler Engineer needs to perform a network packet trace on a NetScaler appliance. For troubleshooting purposes the engineer needs to capture traffic only from interfaces 1/3 and 1/4; traffic from other interfaces should NOT be captured. The resulting file should be saved in NetScaler format.
What should the engineer do to accomplish this task?
A. Run the nstcpdump.sh command from the NetScaler shell and specify the interface
B. Run the nstcpdump.sh command from the NetScaler shell and specify the filter parameter
C. Run the start nstrace command from the NetScaler command-line interface and specify the filter parameter
D. Run the start nstrace command from the NetScaler command-line interface and specify the PerNIC parameter
A network engineer must determine which SSL protocols are enabled on a virtual server named SSL01.
Which command could the engineer run to see this information?
A. Show ssl stats
B. Show server SSL01
C. Show vServer SSL01
D. Show ssl vServer SSL01
A network engineer is testing a new load balancing virtual server "test" that has the service group "test-grp" bound to it.
Which command could the engineer run to show connection details for the new virtual server?
A. show server
B. show services
C. show servicegroups
D. show connectiontable
Scenario: Company Inc. wants to modify the HTTP Server header so that unauthorized users and malicious code CANNOT use the header to identify the software that the HTTP server uses.
Which two actions can the engineer take to meet the needs of the scenario? (Choose two.)
A. Add an HTTP Server Type on the Client Request.
B. Mask the HTTP Server Type on the Server Response.
C. Replace the HTTP Server Type on the Client Request.
D. Delete the HTTP Server Type on the Server Response.
Scenario: An application that uses HTTP for connections and other protocols for different types of content has been deployed. Load balancing virtual servers have been created for each protocol and the engineer now needs to ensure that once a load balancing decision has occurred, further requests for different content are served from the same server.
How could the engineer achieve this?
A. Create a persistency group.
B. Set the Spillover method to DYNAMICCONNECTION.
C. Add a new virtual server for each protocol that is not directly addressable.
D. Set each virtual server to use Source IP Hash as the load balancing method.
A network engineer wants to optimize a published load balanced SSL virtual server for WAN connection with long delay, high bandwidth with minimal packet drops.
What would the network engineer use to do this type of optimization for the SSL virtual server?
A. SSL policy
B. TCP profile
C. Compression policy
D. Priority queuing policy
A network engineer needs to configure smart card-based authentication on NetScaler Access Gateway. Which type of authentication policy could the engineer configure in order to accomplish this task?
A. Local
B. RADIUS
C. Certificate
D. Secure LDAP