ExamGecko
Home Home / F5 / 201
Question list
Search
Search

List of questions

Search

Related questions











Question 242 - 201 discussion

Report
Export

A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it:

when CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool

ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool }

If a user connects to 10.10.1.100 and port 22, which pool will receive the request?

A.
ftppool
Answers
A.
ftppool
B.
telnetpool
Answers
B.
telnetpool
C.
None. The request will be dropped.
Answers
C.
None. The request will be dropped.
D.
Unknown. The pool cannot be determined from the information provided.
Answers
D.
Unknown. The pool cannot be determined from the information provided.
Suggested answer: D
asked 24/09/2024
Ivan Pavlek
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first