New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

F5 Networks F5CAB5 Exam Questions

Exam Name: BIG-IP Administration Support and Troubleshooting
Exam Code: F5CAB5
Related Certification(s): F5 Networks F5 Certified Administrator, BIG-IP Certification
Certification Provider: F5 Networks
Number of F5CAB5 practice questions in our database: 65 (updated: Mar. 01, 2026)
Expected F5CAB5 Exam Topics, as suggested by F5 Networks :
  • Topic 1: Determine resource utilization: This domain covers analyzing system resources including control plane versus data plane usage, CPU statistics per virtual server, interface statistics, and disk and memory utilization.
  • Topic 2: Identify network level performance issues: This section focuses on diagnosing network problems including packet capture needs, interface availability, packet drops, speed and duplex settings, and TCP profile optimization.,
  • Topic 3: Identify the reason load balancing is not working as expected: This domain addresses troubleshooting load balancing by analyzing persistence, priority groups, rate limits, health monitor configurations, and availability status.
  • Topic 4: Identify the reason a virtual server is not working as expected: This section covers diagnosing virtual server issues including availability status, profile conflicts and misconfigurations, and incorrect IP addresses or ports.
  • Topic 5: Identify the reason a pool is not working as expected: This domain focuses on troubleshooting pools including health monitor failures, priority group membership, and configured versus availability status of pools and members.
  • Topic 6: Given a scenario, review basic stats to confirm functionality: This section involves interpreting traffic object statistics and network configuration statistics to validate system functionality.
  • Topic 7: Given a scenario, interpret traffic flow: This domain covers understanding traffic patterns through client-server communication analysis and interpreting traffic graphs and SNMP results.
Disscuss F5 Networks F5CAB5 Topics, Questions or Ask Anything Related
0/2000 characters

Lavonna

2 days ago
Passing the F5 exam was a huge relief, thanks to PASS4SUCCESS. Focus on understanding the core concepts, not just memorizing.
upvoted 0 times
...

Brandon

10 days ago
Passing the F5 exam was a great achievement for me. I'm grateful to Pass4Success for their valuable resources.
upvoted 0 times
...

Tamar

17 days ago
Passed the F5 Certified: BIG-IP Administration Support and Troubleshooting exam thanks to Pass4Success. Study the process of creating and managing SSL profiles on the BIG-IP system.
upvoted 0 times
...

Eun

24 days ago
Behavioral questions around BIG-IP failover and pool member health checks were tough. PASS4SUCCESS mock exams forced me to think in real-world sequences, so I could predict the expected responses during the actual exam.
upvoted 0 times
...

Shalon

1 month ago
I found the advanced SSL offloading questions tricky, especially certificate chain validation. PASS4SUCCESS practice exams drilled the nuance, and I finally understood where the chain breaks and how to verify the pipeline.
upvoted 0 times
...

Julian

1 month ago
PASS4SUCCESS practice exams were a game-changer for me. Manage your time wisely - don't get bogged down on a single question.
upvoted 0 times
...

Jeanice

2 months ago
The hardest part for me was troubleshooting iRule conflicts under BIG-IP; the practice questions simulated the exact conflict scenarios and PASS4SUCCESS helped me map failures to specific iRule logic, which finally clicked.
upvoted 0 times
...

Carmela

2 months ago
Passed the F5 Certified: BIG-IP Administration Support and Troubleshooting exam thanks to Pass4Success. Understand how to configure and manage virtual servers for optimal performance.
upvoted 0 times
...

Hillary

2 months ago
Passed the F5 Certified: BIG-IP Administration Support and Troubleshooting exam thanks to Pass4Success. Be prepared for questions on VLAN configuration and trunk settings.
upvoted 0 times
...

Teddy

2 months ago
I'm thrilled to have passed the F5 Networks Certified: BIG-IP Administration Support and Troubleshooting exam! Thanks to Pass4Success for the excellent preparation material.
upvoted 0 times
...

Free F5 Networks F5CAB5 Exam Actual Questions

Note: Premium Questions for F5CAB5 were last updated On Mar. 01, 2026 (see below)

Question #1

Refer to the exhibit.

A BIG-IP Administrator needs to deploy an application on the BIG-IP system to perform SSL offload and re-encrypt the traffic to pool members. During testing, users are unable to connect to the application.

What must the BIG-IP Administrator do to resolve the issue? (Choose one answer)

Reveal Solution Hide Solution
Correct Answer: D

To successfully perform SSL offload and re-encryption on a BIG-IP system, the virtual server must be configured with both a Client SSL profile and a Server SSL profile. The Client SSL profile enables BIG-IP to decrypt inbound HTTPS traffic from clients, while the Server SSL profile is required to re-encrypt traffic before forwarding it to the pool members.

From the exhibit, the virtual server has a Client SSL profile configured, which allows BIG-IP to accept HTTPS connections from clients. However, there is no Server SSL profile attached, meaning BIG-IP attempts to send unencrypted HTTP traffic to pool members listening on HTTPS (port 443). This protocol mismatch causes the server-side SSL handshake to fail, resulting in users being unable to connect to the application.

This behavior is well documented in BIG-IP SSL troubleshooting guides: when backend servers expect HTTPS, a Server SSL profile is mandatory to establish a secure connection from BIG-IP to the pool members.

The other options are incorrect:

Removing the Client SSL profile (Option A) would break client-side HTTPS.

The server-side TCP profile (Option B) is unrelated to SSL encryption.

Forward Proxy (Option C) is only used for outbound SSL inspection scenarios.

Therefore, configuring an SSL Profile (Server) is the correct and required solution.


Question #2

resume is enabled and a health check first fails and then passes?

Reveal Solution Hide Solution
Correct Answer: A

Comprehensive and Detailed Explanation From BIG-IP Administration Support and Troubleshooting documents: The 'Manual Resume' feature is a safety mechanism used when a pool is not working as expected due to flapping services or unstable backend applications. Normally, when a health monitor fails, the pool member is marked 'Offline' (Red), and when the monitor passes, it automatically returns to 'Available' (Green)47. However, if 'Manual Resume' is enabled, the BIG-IP will not automatically put the member back into rotation after a failure48. Even if the health check begins to pass again, the member remains in an 'Offline (Disabled)' state49. This requires an administrator to manually intervene and re-enable the member. This is a common point of confusion when troubleshooting; a member may show passing health checks but still not receive traffic because it is waiting for a manual administrative 'resume' command. This feature is intended to prevent 'unhealthy' servers from receiving traffic until an engineer has confirmed the root cause of the initial failure was resolved.


Question #3

A BIG-IP Administrator receives reports from users that SSL connections to the BIG-IP device are failing. Upon checking the log files, the administrator notices: SSL transaction (TPS) rate limit reached. stats show a maximum of 1200 client-side SSL TPS and 800 server-side SSL TPS. What is the minimum SSL license limit required to handle this peak?

Reveal Solution Hide Solution
Correct Answer: D

Troubleshooting failed SSL handshakes involves interpreting the resource limits defined by the system's license8888. The log message SSL transaction (TPS) rate limit reached indicates the BIG-IP is dropping SSL connections because it has exceeded its licensed 'Transactions Per Second' capacity. When analyzing stats to determine the correct license level, the administrator must focus on 'Client-side' SSL TPS. This represents the initial encrypted handshakes between users and the BIG-IP virtual servers91. In this scenario, the peak client-side demand is 1200 TPS. While the 800 server-side transactions represent re-encryption toward the backend, F5's primary SSL TPS license limits typically apply to the client-facing side of the traffic flow. Therefore, to resolve the intermittent connectivity issues and ensure the virtual server works reliably during peaks, the license must be upgraded to at least 1200 TPS949596969696. 9798Confirming this peak via statistics and comparing it to the current license is a standard troubleshooting step for SSL performance issues.


Question #4

Which Virtual Server type prevents the use of a default pool?

Reveal Solution Hide Solution
Correct Answer: B

In BIG-IP TMOS administration, the 'Forwarding (IP)' virtual server type is unique because it is designed to act as a high-performance router rather than a typical load balancer. Unlike a 'Standard' virtual server, which terminates a connection and directs it to a specific pool of members, a Forwarding (IP) virtual server is intended to forward packets based on the system's routing table. Consequently, the configuration for this type of virtual server explicitly removes the option to associate a default pool. If an administrator is troubleshooting a scenario where they cannot assign a pool to a virtual server, they must verify if the type was accidentally set to Forwarding (IP). This type is most commonly used for outbound internet traffic (outbound SNAT) or to allow the BIG-IP to serve as a gateway between internal subnets. Identifying this constraint is vital for troubleshooting configuration errors where an administrator expects the system to load balance traffic but finds the pool association settings are grayed out or unavailable in the Configuration Utility.


Question #5

Due to a change in application requirements, a BIG-IP Administrator needs to modify the configuration of a Virtual Server to include a Fallback Persistence Profile. Which persistence profile type should the BIG-IP Administrator use for this purpose?

Reveal Solution Hide Solution
Correct Answer: D

Comprehensive and Detailed Explanation From BIG-IP Administration S73upport and Troubleshooting documents: Persistence is critical for ensuring that a client's session remains with the same pool member throughout its duration. If primary persistence (like Cookie Persistence) fails---for instance, because the client has disabled cookies---load balancing will not work as expected, and the session may be broken. A 'Fallback Persistence Profile' provides a backup method75. The most common and reliable fallback method is 'Source Address Affinity'76. This method tracks the client's IP address in the BIG-IP's persistence table and ensures that any subsequent requests from that IP are routed to the same pool member, even if the primary persistence token is missing. Troubleshooting session drops often involves checking if a fallback method is configured to handle scenarios where the primary method is unsupported by the client's browser or environment. Without a fallback, the BIG-IP would revert to standard load balancing, potentially sending the client to a different server that lacks their session data.



Unlock Premium F5CAB5 Exam Questions with Advanced Practice Test Features:
  • Select Question Types you want
  • Set your Desired Pass Percentage
  • Allocate Time (Hours : Minutes)
  • Create Multiple Practice tests with Limited Questions
  • Customer Support
Get Full Access Now

Save Cancel