nerdexam
F5

F50-532 · Question #17

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…

The correct answer is A. 10.10.10.1. See the full explanation below for the reasoning.

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_iRule }

Options

  • A10.10.10.1
  • B10.10.10.2
  • C160.10.10.10C.160.10.10.10
  • D200.10.10.1D.200.10.10.1
  • EIt 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.

How the community answered

(25 responses)
  • A
    80% (20)
  • B
    4% (1)
  • D
    12% (3)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full F50-532 Practice