Question 166

-- Exhibit- -- Exhibit -

Refer to the exhibit.
An LTM Specialist is troubleshooting a virtual server. Both the virtual server and the pool are showing blue squares for their statuses, and new clients report receiving "The connection was reset" through their browsers. Connections directly to the pool member are successful.
What is the issue?
  • Question 167

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

    The LTM Specialist is in the process of creating a USB boot drive for the purpose of restoring the BIG-IP software to an LTM device. A separate LTM device has been selected for the purpose of creating the USB boot drive. The BIG-IP software ISO has already been uploaded and mounted on the separate LTM device.
    Which command should the LTM Specialist use to trigger the LTM device to install the BIGIP software to the USB boot drive?
  • Question 169

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    A pair of LTM devices are deployed in a high-availability (HA) pair as the diagram shows. After inserting a new rule on the firewalls, the LTM devices become Standby. The rule drops all outbound sessions to the Internet. Only inbound connections are allowed from the Internet. There are no other changes to the environment.
    What triggered the LTM device failover?
  • Question 170

    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.)