F5 201 Practice Test - Questions Answers, Page 25
List of questions
Related questions
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?
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?
Which statement is true concerning a functional iRule?
What is the purpose of floating self-IP addresses?
Which parameters are set to the same value when a pair of BIG-IP devices are synchronized?
Which two statements are true concerning the default communication between a redundant pair of BIG-IP systems? (Choose two.)
Which two methods can be used to determine which BIG-IP is currently active? (Choose two.)
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?
When network failover is enabled, which of the following is true?
Where is the loadbalancing mode specified?
Question