350-401 · Question #601
An administrator must enable Telnet access to Router X using the router username and password database for authentication. Which configuration should be applied?
The correct answer is D. RouterX(config)# line vty 0 4. To enable Telnet access and configure local authentication on a Cisco router, the virtual terminal (VTY) lines must be configured.
Question
An administrator must enable Telnet access to Router X using the router username and password database for authentication. Which configuration should be applied?
Options
- ARouterX(config)# line aux 0
- BRouterX(config)# aaa new-model
- CRouterX(config)# line vty 0 4
- DRouterX(config)# line vty 0 4
How the community answered
(21 responses)- A5% (1)
- B10% (2)
- C10% (2)
- D76% (16)
Why each option
To enable Telnet access and configure local authentication on a Cisco router, the virtual terminal (VTY) lines must be configured.
`line aux 0` configures the auxiliary port, which is used for out-of-band management via a modem or console, not for standard Telnet access.
`aaa new-model` enables the AAA (Authentication, Authorization, and Accounting) subsystem, which is a prerequisite for more advanced authentication schemes but is not the specific command to enable Telnet access or configure VTY lines.
This option is identical to choice D, indicating it refers to the same correct command for configuring virtual terminal lines for Telnet access.
The `line vty 0 4` command enters the virtual terminal line configuration mode, which is the necessary step to enable and configure Telnet access, including setting up local authentication using the router's username and password database, for remote users.
Concept tested: Cisco IOS VTY line configuration for Telnet
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_authen/configuration/xe-3s/sec-usr-authen-xe-3s-book/sec-cfg-vty.html
Topics
Community Discussion
No community discussion yet for this question.