301b Exam Question 106

-- Exhibit -


-- Exhibit --
Refer to the exhibits.
Users are able to access the application when connecting directly to the web server but are unsuccessful when connecting to the virtual server.
What is the cause of the application access problem?
  • 301b Exam Question 107

    -- Exhibit-

    -- Exhibit --
    Refer to the exhibit.
    An LTM Specialist is troubleshooting a sync-failover group of three BIG-IP LTM devices.
    The command used is "tmsh run cm watch-devicegroup-device."
    What does the output mean?
  • 301b Exam Question 108

    An LTM Specialist loads a UCS file generated on a different LTM device and receives the following error message:
    "mcpd[2395]: 01070608:0: License is not operational (expired or digital signature does not match contents)"
    Which command should the LTM Specialist use to prevent the error?
  • 301b Exam Question 109

    -- Exhibit -

    -- Exhibit -
    Refer to the exhibit.
    An LTM Specialist is troubleshooting an HTTP monitor that is marking a pool member as down. Connecting to the pool member directly through a browser shows the application is up and functioning correctly.
    How should the send string be modified to correct this issue?
  • 301b Exam Question 110

    An LTM Specialist configures the following iRule on an LTM device:
    when HTTP_REQUEST { if {[string tolower [HTTP::uri]] contains "/URI1/" } { pool Pool1 } elseif {[string tolower [HTTP::uri]] contains "/URI2/" } { pool Pool2 } elseif {[string tolower [HTTP::uri]] contains "/URI3/" } { pool Pool3 } else { pool Pool4} }
    Given the following request: http://www.example.comURI1/index.html?fu=bar&pass=1234
    Which pool will be selected by the iRule?