Question 1

What is the recommended procedure for upgrading a major TMOS release on a BIG-IP platform?
  • Question 2

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist configures a virtual server to load balance to a pool of FTP servers. File transfers are failing. The virtual server is configured as follows:
    ltm virtual ftp_vs {
    destination 10.10.1.103:ftp
    ip-protocol tcp
    mask 255.255.255.255
    pool ftp_pool
    profiles {
    tcp { }
    }
    vlans-disabled
    }
    Which change will resolve the problem?
  • Question 3

    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?
  • Question 4

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist is upgrading the LTM devices.
    Which device should be upgraded first?
  • Question 5

    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?