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 |
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 }
Which statement describes advanced shell access correctly?
Which statement describes advanced shell access correctly?
When a virtual server has an HTTP profile with compression enabled, which traffic is compressed by the BIG-IP?