F5 LTM Specialist: Maintain & Troubleshoot 301b Question # 5 Topic 1 Discussion

F5 LTM Specialist: Maintain & Troubleshoot 301b Question # 5 Topic 1 Discussion

301b Exam Topic 1 Question 5 Discussion:
Question #: 5
Topic #: 1

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?


A.

Pool1


B.

Pool2


C.

Pool3


D.

Pool4


Get Premium 301b Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.