Home » Networking » Security

Which of the following series of commands will restrict Telnet access to the router?

Correct Answer: Lab_A(config)#access-list 10 permit 172.16.1.1 Lab_A(config)#line vty 0 4 Lab_A(config-line)#access-class 10 in

Explanation:

Telnet access to the router is restricted by using either a standard or extended IP access list inbound on the VTY lines of the router. The command access-class is used to apply the access list to the VTY lines.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion