Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

F5CAB5 BIG-IP Administration Support and Troubleshooting (F5CAB5) exam Questions and Answers

Questions 4

A BIG-IP Administrator needs to view the CPU utilization of a particular Virtual Server. Which section of the Configuration Utility should the administrator use for this purpose?

Options:

A.

Statistics > Module Statistics > Local Traffic > Virtual Addresses

B.

Statistics > Module Statistics > Traffic Summary

C.

Statistics > Analytics > Process CPU Utilization

D.

Statistics > Module Statistics > Local Traffic > Virtual Servers

Buy Now
Questions 5

A BIG-IP Administrator needs to determine why only one pool member is showing connections from the virtual server, resulting in uneven load balancing.

What two reasons would cause uneven load balancing? (Choose two answers)

Options:

A.

The virtual server is marked down.

B.

Monitors have marked down multiple pool members.

C.

The pool has a persistence profile configured.

D.

All pool members are marked down.

Buy Now
Questions 6

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, the virtual server failed to respond to http requests.

Plaintext

ltm virtual http.vs {

destination 10.10.1.100:http

ip-protocol tcp

mask 255.255.255.255

pool http.pool

profiles {

tcp{}

}

serverssl-use-sni disabled

source 0.0.0.0/0

translate-address enabled

translate-port enabled

}

ltm pool http_pool {

members {

10.10.1.101:http {

address 10.10.1.101

session monitor-enabled

state checking

}

10.10.1.102:http {

address 10.10.1.102

session monitor-enabled

state checking

}

}

monitor tcp

}

What configuration change on the BIG-IP will resolve this issue?

Options:

A.

Add SNAT Auto Map

B.

Add http profile

C.

Add http monitor

Buy Now
Questions 7

Without decrypting, what portion of an HTTPS session is visible with a packet capture? (Choose one answer)

Options:

A.

HTTP Response Headers

B.

Source IP Address

C.

HTTP Request Headers

D.

Cookies

Buy Now
Questions 8

Options:

A.

Offline (Disabled)

B.

Offline (Enabled)

C.

Available (Disabled)

D.

Available (Enabled)

Buy Now
Questions 9

A gateway_icmp health monitor is configured on a pool. The BIG-IP Administrator is investigating why the pool is reported as down while the server is online. Other pools with servers in the same subnet are correctly monitored.

What can cause this behavior? (Choose one answer)

Options:

A.

The admin user is logged on the server.

B.

The latest patches have not been installed on the server.

C.

The host-based firewall is active on the server.

D.

The HTTP service is not started on the server.

Buy Now
Questions 10

Which menu should you use on the BIG-IP Configuration Utility to generate a QKView support file? (Choose one answer)

Options:

A.

System > Configuration

B.

System > Archive

C.

System > Support

D.

System > Logs

Buy Now
Questions 11

A BIG-IP Administrator suspects that one of the BIG-IP device power supplies is experiencing power outages.

Which log file should the BIG-IP Administrator check to verify the suspicion? (Choose one answer)

Options:

A.

/var/log/daemon.log

B.

/var/log/kern.log

C.

/var/log/ltm

D.

/var/log/audit

Buy Now
Questions 12

A BIG-IP Administrator observes the following messages in the /var/log/ltm log:

warning tmm[pid]: 011e0002: sweeper_segment_cb_any: Aggressive mode /Common/default-eviction-policy activated (0) (global memory) (345209/690176 pages)

warning tmm[pid]: 011e0003: Aggressive mode sweeper /Common/default-eviction-policy (0) (global memory) 1 connections killed

warning tmm[pid]: 011e0003: Aggressive mode sweeper /Common/default-eviction-policy (0) (global memory) 1 connections killed

warning tmm[pid]: 011e0003: Aggressive mode sweeper /Common/default-eviction-policy (0) (global memory) 1 connections killed

What is happening when the BIG-IP Administrator sees the messages displayed above? (Choose two answers)

Options:

A.

The global eviction policy is triggered due to TMM memory exhaustion

B.

The BIG-IP system starts reaping connections; all the connections will be dropped

C.

The BIG-IP system starts reaping connections; some connections will be dropped

D.

The global eviction policy is triggered due to swap memory being used too high

Buy Now
Questions 13

A BIG-IP Administrator adds new Pool Members into an existing, highly utilized pool. Soon after, there are reports that the application is failing to load for some users. What pool level setting should the BIG-IP Administrator check?

Options:

A.

Slow Ramp Time

B.

Availability Requirement

C.

Allow SNAT

D.

Action On Service Down

Buy Now
Questions 14

Refer to the exhibit.

A BIG-IP Administrator needs to deploy an application on the BIG-IP system to performSSL 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)

Options:

A.

Remove the configured SSL Profile (Client)

B.

Configure Protocol Profile (Server) as splitsession-default-tcp

C.

Enable Forward Proxy in the SSL Profile (Client)

D.

Configure an SSL Profile (Server)

Buy Now
Questions 15

A BIG-IP Administrator configured the following virtual server to pass traffic on all addresses and ports. After configuration is completed, the BIG-IP Administrator notices that the virtual server is unable to pass traffic.

ltm virtual forwarding_any_vs {

destination 0.0.0.0:any

ip-forward

mask 255.255.255.255

profiles {

fastL4 { }

}

serverssl-use-sni disabled

source 0.0.0.0/0

translate-address disabled

translate-port disabled

}

Which part of the configuration is the cause of the issue? (Choose one answer)

Options:

A.

Incorrect destination configured

B.

Incorrect mask 255.255.255.255

C.

Incorrect translate-address configured

Buy Now
Questions 16

A BIG-IP Administrator configured the following virtual server to pass traffic on all addresses and ports. After configuration is completed, the BIG-IP Administrator notices that the virtual server is unable to pass traffic.

Plaintext

ltm virtual forwarding_any_vs {

destination 0.0.0.0:any

ip-forward

mask 255.255.255.255

profiles {

fastL4 {}

}

serverssl-use-sni disabled

source 0.0.0.0/0

translate-address disabled

translate-port disabled

}

Which part of the configuration is the cause of the issue?

Options:

A.

Incorrect translate-address configured

B.

Incorrect mask 255.255.255.255

C.

Incorrect destination configured

Buy Now
Questions 17

Without decrypting, what portion of an HTTPS session is visible with a packet capture?

Options:

A.

HTTP Request Headers

B.

Source IP Address

C.

Cookies

D.

HTTP Response Headers

Buy Now
Questions 18

During a high-demand traffic event, the BIG-IP Administrator needs to limit the number of new connections per second allowed to a Virtual Server. What should the administrator apply to accomplish this task?

Options:

A.

A OneConnect profile to the Virtual Server

B.

An HTTP Compression profile to the Virtual Server

C.

A connection limit to the Virtual Server

D.

A connection rate limit to the Virtual Server

Buy Now
Questions 19

A Virtual Server uses an iRule to send traffic to pool members depending on the URI. The BIG-IP Administrator needs to modify the pool member in the iRule. Which event declaration does the BIG-IP Administrator need to change to accomplish this?

Options:

A.

CLIENT_ACCEPTED

B.

HTTP_RESPONSE

C.

HTTP_REQUEST

D.

SERVER_CONNECTED

Buy Now
Exam Code: F5CAB5
Exam Name: BIG-IP Administration Support and Troubleshooting (F5CAB5) exam
Last Update: Mar 4, 2026
Questions: 65
F5CAB5 pdf

F5CAB5 PDF

$25.5  $84.99
F5CAB5 Engine

F5CAB5 Testing Engine

$30  $99.99
F5CAB5 PDF + Engine

F5CAB5 PDF + Testing Engine

$40.5  $134.99