F5
201 · Question #312
201 Question #312: Real Exam Question with Answer & Explanation
The correct answer is D: Unknown. The pool cannot be determined from the information provided.. See the full explanation below for the reasoning.
Question
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::uri] ends_with "php" } { pool pool2 }
Options
- Apool1
- Bpool2
- CNone. The request will be dropped.
- DUnknown. The pool cannot be determined from the information provided.
Community Discussion
No community discussion yet for this question.