exam questions

Exam 201 All Questions

View all questions & answers for the 201 exam

Exam 201 topic 1 question 84 discussion

Actual exam question from F5's 201
Question #: 84
Topic #: 1
[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?

  • A. ftppool
  • B. telnetpool
  • C. None. The request will be dropped.
  • D. Unknown. The pool cannot be determined from the information provided.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BlackDealth
1 month, 1 week ago
When the iRule is applied to the virtual server listening at 10.10.1.100:any, it checks the local port to determine which pool to use. The iRule has conditions for ports 21 and 23, but there is no condition for port 22. Therefore, if a user connects to 10.10.1.100 on port 22, none of the specified conditions in the iRule will be met. Given this, the correct answer is: C. None. The request will be dropped. Explanation: The iRule does not specify a pool for port 22. Without a matching condition, the request will not be directed to any pool, resulting in the request being dropped.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago