F5 Networks BIG-IP Administration Support and Troubleshooting (F5CAB5)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
F5 Networks
Certification
Administrator
Content
30 Qs
Status
Verified
Updated
21 hours ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $34 Instantly
-
โFull PDF + Interactive Engine Everything you need to pass
-
โAll Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
โPriority 24/7 Expert Support Direct line to certification leads
-
โ90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- โ Exam Questions (PDF)
- โ Mobile Friendly
- โ 60 Days Updates
Verified 6-Question Preview (F5CAB5)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified F5 Networks certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated F5CAB5 prep kit.
Exam Overview
The F5 Networks BIG-IP Administration Support and Troubleshooting (F5CAB5) certification is a crucial credential for IT professionals managing critical application delivery infrastructure. This exam validates your comprehensive expertise in administering, maintaining, and troubleshooting F5 BIG-IP Local Traffic Manager (LTM) systems. Achieving this certification demonstrates a deep understanding of core BIG-IP components, high availability configurations, and advanced diagnostic techniques necessary to ensure optimal application performance and uptime. It signifies your ability to proactively identify and resolve complex issues, making you an invaluable asset to any organization relying on F5 technology. This credential not only enhances your professional standing but also opens doors to advanced roles in network operations, application delivery, and cybersecurity, confirming your readiness to support mission-critical applications in dynamic IT environments.
Questions
65-75
Passing Score
700/1000
Duration
90 Minutes
Difficulty
Intermediate
Level
Specialist
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest F5 Networks standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the F5CAB5 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated F5CAB5 bank (6 Questions).
warning tmm[<pid>]: 011e0002:4: sweeper_segment_cb_any: Aggressive mode /Common/default-eviction-policy activated (0) (global memory). (345209/690176 pages) warning tmm1[<pid>]: 011e0002:4: sweeper_segment_cb_any: Aggressive mode /Common/default-eviction-policy activated (1000000000000) (global memory). (345209/690176 pages) warning tmm[<pid>]: 011e0003:4: Aggressive mode sweeper: /Common/default-eviction-policy (0) (global memory) 1 Connections killed warning tmm1[<pid>]: 011e0003:4: Aggressive mode sweeper: /Common/default-eviction-policy (1000000000000) (global memory) 2 Connections killed warning tmm[<pid>]: 011e0003:4: Aggressive mode sweeper: /Common/default-eviction-policy (0) (global memory) 1 Connections killed
What is happening when the BIG-IP Administrator sees the messages in the LTM log displayed above? (Choose two.)
Correct Option: C, D
โ Option C (Correct)
Reasoning: The log messages state "X Connections killed", directly indicating the BIG-IP system is actively terminating some existing connections as part of its aggressive memory reclamation strategy.
โ Option D (Correct)
Reasoning: The messages "Aggressive mode /Common/default-eviction-policy activated" and "(global memory)" signify that the TMM (Traffic Management Microkernel) is experiencing memory exhaustion, triggering the global eviction policy to free up resources.
โ Why the other choices are incorrect:
- Option A is incorrect: The logs specifically mention "global memory", referring to TMM's internal memory, not swap memory. While related to memory pressure, swap isn't the direct trigger indicated here.
- Option B is incorrect: While connections are killed, the logs show specific small numbers (1, 2) of connections killed, not "all". Aggressive mode selectively reaps connections to alleviate pressure, not necessarily all of them.
Reference: https://my.f5.com/manage/s/article/K16251

Refer to the exhibit.
A BIG-IP Administrator notices that one of the servers that runs an application is NOT receiving any traffic. The BIG-IP Administrator examines the configuration status of the application and observes the displayed monitor configuration and affected Pool Member status.
What is the possible cause of this issue?
Correct Option: C
The exhibit shows the pool member status as "Availability: Offline (Enabled) - Parent down" and the "Parent Node" (172.16.20.6) marked with a red diamond. This status explicitly indicates that the BIG-IP system considers the underlying server node as unreachable or non-responsive at a fundamental level, preventing it from processing traffic or health checks. Therefore, the BIG-IP cannot reach the pool member.
Reference: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-system-management/managing-nodes-and-pool-members.html
A BIG-IP Administrator configured a virtual server with a pool of 3 members and selected the Round Robin load balancing method to evenly distribute traffic across the pool members. During initial testing, traffic was not evenly distributed and the pool member 172.16.20.3 received more traffic than the other pool members.
Refer to the exhibit and the virtual server configuration provided below:

ltm virtual http_vs { destination 10.10.1.100:http ip-protocol tcp mask 255.255.255.255 persist { source_addr { default yes
}
}
pool http_pool
profiles {
tcp{)
}
serverssl-use-sni disabled
source 0.0.0.0/0
source-address-translation {
type automap
}
translate-address enabled
translate-port enabled
}
What is the most likely cause of this behavior?
Correct Option: A
โ Option A (Correct)
A source-address persistence profile ensures that all subsequent connections from a particular client IP address are directed to the same pool member. While the load balancing method is Round Robin, persistence takes precedence for established client sessions. If a high-traffic client initially connects to 172.16.20.3, all its future connections will continue to go to that member, causing uneven distribution despite Round Robin.โ Why the other choices are incorrect:
- Option B is incorrect: Automap (SNAT) translates the client's source IP to a self-IP on the BIG-IP for server-side connections. It happens after the load balancing decision and does not inherently cause uneven load distribution.
- Option C is incorrect: The pool members' ratio settings (1, 2, 3) are only active if a Ratio-based load balancing method (e.g., Ratio (member)) is selected. Since Round Robin is configured, these ratio settings are ignored.
- Option D is incorrect: Round Robin is a Layer 4 load balancing method that operates on TCP connections. It does not require an HTTP profile to function efficiently; a TCP profile is sufficient for its operation.
Reference: https://techdocs.f5.com/en-us/bigip-15-0-0/big-ip-local-traffic-management-basics/persistence-profiles.html
During a maintenance window, an EUD test was executed and the output displayed on the screen. The BIG-IP Administrator did NOT save the screen output. The BIG-IP device is currently handling business critical traffic. The BIG-IP Administrator needs to minimize impact.
What should the BIG-IP Administrator do to provide the EUD results to F5 Support?
Correct Option: D
โ
Option D (Correct)
Reasoning: The EUD results are logged to /shared/log/eud.log after an execution. Collecting this file provides the required output to F5 Support without interrupting live traffic, thus minimizing impact.
โ Why the other choices are incorrect:
- Option A is incorrect: Booting the device into EUD requires a reboot, which would cause an outage and disrupt business-critical traffic.
- Option B is incorrect: Executing EUD from
tmshtypically involves a diagnostic boot or maintenance window, causing service interruption. Running it on a live system can severely impact performance or cause an outage. - Option C is incorrect: The
/var/log/messagesfile contains general system logs, but not the detailed, specific output of an EUD test.
Reference: https://my.f5.com/manage/s/article/K13217
What information is required for a BIG-IP Administrator to open an F5 Support ticket?
Correct Option: D
To open an F5 Support ticket, the fundamental administrative information required includes the device's serial number for product identification, a clear problem description summarizing the issue, and accurate contact information so F5 Support can communicate. These details are typically mandatory fields for initial case submission.
Options A, B, and C include items like a qkview, UCS file, license file, or packet capture. While a qkview is crucial diagnostic data and highly recommended for efficient troubleshooting, and often requested immediately after opening the case, it is generally considered supplementary information rather than a strictly mandatory field required to initially open the support ticket itself.
Reference: https://support.f5.com/csp/article/K00009085

Refer to the exhibit.
How many nodes are represented on the network map shown?
Correct Option: A
โ
Option A (Correct)
Reasoning: The F5 BIG-IP system defines a node as a logical object representing a server's IP address. The network map shows three distinct IP addresses acting as nodes: 2.2.2.2, 192.168.42.1, and 2.2.2.3. While 2.2.2.2 is used by two pool members with different ports, it still corresponds to a single underlying node object.
โ Why the other choices are incorrect:
- Option B is incorrect: Counting four would imply counting pool members (IP:Port pairs) as nodes, which contradicts the F5 definition where a node is solely the IP address.
- Option C is incorrect: Two distinct nodes are insufficient, as there are three unique IP addresses presented.
- Option D is incorrect: One distinct node is incorrect, as multiple unique IP addresses are present.
Reference: https://techdocs.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-system-concepts-16-1-0.html
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 30 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"