Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

F5 Networks Exam 301b Topic 1 Question 90 Discussion

Actual exam question for F5 Networks's 301b exam
Question #: 90
Topic #: 1
[All 301b Questions]

An LTM Specialist configures the following iRule on an LTM device:

when HTTP_REQUEST {

if {[string tolower [HTTP::uri]] contains "/URI1/" } {

pool Pool1

}

elseif {[string tolower [HTTP::uri]] contains "/URI2/" } {

pool Pool2

}

elseif {[string tolower [HTTP::uri]] contains "/URI3/" } {

pool Pool3

}

else { pool Pool4}

}

Given the following request: http://www.example.comURI1/index.html?fu=bar&pass=1234

Which pool will be selected by the iRule?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Beatriz
6 days ago
The correct answer is A) Pool1. The iRule checks for the presence of the string '/URI1/' in the URI, which is matched by the given request.
upvoted 0 times
...
Kenny
10 days ago
I'm not sure, but I think the answer is A) Pool1 as well
upvoted 0 times
...
Billi
13 days ago
I agree with Elise, the iRule will select Pool1 based on the URI
upvoted 0 times
...
Elise
19 days ago
I think the answer is A) Pool1 because the URI contains /URI1/
upvoted 0 times
...

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77