201 Exam Question 56

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?
  • 201 Exam Question 57

    Which two statements are true concerning the default communication between a redundant pair of BIG-IP systems? (Choose two.)
  • 201 Exam Question 58

    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 80 } { pool pool1 } elseif {[TCP::local_port] equals 443} { pool pool2 } If a user connects to 10.10.1.100 and port 22, which pool will receive the request?
  • 201 Exam Question 59

    What is the status of a pool member when manual resume is enabled and a health check first fails and then passes?
  • 201 Exam Question 60

    When upgrading a BIGElIP redundant pair, what happens when one system has been updated but the other has not.