Question 61

-- Exhibit -


-- Exhibit -
Refer to the exhibits.
When observing the AVR statistics for the HTTPS_VS, an LTM Specialist realizes that HTTP status codes are NOT being recorded.
How should the LTM Specialist modify the configuration to record the HTTP status codes?
  • Question 62

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist configures a virtual server to perform client-side encryption while allowing the server- side traffic to be unencrypted. Application owners report that images are failing to load through the virtual server; however, images load when going directly to the server.
    What is the problem with the images loading through the virtual server?
  • Question 63

    The pool members are serving up simple static web content. The current virtual server configuration is given as follows: tmsh list ltm virtual simple
    ltm virtual simple { destination 10.10.10.10:80 ip-protocol tcp mask 255.255.255.255 profiles { http { } httpcompression { } oneconnect { } tcp { } } snat automap vlans-disabled }
    tmsh list ltm pool simple_pool ltm pool simple_pool { members {
    10.10.10.11:80 {
    address 10.10.10.11 }
    10.10.10.12:80
    {
    address 10.10.10.12 }
    10.10.10.12:80
    {
    address 10.10.10.13 }
    }
    }
    Which three objects in the virtual server configuration can be removed without disrupting functionality of the virtual server? (Choose three.)
  • Question 64

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    A server administrator notices that one server is intermittently NOT being sent any HTTP requests. The server logs display no issues. The LTM Specialist notices log entries stating the node (172.16.20.1) status cycling between down and up. The pool associated with the virtual server (10.10.1.100) has a custom HTTP monitor applied.
    Which tcpdump filter will help trace the monitor?
  • Question 65

    -- Exhibit -

    -- Exhibit -Refer to the exhibits.
    Every monitor has the same Send String, Recv String, and an Alias of *:*. The LTM Specialist simplifies the configuration to minimize the number of monitors.
    How many unique monitors remain?