Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

F5 Networks Exam 201 Topic 10 Question 97 Discussion

Actual exam question for F5 Networks's 201 exam
Question #: 97
Topic #: 10
[All 201 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: D

Contribute your Thoughts:

Christiane
10 months ago
This is a classic case of 'the devil is in the details'. The iRule only covers FTP and Telnet, so C is the correct answer.
upvoted 0 times
...
Detra
10 months ago
Wait, if the request is on port 22, and the iRule doesn't have a condition for that, wouldn't it just get dropped? I'm going with C.
upvoted 0 times
Ming
9 months ago
C) None. The request will be dropped.
upvoted 0 times
...
Bernardine
9 months ago
B) telnetpool
upvoted 0 times
...
Teri
10 months ago
A) ftppool
upvoted 0 times
...
...
Lizette
10 months ago
That makes sense, I see your point. Thanks for clarifying!
upvoted 0 times
...
Layla
10 months ago
I disagree, I believe the answer is A) ftppool because port 22 is not mentioned in the iRule.
upvoted 0 times
...
Lizette
10 months ago
I think the answer is C) None. The request will be dropped.
upvoted 0 times
...
Dierdre
10 months ago
Haha, looks like the network admin forgot to add a catch-all rule for any other ports. I'm guessing the request will be dropped, so C is the right answer.
upvoted 0 times
Cathern
10 months ago
Haha, looks like the network admin forgot to add a catch-all rule for any other ports. I'm guessing the request will be dropped, so C is the right answer.
upvoted 0 times
...
Lynsey
10 months ago
C) None. The request will be dropped.
upvoted 0 times
...
Maira
10 months ago
B) telnetpool
upvoted 0 times
...
Velda
10 months ago
A) ftppool
upvoted 0 times
...
Eden
10 months ago
Definitely C) None. The request will be dropped since there's no specific rule for port 22.
upvoted 0 times
...
Clarence
10 months ago
Yeah, it seems like the admin missed that catch-all rule. C) None. The request will be dropped.
upvoted 0 times
...
Barrie
10 months ago
I think you're right, C) None. The request will be dropped.
upvoted 0 times
...
...
Adria
11 months ago
Hmm, this is a tricky one. The iRule doesn't seem to handle the case for port 22, so I'm going to go with D. The pool can't be determined from the information provided.
upvoted 0 times
...
Verda
11 months ago
The iRule only checks for port 21 (FTP) and port 23 (Telnet), so the request on port 22 (SSH) will not match any of the conditions. I think the correct answer is C.
upvoted 0 times
Chery
11 months ago
C) None. The request will be dropped.
upvoted 0 times
...
...

Save Cancel