What will the client’s source address be translated to as the traffic is sent to the chosen pool member?

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 }
A. 160.10.10.10.
B. It could be either 10.10.10.10 or 10.10.10.11.
C. 10.10.10.2.
D. 200.10.10.1.
E. 10.10.10.1.

Download Printable PDF. VALID exam to help you PASS.

Posted in: 101

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.