301b Exam Question 106

-- Exhibit -


-- Exhibit --
Refer to the exhibits.
How should the LTM Specialist minimize the configuration?
  • 301b Exam Question 107

    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?
  • 301b Exam Question 108

    An LTM device is load balancing telnet and ssh applications in a client/server environment experiencing significant packet delay.
    Which setting in the TCP profile should reduce the amount of packet delay?
  • 301b Exam Question 109

    -- Exhibit -

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist sets up AVR alerts and notifications for a specific virtual server if the server latency exceeds 50ms. The LTM Specialist simulates a fault so that the server latency is consistently exceeding the 50ms threshold; however, no alerts are being received.
    Which configuration should the LTM Specialist modify to achieve the expected results?
  • 301b Exam Question 110

    A web application requires knowledge of the client's true IP address for logging and analysis purposes. Instances of the application that can decode X-Forwarded-For HTTP headers reside in pool_a, while pool_b instances assume the source IP is the true address of the client.
    Which iRule provides the proper functionality?