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:

Lemuel
27 days ago
I always have trouble remembering the order of the 'elseif' statements. Maybe I should just draw a flowchart for this iRule to help me visualize it better.
upvoted 0 times
Audry
15 days ago
Pool1
upvoted 0 times
...
...
Aja
1 months ago
Haha, I bet the exam writer thought they were really tricky with that question. But it's actually pretty straightforward if you know your iRules.
upvoted 0 times
...
Kris
1 months ago
I think the key to this question is understanding how iRules work. The iRule is checking the URI, not the entire URL, so the query parameters don't matter.
upvoted 0 times
Colton
26 days ago
A) Pool1
upvoted 0 times
...
...
Beatriz
1 months 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
Vincent
28 days ago
Pool1
upvoted 0 times
...
...
Kenny
2 months ago
I'm not sure, but I think the answer is A) Pool1 as well
upvoted 0 times
...
Billi
2 months ago
I agree with Elise, the iRule will select Pool1 based on the URI
upvoted 0 times
...
Elise
2 months ago
I think the answer is A) Pool1 because the URI contains /URI1/
upvoted 0 times
...

Save Cancel