Valid 101 Dumps shared by ExamDiscuss.com for Helping Passing 101 Exam! ExamDiscuss.com now offer the newest 101 exam dumps, the ExamDiscuss.com 101 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 101 dumps with Test Engine here:
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 }