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:

Kenny
1 days ago
I'm not sure, but I think the answer is A) Pool1 as well
upvoted 0 times
...
Billi
4 days ago
I agree with Elise, the iRule will select Pool1 based on the URI
upvoted 0 times
...
Elise
10 days ago
I think the answer is A) Pool1 because the URI contains /URI1/
upvoted 0 times
...

Save Cancel