Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - 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
1 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 days ago
That's correct! The request contains '/URI1/', so it will match the first 'elseif' statement and select Pool1.
upvoted 0 times
...
Ashlyn
11 days ago
The iRule will select Pool1.
upvoted 0 times
...
Audry
1 months ago
Pool1
upvoted 0 times
...
...
Aja
2 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
2 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
1 months ago
A) Pool1
upvoted 0 times
...
...
Beatriz
2 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
1 months 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
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