Question 136

An LTM Specialist connects to an LTM device via the serial console cable and receives unreadable output.
The LTM Specialist is using the appropriate cable and connecting it to the correct serial port.
Which command should the LTM Specialist run through ssh to verify that the baud rate settings for the serial port are correct on the LTM device?
  • Question 137

    Which iRule will instruct the client's browser to avoid caching HTML server responses?
  • Question 138

    An LTM Specialist is troubleshooting an issue with a new virtual server. When connecting through the virtual server, clients receive the message "The connection was reset" in the browser, although connections directly to the pool member show the application is functioning correctly.
    ltm pool srv1_https_pool {
    members {
    192.168.2.1:https{
    address 192.168.2.1
    }
    }
    }
    ltm virtual https_example_vs {
    destination 192.168.1.155:https
    ip-protocol tcp
    mask 255.255.255.255
    pool srv1_https_pool
    profiles {
    http { }
    tcp { }
    }
    snat automap
    vlans-disabled
    }
    How should the LTM Specialist resolve this issue?
  • Question 139

    -- Exhibit-

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist has uploaded a qkview to F5 iHealth.
    Within the GUI, what is the correct procedure to comply with the recommendation shown in the exhibit?
  • Question 140

    -- Exhibit- -- Exhibit -

    Refer to the exhibit.
    A client attempts to connect from a Google Chrome browser to a virtual server on a BIG-IP LTM. The virtual server is SSL Offloaded. When the client connects, the client receives an SSL error. The client receives the same errors when trying Mozilla Firefox and Internet Explorer browsers.
    The LTM Specialist does an ssldump on the virtual server and receives the results as per the exhibit.
    How should this be resolved?