Which tool could a NetScaler Engineer use to monitor client-side rendering times for a Web application that is load-balanced by NetScaler?
A. Tcpdump
B. Insight Center
C. Command Center
D. NetScaler Dashboard
A NetScaler Engineer is required to use SNMP v3 on a NetScaler instance and needs to use authentication and encryption for all SNMP v3 communication.
What are two places where the engineer could set mandatory authentication and encryption? (Choose two.)
A. SNMP trap properties
B. SNMP user properties
C. SNMP group properties
D. SNMP manager properties
Scenario: A NetScaler Engineer has created a local account for a user according to the below
configuration:
add system user NSUser userpassword -timeout 900
add system group "NetScaler users" -timeout 900
add system cmdPolicy netscaler-users ALLOW
"(^man.*)|(^show\\s+(?!system)(?!configstatus)(?!ns ns\\.conf)(?!ns savedconfig)(?!ns runningConfig)(?
!gslb runningConfig)(?!audit messages)(?!techsupport).*)|(^stat.*)"
bind system group "NetScaler users" -userName NSUser
bind system group "NetScaler users" -policyName netscaler-users 100
The user is able to log on but is NOT able to execute certain commands. The engineer goes back and
looks at the logs, and the following is displayed:
Oct 6 13:34:15
CMD_EXECUTED 4303 0 : User NSUser - Remote_ip 192.168.10.10 - Command "show ns
runningConfig" - Status "ERROR: Not authorized to execute this command"
Why is the command NOT working for the user?
A. cmdPolicy is NOT configured to allow the command
B. cmdPolicy should be set to DENY, instead of ALLOW
C. The user should be bound to the cmdPolicy netscaler-users
D. The priority of the cmdPolicy bound to the group "NetScaler users" should be higher
Which connection state is included in the Current Server Connections parameter, but not affected by Max Clients?
A. Open
B. Listen
C. Closing
D. Open Established
The Lazy Load action of Front End Optimization (FEO) improves the end-user experience by allowing images to __________. (Choose the correct phrase to complete the sentence.)
A. load faster due to compression
B. load images from the bottom of the page and then upward to the top
C. NOT load until a user scrolls the page to the location where they are displayed
D. load from the local browser cache so it does NOT have to fetch them from the origin server
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
Scenario: A virtual server named New_Server has been disabled to perform an emergency upgrade; however requests from clients are NOT being redirected to the maintenance page.
The redirected URL configuration is:
>set cs vserver Website_main -lbvserver New_Server -backupVserver Backup_Server redirectURL http:// www.mydomain.com/maintenance -soMethod Connection -soThreshold 1000 soPersistence enabled
Why are requests from clients NOT being redirected to the maintenance page?
A. The backup virtual server is unavailable.
B. The spillover persistence has been activated.
C. It has not been linked to content switching policies.
D. The backup virtual server takes precedence over the redirect URL.
Scenario: A network engineer gets an error message when using the configuration utility to import a PKCS#12 certificate that contains a dollar sign ($), a backquote (`), or an escape (\) character password.
In order to address this error, the network engineer could prefix it with __________. (Choose the correct option to complete the sentence.)
A. an escape character (\)
B. a backquote character (`)
C. a dollar sign character ($)
D. a double quotation character (")
Scenario: A network engineer has installed a NetScaler system into their corporate DMZ and would like to provide access to a web server on the internal LAN. The web server will be accessed by external users through the NetScaler. The firewall administrator has opened the relevant ports required on the external and the internal firewall.
The engineer notices that the virtual server and services representing the web server are down and the internal web server does NOT appear accessible from the NetScaler.
What could be the cause of this?
A. USIP is not enabled.
B. Client IP Insertion is not enabled.
C. A URL rewrite policy is not created.
D. A SNIP address has not been added.
Scenario: A network engineer has configured an HTTP application to be load balanced using a virtual server named Svr1. Users have reported intermittent errors and the engineer has been given the client IP address of an affected user and asked to determine which back end service they are connected to.
Using the command-line interface, how could the engineer find this information?
A. Show lb vServer Svr1
B. Show system session
C. Show lb vServer Svr1 -Summary
D. Show lb persistentSessions Svr1