View all questions & answers for the BIG-IP Administration Data Plane Concepts (F5CAB2) exam
Question 32 Discussion
Comments
Selected Answers: B
The default HTTP health monitor on BIG-IP sends an HTTP request (usually GET /) and expects a 200 OK response.
Any response other than 200 OK (such as 404 Not Found) is treated as a monitor failure.
Given results:
2 pool members return 404 Not Found → ❌ monitor fail → Offline
1 pool member returns 200 OK → ✅ monitor pass → Online
✅ Pool status result:
Two members offline and one member online
This is a classic F5 CAB1 / LTM health monitor question.
Selected Answers: B
Is correct
D is wrong
Selected Answers: A
Selected Answers: A
Selected Answers: A
Selected Answers: A
El monitor http por defecto en BIG-IP:
Envía una solicitud HTTP GET /
Considera UP solo si la respuesta es 200 OK
Cualquier otro código (como 404 Not Found) se considera DOWN
En tu escenario:
2 pool members responden 404 Not Found → ❌ OFFLINE
1 pool member responde 200 OK → ✅ ONLINE
Selected Answers: A
A BIG-IP Administrator assigns the default http health monitor to a pool that has three members listening on port 80. When the administrator connects to each pool member via the CURL utility, two of the members respond with a status of 404 Not Found while the third responds with 200 OK. What will the pool show for member availability? (Choose one answer)
Brave-Dump Clients Votes