301b Exam Question 181

-- Exhibit -

-- Exhibit --
Refer to the exhibit.
A client attempts to connect from a Google Chrome browser to a virtual server on a BIG-IP LTM. The virtual server is SSL Offloaded. When the client connects, the client receives an SSL error. After trying Mozilla Firefox and Internet Explorer browsers, the client still receives the same errors.
The LTM Specialist does an ssldump on the virtual server and receives the results as per the exhibit.
What is the problem?
  • 301b Exam Question 182

    A virtual server for a set of web services is constructed on an LTM device. The LTM Specialist has created an iRule and applied this iRule to the virtual server:
    when HTTP_REQUEST {
    switch [HTTP::uri] {
    "/ws1/ws.jsp" {
    log local0. "[HTTP::uri]-Redirected to JSP Pool"
    pool JSP
    }
    default { log local0. "[HTTP::uri]-Redirected to Non-JSP Pool"
    pool NonJSP
    }
    }
    }
    However, the iRule is NOT behaving as expected. Below is a snapshot of the log:
    /WS1/ws.jsp-Redirected to JSP Pool
    /WS1/ws.jsp-Redirected to JSP Pool
    /WS1/ws.jsp-Redirected to JSP Pool
    /WS1/WS.jsp-Redirected to Non-JSP Pool
    /ws1/WS.jsp-Redirected to Non-JSP Pool
    /WS1/ws.jsp-Redirected to JSP Pool
    /ws1/ws.jsp-Redirected to Non-JSP Pool
    What should the LTM Specialist do to resolve this?
  • 301b Exam Question 183

    An application is configured on an LTM device:
    Virtual server: 10.0.0.1:80 (VLAN vlan301)
    SNAT IP: 10.0.0.1
    Pool members: 10.0.1.1:8080, 10.0.1.2:8080, 10.0.1.3:8080 (VLAN vlan302)
    Which packet capture should the LTM Specialist perform on the LTM device command line interface to capture only client traffic specifically for this virtual server?
  • 301b Exam Question 184

    An LTM Specialist has configured a virtual server for www.example.com, load balancing connections to a pool of application servers that provide a shopping cart application. Cookie persistence is enabled on the virtual server. Users are able to connect to the application, but the user's shopping cart fails to update. A traffic capture shows the following:
    Request:
    GET /cart/updatecart.php HTTP/1.1
    Host: www.example.com
    Connection: keep-alive
    Cache-Control: max-age=0
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-EncodinG. gzip,deflate,sdch
    Accept-LanguagE. en-US,en;q=0.8
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
    CookiE. BIGipServerwebstore_pool=353636524.20480.0000
    Response:
    HTTP/1.1 200 OK
    DatE. Wed, 24 Oct 2012 18:00:13 GMT
    Server: Apache/2.2.22 (Ubuntu)
    X-Powered-By: PHP/5.3.10-1ubuntu3.1
    Set-CookiE. cartID=647A5EA6657828C69DB8188981CB5; path=/; domain=wb01.example.com Keep-AlivE. timeout=5, max=100
    Connection: Keep-Alive
    Content-TypE. text/html
    No changes can be made to the application.
    What should the LTM Specialist do to resolve the problem?
  • 301b Exam Question 185

    An LTM Specialist configures a new HTTP virtual server on an LTM device external VLAN. The web servers are connected to the LTM device internal VLAN. Clients trying to connect to the virtual server are unable to establish a connection. A packet capture shows an HTTP response from a web server to the client and then a reset from the client to the web server.
    From which two locations could the packet capture have been collected? (Choose two.)