303 Exam Question 31

Refer to the exhibit.

A BIG-IP Administrator needs to deploy an application on the BIG-IP system to perform SSL offload and re-encrypt the traffic to pool members.
During testing, users are unable to connect to the application.
What must the BIG-IP Administrator do to resolve the issue?
  • 303 Exam Question 32

    AN LTM Specialist is deploying an iRule designed to determine the country of origin of an incoming client connection. TheiRule needs to be used with an SSL-enabled web application.
    Which profile required for the iRule to function properly?
  • 303 Exam Question 33

    The LTM Specialist is writing a custom HTTP monitor for a web application and has viewed the content by accessing the site directly via their browser. The monitor continually fails. The monitor configuration is:
    ltm monitor http /Common/exampleComMonitor {
    defaults-from /Common/http
    destination *:*
    interval 5
    recv "Recent Searches"
    send "GET /app/feed/current\?uid=20145 HTTP/1.1\\r\\nHost: www.example.com\\r\\nAccept-EncodinG.
    gzip, deflate\\r\\nConnection: close\\r\\n\\r\\n"
    time-until-up 0
    timeout 16
    }
    A trace shows the following request and response:
    Request:
    GET /app/feed/current?uid=20145 HTTP/1.1
    Host www.example.com
    Accept-Encoding gzip, deflate
    Connection: close
    Response:
    HTTP/1.1 302 Moved Temporarily
    Date Wed, 17 Oct 2012 18:45:52 GMT
    Server Apache
    Location https://example.com/login.jsp
    Content-Encoding gzip
    Content-Type text/html;charset=UTF-8
    Set-CookiE. JSESSIONID=261EFFBDA8EC3036FBCC22D991AC6835; Path=/app/feed/current?uid=20145 What is the problem?
  • 303 Exam Question 34

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist is working on an LTM 11.0.0 installation and has identified a security vulnerability as shown in the exhibit. The LTM Specialist is tasked with applying the latest available hotfix to resolve the problem.
    Which procedure resolves the problem?
  • 303 Exam Question 35

    Which method is recommended for creating a new user from the CLI?