nerdexam
Cisco

200-301 · Question #368

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

The correct answer is A. access-list 101 permit tcp 10.1.10 0.0.0.255 172.16.10 0.0.0.255 eq ssh. To secure VTY access to a router, an access-list entry should be configured to permit only secure protocols like SSH, which uses TCP port 22.

Submitted by rachelw· Mar 5, 2026Security Fundamentals

Question

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

Exhibits

200-301 question #368 exhibit 1
200-301 question #368 exhibit 2

Options

  • Aaccess-list 101 permit tcp 10.1.10 0.0.0.255 172.16.10 0.0.0.255 eq ssh
  • Baccess-list 101 permit tcp 10.11.0 0.0.0.255 172.16.10 0.0.0.255 eq scp
  • Caccess-list 101 permit tcp 10.11.0 0.0.0.255 172.16.10 0.0.0.255 eq telnet
  • Daccess-list 101 permit tcp 10.1.10 0.0.0.255 172.16.10 0.0.0.255 eq https

How the community answered

(32 responses)
  • A
    78% (25)
  • B
    3% (1)
  • C
    6% (2)
  • D
    13% (4)

Why each option

To secure VTY access to a router, an access-list entry should be configured to permit only secure protocols like SSH, which uses TCP port 22.

Aaccess-list 101 permit tcp 10.1.10 0.0.0.255 172.16.10 0.0.0.255 eq sshCorrect

Securing VTY (Virtual Teletype) access means using an encrypted protocol like SSH (Secure Shell), which operates on TCP port 22, to prevent sensitive administrative credentials and data from being transmitted in plain text.

Baccess-list 101 permit tcp 10.11.0 0.0.0.255 172.16.10 0.0.0.255 eq scp

SCP (Secure Copy Protocol) is used for secure file transfer, not for interactive remote terminal access like VTY.

Caccess-list 101 permit tcp 10.11.0 0.0.0.255 172.16.10 0.0.0.255 eq telnet
Daccess-list 101 permit tcp 10.1.10 0.0.0.255 172.16.10 0.0.0.255 eq https

Concept tested: Securing VTY access with SSH and ACLs

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/dcl/sec-ssh-dcl-book/sec-ssh-enable.html

Topics

#VTY security#ACL configuration#SSH remote access

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice