Question 56

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 57

    A Web Server Administrator uses a manual process to display a page when the service is down.
    Which feature on the LTM device should be used to automate the service down page? :
  • Question 58

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist has created a virtual server to load balance traffic to a pool of HTTPS servers. The servers use client certificates for user authentication. The virtual server has clientssl, serverssl, and http profiles enabled. Clients are unable to connect to the application through the virtual server. Clients are able to connect to the application servers directly.
    What is the root cause of the problem?
  • Question 59

    A development team needs to apply a software fix and troubleshoot one of its servers. The BIG-IP Administrator needs to immediately remove all connections from the BIG-IP system to the back end server.
    The BIG-IP Administrator checks the Virtual Server configuration and finds that a persistence profile is assigned to it. What should the 8IG-IP Administrator do to meet this requirement?
  • Question 60

    An application is being load balanced through the LTM device using the configuration displayed below.
    The network has been re-engineered to NAT all client connection. As a result, allclient connections are hitting the same pool member.


    Which changes should the LTM Specialist make in order to restore load balancing functionality wile maintaining session persistence?