Exam 301b All QuestionsBrowse all questions from this exam
Question 159

-- 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. ltm monitor http http_mon { defaults-from http destination *:* interval 5 recv "200 OK" send "GET /\\r\\n" time-until-up 0 timeout 16

}

What is the issue?

    Correct Answer: C

    The issue is that the pool member is responding without HTTP headers. The HTTP monitor is configured to check for the string '200 OK' in the response from the pool member. If the pool member is responding without the appropriate HTTP headers, the monitor will not receive the '200 OK' string, causing it to mark the pool member as down.

Discussion
GVKDOption: C

C - Correct