Want to pass your BIG-IP Local Traffic Manager (LTM) Specialist: Maintain & Troubleshoot 301B exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
An LTM Specialist has just captured trace /var/tmp/trace.cap for site www.example.com while listening on virtual address 10.0.0.1:443 configured on partition ApplicationA. The data payload being captured is SSL encrypted.
Which command should the LTM Specialist execute to decrypt the data payload?
A. ssldump -Aed -nr /var/tmp/trace.cap -k /config/filestore/files_d/Common_d/certificate_d/:Common:www.example.com.crt_1
B. ssldump -Aed -nr /var/tmp/trace.cap -k /config/filestore/files_d/Common_d/certificate_key_d/:Common:www.example.com.key_1
C. ssldump -Aed -nr /var/tmp/trace.cap -k /config/filestore/files_d/ApplicationA_d/certificate_d/:ApplicationA:www.example.com.crt_1
D. ssldump -Aed -nr /var/tmp/trace.cap -k /config/filestore/files_d/ApplicationA_d/certificate_key_d/:ApplicationA:www.example.com.ke y_1
A web developer has created a custom HTTP call to a backend application. The HTTP headers being sent by the HTTP call are:
GET / HTTP/1.1 User-Agent: MyCustomApp (v1.0) Accept: text/html Cache-Control: no-cache Connection: keep-alive CookiE. somecookie=1
The backend server is responding with the following:
HTTP/1.1 400 Bad Request DatE. Wed, 20 Jul 2012 17:22:41 GMT Connection: close
Why is the HTTP web server responding with a HTTP 400 Bad Request?
A. The client request does NOT include a Host header.
B. The User-Agent header contains an invalid character.
C. The web server is NOT expecting a keep-alive connection.
D. The web server is configured to accept HTTP 1.0 requests only.
Which command should an LTM Specialist use on the command line interface to show the health of RAID array hard drives?
A. tmsh show /sys raid disk
B. tmsh show /ltm raid disk
C. tmsh show /sys raid status
D. tmsh show /ltm disk status