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

Free and Premium F5 F5CAB5 Dumps Questions Answers

Page: 1 / 5
Total 65 questions

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

Question 1

A device group is currently in theChanges Pendingsync status. How can the BIG-IP Administrator determine which member of the device group has the most recent configuration? (Choose one answer)

Options:

A.

Device Management > Overview

B.

Device Management > Devices

C.

System > High Availability

D.

Device Management > Device Groups

Buy Now
Question 2

Where should the BIG-IP Administrator go in the GUI to verify the status of pool members of a pool?

Options:

A.

Local Traffic —> Pools —> —> Members

B.

Local Traffic —> Pools

C.

Local Traffic —> Virtual Servers —> Statistics

D.

Local Traffic —> Nodes

Question 3

A BIG-IP Administrator makes a configuration change to the BIG-IP device. Which file logs the message regarding the configuration change?

Options:

A.

/var/log/messages

B.

/var/log/secure

C.

/var/log/audit

D.

/var/log/user.log

Question 4

The BIG-IP appliance fails to boot. The BIG-IP Administrator needs to run the End User Diagnostics (EUD) utility to collect data to send to F5 Support. Where can the BIG-IP Administrator access this utility?

Options:

A.

Management Port

B.

Console Port

C.

External VLAN interface

D.

Internal VLAN interface

Question 5

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)

Options:

A.

Enable Monitor Logging for the Pool-member that's "DOWN".

B.

Review the BIG-IP's routing table using "netstat -rn" to show all routes.

C.

Collect a TCPdump packet capture for the "DOWN" Pool-member.

D.

Review the Pool & Pool-member Statistics table for error data.

Question 6

Exhibit:

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:

Plaintext

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

}

What is the most likely cause of this behavior?

Options:

A.

Automap source address translation can cause uneven load balancing

B.

Pool members' ratio settings are causing the uneven traffic distribution

C.

Round Robin requires an HTTP profile to work efficiently

D.

A persistence profile assigned to the virtual server can cause uneven load balancing

Question 7

Refer to the exhibit.

A user with IP address 192.168.162.70 is unable to connect to an HTTP application. What is a possible cause within the Virtual Server configuration?

Options:

A.

The Service Port is configured as 0 *All Ports

B.

The Destination Address is configured as 192.168.162.80

C.

The Virtual Server is configured as a Standard Type

D.

The Source Address is configured as 10.128.10.0/24

Question 8

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

Question 9

Pool /Common/testpool member /Common/10.120.0.5:8090 monitor status down. [ /Common/http: up, /Common/http2: down; last error: ] [ was up for lhr:0min:43sec ]

Why is this pool member being marked down?

Options:

A.

The pool member is currently only serving TCP traffic.

B.

The pool member is currently only serving HTTP2 traffic.

C.

The pool member is currently only serving HTTP traffic.

D.

The pool member is currently only serving UDP traffic.

Question 10

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

Question 11

A user needs to determine known security vulnerabilities on an existing BIG-IP appliance and how to remediate these vulnerabilities. Which action should the BIG-IP Administrator recommend?

Options:

A.

Create a UCS archive and upload to iHealth

B.

Generate a qkview and upload to iHealth

C.

Verify the TMOS version and review the release notes

D.

Create a UCS archive and open an F5 Support request

Question 12

A set of servers is used for an FTP application as well as an HTTP website via separate BIG-IP Pools. The server support team reports that some servers are receiving a lot more traffic than others. Which Load Balancing Method should the BIG-IP Administrator apply to even out the connection count?

Options:

A.

Ratio (Member)

B.

Least Connections (Member)

C.

Least Connections (Node)

D.

Ratio (Node)

Question 13

Users are unable to reach an application. The BIG-IP Administrator checks the Configuration Utility and observes that the Virtual Server has a red diamond in front of the status. What is causing this issue?

Options:

A.

All pool members are down.

B.

The Virtual Server is receiving HTTPS traffic over HTTP virtual.

C.

The Virtual Server is disabled.

D.

All pool members have been disabled.

Question 14

A BIG-IP Administrator is informed that traffic on Interface 1.1 is expected to increase over the maximum bandwidth capacity on the link. There is a single VLAN on the Interface. What should the BIG-IP Administrator do to increase the total available bandwidth?

Options:

A.

Assign two Interfaces to the VLAN

B.

Set the media speed of Interface 1.1 manually

C.

Create a trunk object with two Interfaces

D.

Increase the MTU on the VLAN using Interface 1.1

Question 15

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

Question 16

A BIG-IP Administrator uses backend servers to host multiple services per server. There are multiple virtual servers and pools defined, referencing the same backend servers. Which load balancing algorithm is most appropriate to have an equal number of connections on each backend server?17

Options:

A.

Least Connections (member)

B.

Least Connections (node)

C.

Predictive (member)

D.

Predictive (node)

Question 17

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

Question 18

Options:

A.

Offline (Disabled)

B.

Offline (Enabled)

C.

Available (Disabled)

D.

Available (Enabled)

Question 19

A BIG-IP Administrator notices that one of the servers that runs an application isNOTreceiving 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? (Choose one answer)

Options:

A.

The node health monitor isNOTresponding.

B.

The application isNOTresponding with the expected Receive String.

C.

HTTP 1.1 isNOTappropriate for monitoring purposes.

D.

The BIG-IP device isNOTable to reach the pool.

Page: 1 / 5
Total 65 questions