nerdexam
(ISC)2

301B · Question #37

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" time-until-up 0 timeout 16 } `…

The correct answer is B. Add a valid username and password to the monitor. See the full explanation below for the reasoning.

Question

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"
 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
Accept-Encoding: gzip, deflate
What is the problem?

Options

  • AAdd an NTLM profile to the virtual server.
  • BAdd a valid username and password to the monitor.
  • CUse an HTTPS monitor with a valid certificate instead.
  • DAdd a backslash before the colon in the receive string.

How the community answered

(55 responses)
  • A
    5% (3)
  • B
    80% (44)
  • C
    4% (2)
  • D
    11% (6)

Community Discussion

No community discussion yet for this question.

Full 301B Practice