Exam F5CAB5 Topic 6 Question 21 Discussion
Actual exam question for F5's F5CAB5 exam
Question #: 21
Topic #: 6
Question #: 21
Topic #: 6
Which two methods should the BIG-IP Administrator troubleshoot a Pool-member that's been marked "DOWN" by its Health Monitor? (Pick the 2 correct responses below)
Suggested Answer: A,C Vote an answer
When a health monitor marks a member "Down," the goal is to determine if the issue is at the network level or the application level.
Monitor Logging (Option A): In the Pool Member configuration, an administrator can enable
"Monitor Logging". This generates a detailed text file in /var/log/monitors/ that shows the exact
"Send" string sent by the BIG-IP and the exact "Receive" string (or lack thereof) returned by the server.
TCPdump (Option C): This is the most definitive way to see if the monitor traffic is even leaving the BIG-IP and if the server is responding with a TCP RST (reset) or an ICMP unreachable message. A command such as tcpdump -ni <vlan> host <member_ip> and port <member_port> is standard for this task.
Monitor Logging (Option A): In the Pool Member configuration, an administrator can enable
"Monitor Logging". This generates a detailed text file in /var/log/monitors/ that shows the exact
"Send" string sent by the BIG-IP and the exact "Receive" string (or lack thereof) returned by the server.
TCPdump (Option C): This is the most definitive way to see if the monitor traffic is even leaving the BIG-IP and if the server is responding with a TCP RST (reset) or an ICMP unreachable message. A command such as tcpdump -ni <vlan> host <member_ip> and port <member_port> is standard for this task.
by Neil at Jun 19, 2026, 10:00 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).