F5
303 · Question #225
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]]…
The correct answer is D. Pool4. See the full explanation below for the reasoning.
Question
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} } Which pool will be selected by the iRule?
Options
- APool1
- BPool2
- CPool3
- DPool4
How the community answered
(28 responses)- A14% (4)
- B4% (1)
- C4% (1)
- D79% (22)
Community Discussion
No community discussion yet for this question.