exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 647 discussion

Actual exam question from Cisco's 200-301
Question #: 647
Topic #: 1
[All 200-301 Questions]


Refer to the exhibit. A network administrator has been tasked with securing VTY access to a router. Which access-list entry accomplishes this task?

  • A. access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq telnet
  • B. access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq scp
  • C. access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq https
  • D. access-list 101 permit tcp 10.1.1.0 0.0.0.255 172.16.1.0 0.0.0.255 eq ssh
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
bootloader_jack
Highly Voted 3 years, 7 months ago
there is no ssh entry in the table. I did not understand the answer.
upvoted 30 times
dropspablo
1 year, 8 months ago
Remember: Among the keywords "eq ssh" does not exist, only "eq telnet". to configure ssh in the ACL we must use only its port number "eq 22". Answer correct is A.
upvoted 11 times
...
[Removed]
1 year, 4 months ago
in Pt no but in real life you can https://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v431/command/reference/cmdref/ext_acl.html i vote for ssh
upvoted 2 times
...
kadamske
3 years, 7 months ago
Me neither
upvoted 5 times
...
...
kokoyul
Highly Voted 3 years, 7 months ago
"A network administrator has been tasked with securing VTY access to a router". You need to secure VTY access and add SSH too, not just Telnet.
upvoted 22 times
testssssssss
3 years, 3 months ago
"Which access-list entry accomplishes this task" = Which of the lines does secure it. Telnet is trash, but is the only one configured on this access list.
upvoted 8 times
...
schmidt97
9 months, 2 weeks ago
But they said refer to the exhibit
upvoted 1 times
...
...
dsmitd33
Most Recent 2 weeks, 6 days ago
Selected Answer: A
"Securing" VTY access can be interpreted multiple ways. Are you guaranteeing access through Telnet? If that's how you want to use the word "securing" then sure, but in general, this really is not correct as securing means to have a secure connection. Shame on you Cisco.
upvoted 1 times
...
riteshm42
2 months ago
Selected Answer: D
I dont see any answer is correct or configuration is wrong or question is wrong. However if you want to secure VTY access(Both Telnet and SSH), D option seems most correct as it allow SSH access to specific ip group. However only that configuration only won't work. You have to use below command as well line vty 0 15 access-class 101
upvoted 2 times
...
Simrankoor
5 months, 1 week ago
Selected Answer: D
we have to secure the line its ssh
upvoted 3 times
MinSun600
3 months ago
there's no SSH with the ACL above i choose that too then i checked the people why and found there's no SSH
upvoted 1 times
...
...
Joshua25
6 months, 2 weeks ago
Selected Answer: D
D is the best answer. A is logically correct as well. Depending on the model of the router, IOS supports or does not support keyword SSH. Considering the displayed config already has telnet, we need to add SSH. Hence D. Please remember, CCNA is an entry level exam, testing our knowledge of basic concepts and rules, especially mechanical memorisation of textbook words. For this question, it uses the term 'vty' and wants us to recall that it means 'SSH and Telnet' according to the textbook. No way that CCNA would test us as deep as knowing whether SSH is a usable keyword in the port list, not to mention it does exist in some versions of IOS. In real exams, please stick to basic concepts and rules that you read in the textbook. Don't use real-world experience or real-world logic. CCNA is designed to be a dumb exam. So let's treat it a dumb way. If you think too much in the real exam, for half of the questions you will find all the four choices are correct, and for the other half you will find all the four choices have some kind of flaw.
upvoted 4 times
MinSun600
3 months ago
try read other questions before answer because it's very tricky most of the questions vision test i played with it many many times and still
upvoted 1 times
...
...
matass_md
9 months, 2 weeks ago
Selected Answer: A
So I verified in GNS3 ACL's don't have SSH , you have to write port 22 in the command, that's why answer D is a trap and A is a valid answer.
upvoted 2 times
...
juliomugarra
11 months, 1 week ago
The correct choice is D. The acces via telnet is already secured via eq telnet. Its posible to type telnet after eq on the extended acl (see pag. 50 CCNA 200-301 Official Cert Guide, Volume 2) then we only have to secure via ssh.
upvoted 1 times
...
[Removed]
1 year ago
Selected Answer: A
it´s A I have tested o a real router, SSH at the of the command is not acceptable, it must be eq 22 But telnet at the end of the command is acceptable.
upvoted 3 times
...
f2faf2e
1 year, 2 months ago
Selected Answer: A
eq ssh does not exist, you need to specify port 22
upvoted 2 times
...
a67c04a
1 year, 2 months ago
Going with D
upvoted 1 times
...
ricky1802
1 year, 3 months ago
Selected Answer: D
Key word: Securing. With telnet you will not accomplish this requirement. Https and scp doesn't make sense here. So, I would go with D (ssh) even though the syntax is not fully correct.
upvoted 5 times
...
[Removed]
1 year, 4 months ago
Selected Answer: D
The issue with this question is that it's ambiguous as to whether it's asking us to identify an existing command in the configuration, or suggest an additional one. In the first case, the answer is obviously A. In the second case, it's obviously D. The problem is worsened by the fact that Telnet isn't a secure protocol, and allowing only Telnet access is arguably not "securing" anything, favoring SSH. So I chose D, but it could easily be A. Both are arguably correct.
upvoted 5 times
...
picho707
1 year, 5 months ago
Selected Answer: A
I hate these questions!!!!. A is correct because B, C, and D syntax is incorrect. There is no port labeled SCP, HTTPS, or SSH in the cisco command-line.
upvoted 4 times
...
mapicoli
1 year, 6 months ago
Router(config)#access-list 101 permit tcp any 10.0.1.1 0.0.0.0 eq ssh ^ % Invalid input detected at '^' marker.
upvoted 1 times
...
fmaquino
1 year, 7 months ago
Selected Answer: D
According to the documentation below, actually there is a SSH keyword (C3 P7) https://www.cisco.com/c/en/us/td/docs/app_ntwk_services/waas/waas/v401_v403/command/reference/cmdref/ext_acl.pdf
upvoted 2 times
Perra
1 year, 6 months ago
I've noticed this is for Extended Access Lists, not standard ACL's. Google states: "A standard ACL allows or denies traffic access based on the source IP address, while an extended access control list can filter packets with a higher degree of specification. It can determine the types of traffic it allows or blocks beyond just the IP address to include TCP, ICMP, and UDP, for example." Maybe that's why SSH shows up as a CLI TCP Keyword.
upvoted 1 times
...
...
shaney67
1 year, 7 months ago
Selected Answer: D
I think the question is asking what command would you enter from the answers to enable a secure vty connection in which case its always ssh. telnet = not secure
upvoted 2 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