350-401 Exam QuestionsBrowse all questions from this exam

350-401 Exam - Question 929


Refer to the exhibit. A network engineer must block Telnet traffic from hosts in the range of 10.100.2.248 to 10.100.2.255 to the network 10.100.3.0 and permit everything else. Which configuration must the engineer apply?

Show Answer
Correct Answer: B

To block Telnet traffic from hosts in the range of 10.100.2.248 to 10.100.2.255 to the network 10.100.3.0, the access control list (ACL) should deny TCP traffic on port 23 (Telnet port) from the specified IP range and then permit all other traffic. Option B correctly denies traffic on TCP port 23 from the specified range and then permits any other traffic, which is the required configuration.

Discussion

5 comments
Sign in to comment
eli1229Option: B
Jan 31, 2024

Generally all answers are wrong but B could be the only possible answer.

PyoJH
Feb 4, 2024

range of 10.100.2.248 - 255, It should be 10.100.2.248 0.0.0.7

Steve122
Jul 18, 2024

Yep, that's a typo in the question. 10.100.2.248/29

shefo1Option: B
Jan 31, 2024

this question is very easy because A- dont use statement (deny) C- block SSH , not Telnet D- block ICMP and permit everything

KZM
Mar 12, 2024

Why not the ACL like that access-list 101 deny tcp 10.100.2.248 0.0.0.7 10.100.3.0 eq 23 ?

SeMo0o0oOption: B
May 26, 2024

B is correct but only by eliminating the others. the answer is poorly constructed so the fact is that all answers are wrong, but B is the least incorrect answer