Online Access Free 301 Practice Test

Exam Code:301
Exam Name:LTM Specialist Exam
Certification Provider:F5
Free Question Number:49
Posted:Jul 09, 2026
Rating
100%

Question 1

Which is a potential result when a trunk is configured on a BIG-IP?

Question 2

The partial configuration below includes an iRule, a virtual server, and pools. When traffic from the client at 160.10.10.10:2056 connects to the virtual server Test_VS and sends an HTTP request, what will the client's source address be translated to as the traffic is sent to the chosen pool member? pool Test_Pool { member
10.10.10.10:80 member 10.10.10.11:80 } snatpool lower_range { member
10.10.10.1 } snatpool upper_range { member 10.10.10.2 } rule Test_iRule { when CLIENT_ACCEPTED. { if { [TCP::local_port]
< 2024 }{ snatpool lower_range } else { snatpool upper_range } virtual Test_VS { destination 200.10.10.1 :http pool Test_Pool rule Test_i Rule }

Question 3

Which statement describes advanced shell access correctly?
Which statement describes advanced shell access correctly?

Question 4

When a virtual server has an HTTP profile with compression enabled, which traffic is compressed by the BIG-IP?

Question 5

A site wishes to use an external monitor. Other than what is coded in the monitor script, what information must be configured on the BIG-IP for the monitor to be functional? (Choose two.)

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.