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

Home > F5 > F5-CA > F5CAB5

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

Question # 4

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?

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.

Full Access
Question # 5

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?

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.

Full Access
Question # 6

A BIG-IP Administrator needs to collect HTTP status code and HTTP method for traffic flowing through a virtual server.

Which default profile provides this information? (Choose one answer)

A.

Request Adapt

B.

HTTP

C.

Analytics

D.

Statistics

Full Access
Question # 7

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?

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

Full Access
Question # 8

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)

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.

Full Access
Question # 9

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?

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

Full Access
Question # 10

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?

A.

/var/log/kern.log

B.

/var/log/audit

C.

/var/log/daemon.log

D.

/var/log/ltm

Full Access
Question # 11

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

A.

Least Connections (member)

B.

Least Connections (node)

C.

Predictive (member)

D.

Predictive (node)

Full Access
Question # 12

A pool member is exhibiting frequent up-and-down state changes, leading the BIG-IP Administrator to suspect a health monitor issue. Which specific log file should the BIG-IP Administrator review to diagnose the problem?

A.

/var/log/tmm

B.

/var/log/ltm

C.

/var/log/syslog

D.

/var/log/audit

Full Access
Question # 13

A BIG-IP Administrator observes the following pool member status message:

Pool /Common/testpool member /Common/10.120.0.5:8090 monitor status down

[/Common/http: up, /Common/http2: down; last error:]

Why is this pool member being marked down? (Choose one answer)

A.

The pool member is currently only serving HTTP traffic.

B.

The pool member is currently only serving TCP traffic.

C.

The pool member is currently only serving UDP traffic.

D.

The pool member is currently only serving HTTPS traffic.

Full Access
Question # 14

In the BIG-IP Configuration Utility, a user requests a single screen view to determine the status of all Virtual Servers and associated pool members, as well as any iRules in use. Where should the BIG-IP Administrator instruct the user to find this view?32

A.

Local Traffic > Monitors

B.

Local Traffic > Virtual Servers

C.

Local Traffic > Network Map

D.

Statistics

Full Access
Question # 15

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?

A.

Disable Address Translation

B.

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

C.

Set Address Translation to SNAT and configure a specific translation address

D.

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

Full Access
Question # 16

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?

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

Full Access
Question # 17

Clients report that they cannot reach the virtual server vs-production on port 80, but are able to ping the virtual server address. The configuration is shown below:

Plaintext

ltm virtual vs-production {

destination 10.99.20.50:http

ip-protocol tcp

mask 255.255.255.255

profiles {

http {}

tcp {}

}

source 192.168.0.0/16

translate-address enabled

translate-port enabled

vlans {

external

}

vlans-enabled

}

What is the cause?

A.

The virtual server is disabled.

B.

The client uses an old browser.

C.

The virtual server does NOT listen on port 80.

D.

The client comes from an unallowed subnet.

Full Access
Question # 18

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)

A.

Incorrect destination configured

B.

Incorrect mask 255.255.255.255

C.

Incorrect translate-address configured

Full Access
Question # 19

A BIG-IP Administrator disabled a virtual server with a pool that has a working health monitor. How does the status icon look for this virtual server?

A.

Black circle

B.

Red square

C.

Black square

D.

Red circle

Full Access