nerdexam
Exams101Questions#100
F5

101 · Question #100

101 Question #100: Real Exam Question with Answer & Explanation

Sign in or unlock 101 to reveal the answer and full explanation for question #100. The question stem and answer options stay visible for context.

Question

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 }

Options

  • A160.10.10.IOC.160.10.10.10
  • BIt could be either 10.10.10.10 or 10.10.10.11.E.It could be either 10.10.10.10 or 10.10.10.11.
  • C10.10.10.2
  • D200.10.10.1D.200.10.10.1
  • E10.10.10.1

Unlock 101 to see the answer

You've previewed enough free 101 questions. Unlock 101 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 101 Practice