ExamGecko
Home Home / F5 / 301b
Question list
Search
Search

List of questions

Search

Related questions











Question 71 - 301b discussion

Report
Export

An LTM Specialist configures an HTTP monitor as follows:

ltm monitor http stats_http_monitor {

defaults-from http

destination *:*

interval 5

recv 'Health check: OK'

send 'GET /stats/stats.html HTTP/1.1\\r\\nHost: www.example.com\\r\\nAccept-EncodinG. gzip, deflate\\r\\nConnection: close\\r\\n\\r\\n'

time-until-up 0

timeout 16

}

The monitor is marking all nodes as down. A trace of the HTTP conversation shows the following:

GET /stats/stats.html HTTP/1.1

Host: www.example.com

Accept-EncodinG. gzip, deflate

Connection: close

HTTP/1.1 401 Authorization Required

DatE. Tue, 23 Oct 2012 19:38:56 GMT

Server: Apache/2.2.15 (Unix)

WWW-AuthenticatE. Basic realm='Please enter your credentials'

Content-LengtH. 480

Connection: close

Content-TypE. text/html; charset=iso-8859-1

Which action will resolve the problem?

A.
Add an NTLM profile to the virtual server.
Answers
A.
Add an NTLM profile to the virtual server.
B.
Add a valid username and password to the monitor.
Answers
B.
Add a valid username and password to the monitor.
C.
Use an HTTPS monitor with a valid certificate instead.
Answers
C.
Use an HTTPS monitor with a valid certificate instead.
D.
Add a backslash before the colon in the receive string.
Answers
D.
Add a backslash before the colon in the receive string.
Suggested answer: B
asked 24/09/2024
Ryan John Ricafranca
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first