Question 16

Which four are GTM server static load balancing modes?
  • Question 17

    CORRECT TEXT
    A_______object maps a FQDN to virtual servers. (Fill in)

    Question 18

    Which statement is true concerning SNATs using automap.
  • Question 19

    What are the two primary functions of the OSI 7 layer model (Choose two)
  • Question 20

    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 }