F5 201 Practice Test - Questions Answers, Page 25
List of questions
Question 241
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it:
when HTTP_REQUEST { if { [HTTP::header UserAgent] contains 'MSIE' }
{ pool MSIE_pool }
else { pool Mozilla_pool }
http://10.10.1.100/foo.html If a user connects to http://10.10.1.100/foo.html and their browser does not specify a UserAgent, which pool will receive the request?
Question 242
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 243
Which statement is true concerning a functional iRule?
Question 244
What is the purpose of floating self-IP addresses?
Question 245
Which parameters are set to the same value when a pair of BIG-IP devices are synchronized?
Question 246
Which two statements are true concerning the default communication between a redundant pair of BIG-IP systems? (Choose two.)
Question 247
Which two methods can be used to determine which BIG-IP is currently active? (Choose two.)
Question 248
As a part of the Setup Utility, the administrator sets the host name for the BIG IP. What would be the result if the two systems in a redundant pair were set to the same host name?
Question 249
When network failover is enabled, which of the following is true?
Question 250
Where is the loadbalancing mode specified?
Question