ExamGecko
Home Home / F5 / 301b
Question list
Search
Search

List of questions

Search

Related questions











Question 87 - 301b discussion

Report
Export

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
Answers
A.
Pool1
B.
Pool2
Answers
B.
Pool2
C.
Pool3
Answers
C.
Pool3
D.
Pool4
Answers
D.
Pool4
Suggested answer: D
asked 24/09/2024
Eddie Martinez
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first