Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

F5CAB3 F5 BIG-IP Administration Data Plane Configuration (F5CAB3) exam Free Practice Exam Questions (2026 Updated)

Prepare effectively for your F5 F5CAB3 BIG-IP Administration Data Plane Configuration (F5CAB3) exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 82 questions

A web server administrator informs the BIG-IP Administrator that web servers currently load-balanced require encrypted traffic. Starting next month, the web server administrator will offload SSL. Starting next month, the BIG-IP device will terminate SSL to reduce web server load. The BIG-IP device is already using Client SSL, Client port, and iRules on HTTP traffic. What actions should the BIG-IP Administrator take to achieve the desired configuration? (Choose one answer)

A.

Remove the server SSL profile and configure the pool members to use HTTP

B.

Remove the client SSL profile and configure the pool members to use HTTP

C.

Remove the server SSL profile and change the Virtual Server to accept HTTP traffic

D.

Remove the client SSL profile and change the Virtual Server to accept HTTP traffic

A BIG-IP Administrator creates a new Virtual Server. The end user is unable to access the page. During troubleshooting, the administrator learns that the connection between the BIG-IP system and server is NOT set up correctly. What should the administrator do to solve this issue? (Choose one answer)

A.

Disable Address Translation

B.

Set Address Translation to Auto Map, configure a SNAT pool, and have pool members in the same subnet as the servers

C.

Set Address Translation to SNAT and configure a specific translation address

D.

Set Address Translation to SNAT and have a self-IP configured in the same subnet as the servers

A BIG-IP Administrator creates an HTTP Virtual Server using an iApp template. After the Virtual Server is created, the user requests to change the destination IP addresses. The BIG-IP Administrator tries to change the destination IP address from 10.1.1.1 to 10.2.1.1 in Virtual Server settings, but receives the following error: " The application service must be updated using an application management interface. " What is causing this error?

A.

The Application Services have Strict Updates enabled.

B.

The IP addresses are already in use.

C.

The IP addresses used are NOT from the same subnet as the Self IP.

D.

The Application Service was NOT deleted before making the IP address change.

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

A.

Performance (Layer 4)

B.

Forwarding (IP)

C.

Performance (HTTP)

D.

Standard

To increase available bandwidth of an existing Trunk, the BIG-IP Administrator is adding additional interfaces. Which command should the BIG-IP Administrator run from within the bash shell?

A.

tmsh create /sys trunk trunk_A interfaces add {1.3 1.4}

B.

tmsh create /net trunk trunk_A interfaces add {1.3 1.4}

C.

tmsh modify /sys trunk trunk_A interfaces add {1.3 1.4}

D.

tmsh modify /net trunk trunk_A interfaces add {1.3 1.4}

All pool members are online and all other settings are default.

What might alter the load balancing behavior?

A.

Adding a OneConnect profile

B.

Enabling SNAT Automap

C.

Enabling an HTTP fallback host

D.

Adding a persistence profile

A BIG-IP Administrator configures a node with a standard icmp Health Monitor. The Node shows as DOWN although the Backend Server is configured to answer ICMP requests. Which step should the administrator take next to find the root cause of this issue?

A.

Run a qkview

B.

Run a tcpdump

C.

Run an ssldump

D.

Run a curl

The BIG-IP Administrator has configured an HTTP health monitor applied to a Pool of HTTP web servers hosting www.f5.com, but all Pool Members show a DOWN status. The web server is returning a response of ' 400 Bad Request ' . What would be the correct monitor Send string?

A.

GET /healthmonitor.html HTTP/1.1 \r\nConnection: Close\r\n

B.

GET /healthmonitor.html HTTP/1.1 Connection: Close

C.

GET /healthmonitor.html HTTP/1.1 \r\nHost: www.f5.com\r\nConnection: Close\r\n\r\n

D.

GET /healthmonitor.html HTTP/1.1\r\nConnection: Close\r\n\r\n

A BIG-IP Administrator needs to configure health monitors for a pool containing HTTP, HTTPS, FTP, and SSH services.

Which configuration ensures accurate member status?

A.

All monitors with Availability Requirement = all

B.

All monitors with Availability Requirement = at least one

C.

ICMP + TCP with all

D.

HTTP and HTTPS only

The BIG-IP Administrator has to provide encrypted communication between the users and the virtual server they access. Multiple hostnames are configured in DNS with the same IP address. Which profile type and setting in the profile should be used? (Choose one answer)

A.

Client SSL, Client Name

B.

Server SSL, Server Name

C.

Client SSL, Server Name

D.

Server SSL, Client Name

Which type of Virtual Server requires the use of a FastL4 profile?

A.

Performance (Layer 4)

B.

Stateless

C.

Performance (HTTP)

D.

Standard

The BIG-IP Administrator is investigating whether better TCP performance is possible for a virtual server.

Which built-in profile should be tried first? (Choose one answer)

A.

f5-tcp-legacy

B.

f5-tcp-progressive

C.

f5-tcp-mobile

D.

No option

Local Traffic Network Map: VS_HTTP → POOL_WEB → 192.168.212.30:80 Pool Member | Parent Node 192.168.212.30 Port 80

Why is the virtual server unresponsive to incoming connections?

A.

The node monitor failed.

B.

The pool member monitor failed.

C.

The pool member is disabled.

D.

The node is disabled.

Which two load balancing methods consider all the connections the BIG-IP has between it and each backend application server (Pool Member) when making a load balancing decision for a new connection?

A.

Least Connections (node)

B.

Ratio (member)

C.

Round Robin

D.

Weighted Least Connections (node)

How will the BIG-IP system distribute the traffic based on the configuration below?

pool my_pool {

lb_mode fastest

min_active_members 2

member 10.12.10.7:80 priority 3

member 10.12.10.8:80 priority 3

member 10.12.10.9:80 priority 3

member 10.12.10.4:80 priority 2

member 10.12.10.5:80 priority 2

member 10.12.10.6:80 priority 2

member 10.12.10.1:80 priority 1

member 10.12.10.2:80 priority 1

member 10.12.10.3:80 priority 1

}

(Pick the 2 correct responses below)

A.

Connections are first distributed to all pool members with priority 3 when all the pool members with priority 3 are available

B.

If both the priority 1 group and the priority 2 group have fewer than two members available, traffic is directed to the priority 3 group

C.

If both the priority 3 group and the priority 2 group have fewer than two members available, traffic is directed to the priority 1 group

D.

Connections are distributed to all pool members with priority 2 if one pool member with priority 3 is down

What is the status of a pool member when manual resume is enabled and a health check first fails and then passes?

A.

Offline (Disabled)

B.

Offline (Enabled)

C.

Available (Disabled)

D.

Available (Enabled)

An LTM device has a virtual server mapped to www.f5.com with a pool assigned. The objects are defined as follows: Virtual server: Destination 192.168.245.100:443 netmask 255.255.255.0. Persistence: Source address persistence netmask 255.0.0.0. SNAT: Automap. Profiles: HTTP/TCP. How should the BIG-IP Administrator modify the persistence profile so that each unique IP address creates a persistence record?

A.

netmask 255.255.255.0

B.

netmask 0.0.0.0

C.

netmask 255.255.0.0

D.

netmask 255.255.255.255

During high-demand traffic events, the BIG-IP Administrator needs to limit new connections per second.

What should be applied?

A.

HTTP Compression profile

B.

Connection rate limit

C.

Connection limit

D.

OneConnect profile

Users are unable to reach an application. The Virtual Server shows a red diamond status in the Configuration Utility.

What is the cause?

A.

All pool members are down

B.

HTTPS traffic sent to HTTP Virtual Server

C.

Virtual Server is disabled

D.

All pool members are disabled

Refer to the exhibit.

A BIG-IP Administrator configures a Virtual Server to handle HTTPS traffic. Users report that the application is NOT working. Which additional configuration is required to resolve this issue?

A.

Configure SSL Profile (Client)

B.

Configure Protocol Profile (Server)

C.

Configure SSL Profile (Server)

D.

Configure Service Port to HTTP

Page: 1 / 2
Total 82 questions
Copyright © 2014-2026 Solution2Pass. All Rights Reserved