00:00

QUESTION 16

A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it:
when CLIENT_ACCEPTED { if {[TCP::local_port] equals 80 } { pool pool1 } elseif {[TCP::local_port] equals 443} { pool pool2 }
If a user connects to 10.10.1.100 and port 22, which pool will receive the request?

Correct Answer: D

QUESTION 17

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?

Correct Answer: A

QUESTION 18

Refer to the exhibit.
Which TMSH command generated this output?

Correct Answer: D

QUESTION 19

Refer to the exhibit.
201 dumps 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?

Correct Answer: D
According to the requirements of the subject, the client and server must be configured with ssl profile.

QUESTION 20

Which Virtual Server type should be used to load balance HTTP traffic to a pool of servers?

Correct Answer: A