New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

F5 Networks 301b Exam - 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:

0/2000 characters
Bulah
3 months ago
Pool2? Nah, that’s not it.
upvoted 0 times
...
Marilynn
3 months ago
I thought it would be Pool4, but Pool1 makes sense.
upvoted 0 times
...
Arlene
3 months ago
Wait, is the URI correct? Looks off to me.
upvoted 0 times
...
Tijuana
4 months ago
Definitely Pool1, no doubt.
upvoted 0 times
...
Flo
4 months ago
Pool1 is the right choice!
upvoted 0 times
...
Rex
4 months ago
I might be overthinking it, but what if the URI doesn't match any of the conditions? Would it default to Pool4? I hope I got that part right.
upvoted 0 times
...
Winifred
4 months ago
This question reminds me of a practice one where we had to identify pools based on URI patterns. I feel like Pool1 is the correct answer here.
upvoted 0 times
...
Angelo
4 months ago
I'm not entirely sure, but I remember something about string matching in iRules. I hope I got the logic right for this one.
upvoted 0 times
...
Natalie
5 months ago
I think the iRule checks the URI for specific strings, and since the request contains "/URI1/", it should go to Pool1, right?
upvoted 0 times
...
Izetta
5 months ago
This is a tricky one. I'll need to really focus on the details of the iRule and the request to get the right answer.
upvoted 0 times
...
Allene
5 months ago
I'm feeling confident about this one. The iRule logic is clear, and I just need to match the given request to the appropriate pool selection.
upvoted 0 times
...
Golda
5 months ago
Okay, let me break this down step-by-step. The iRule is checking the URI for specific strings, and then selecting a pool based on that. I think I can figure this out.
upvoted 0 times
...
Dorthy
5 months ago
Hmm, I'm a bit unsure about this one. I need to make sure I understand how the iRule is evaluating the URI and selecting the pool.
upvoted 0 times
...
Nettie
5 months ago
This looks straightforward. I'll carefully read through the iRule and the given request to determine which pool will be selected.
upvoted 0 times
...
Katina
5 months ago
This question seems straightforward, but I want to make sure I understand the key concepts before answering.
upvoted 0 times
...
Alyce
5 months ago
Okay, I think I have a strategy here. The key is that the flag field needs to be viewable by all users, but editable only by the case assessor. So I'm leaning towards Field-level security as the best approach to achieve that.
upvoted 0 times
...
Cristy
5 months ago
Hmm, this is a tricky one. I know the grantor's relationship to the trustee can impact the tax treatment, but I'm a little fuzzy on the specifics. I'll need to carefully consider the pros and cons of each option to determine the best choice.
upvoted 0 times
...
Lemuel
10 months 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
Lanie
9 months ago
That's correct! The request contains '/URI1/', so it will match the first 'elseif' statement and select Pool1.
upvoted 0 times
...
Ashlyn
9 months ago
The iRule will select Pool1.
upvoted 0 times
...
Audry
9 months ago
Pool1
upvoted 0 times
...
...
Aja
10 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
10 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
10 months ago
A) Pool1
upvoted 0 times
...
...
Beatriz
10 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
10 months ago
Pool1
upvoted 0 times
...
...
Kenny
10 months ago
I'm not sure, but I think the answer is A) Pool1 as well
upvoted 0 times
...
Billi
11 months ago
I agree with Elise, the iRule will select Pool1 based on the URI
upvoted 0 times
...
Elise
11 months ago
I think the answer is A) Pool1 because the URI contains /URI1/
upvoted 0 times
...

Save Cancel