Question 116

A virtual server configuration for traffic destined to a server is as shown:

FTP traffic is destined to the 192.168.1.101 server from the source of 192.168.2.129. Based on precedence, which virtual server accepts this traffic?
  • Question 117

    An TLM Specialist needs to configure a virtual server to terminate SSL connection on the LTM device.
    Cryptographic information must be re-authorized for SSL sessions that remain open for longer than 30 seconds.
    Which settings should the LTM Specialist configure in the client SSL profile?
  • Question 118

    Given the iRule:
    when HTTP_REQUEST {
    if {([HTTP::username] ne "") and ([HTTP::password] ne "") } {
    log local0. "client ip [IP::remote_addr] credentials provided
    [HTTP::username] [HTTP::password]"}
    else {
    pool old_application_pool
    }
    }
    The associated virtual server has a default pool named new_application_pool.
    Which functionality does the iRule provide?
  • Question 119

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist creates 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, but they are able to connect to the application servers directly.
    Which change to the LTM device configuration will resolve the problem?
  • Question 120

    In the BIG-IP Configuration Utility, a user requests a single screen view to determine the status of all Virtual Servers and associated pool members, as well as any iRules in use. Where should the BIG-IP Administrator instruct the user to find this view?