Question 106

DNS queries from two internal DNS servers are being load balanced to external DNS Servers via a Virtual Server on a BIG-P device. The DNS queries originate from 192.168.101.100 and 192.168.101.200 and target 192.168.21.50 All DNS queries destined for the external DNS Servers fail Which property change should the BIG-IP Administrator make in the Virtual Server to resolve this issue?
  • Question 107

    A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it:
    when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool
    ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }
    If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
  • Question 108

    A site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted. Which two are profile types that must be associated with such a virtual server? (Choose two.)
  • Question 109

    Generally speaking, should the monitor templates be used as production monitors or should they be customized prior to use.
  • Question 110

    Which two statements are true about NATs? (Choose two.)