QuestionQ12
Identify and Resolve LTM Device IssuesRefer to the exhibit.

The decoded TCPDump capture traces a failing health monitor. The health monitor sends the string displayed in the capture; however, the server response is not as expected. The receive string is set to SERVER IS UP.
What is the solution?
- A The GET request Host header field requires a host name.
- B Incorrect syntax in send string. 'HTTP/1.1' should be 'HTTP1.1'.
- C The /test_page.html does NOT exist on the web server and should be added.
- D Incorrect syntax in send string. 'Connection: Close' should be 'Connection: Open'.
Community Discussion