Exam 200-301 All QuestionsBrowse all questions from this exam
Question 605

Refer to the exhibit. An engineer booted a new switch and applied this configuration via the console port. Which additional configuration must be applied to allow administrators to authenticate directly to enable privilege mode via Telnet using a local username and password?

    Correct Answer: B

    To allow administrators to authenticate directly to enable privilege mode via Telnet using a local username and password, the correct additional configuration is to create a local username with a privilege level of 15 and set a password for it. Then, use the 'login local' command on the vty lines to enable local authentication. This ensures that when administrators connect via Telnet, they can authenticate locally and gain privileged access. Therefore, the appropriate commands are creating a local user with privilege level 15, configuring the vty lines, and applying 'login local'. This configuration makes option B the correct choice.

Discussion
TheLorenzOption: C

Answer is C. You need to configure enable secret command in order to connect to telnet

Jamseer

answer is b bro i tried in packet tracer

IFBBPROSALCEDOOption: B

To allow administrators to authenticate directly to enable privilege mode via Telnet using a local username and password, the correct additional configuration is: B. R1(config)#username admin privilege 15 secret p@ss1234 R1(config)#line vty 0 4 R1(config-line)#login local Explanation: Option B provides the correct configuration for enabling Telnet access with local authentication. Here's a breakdown of the commands: R1(config)#username admin privilege 15 secret p@ss1234: This command creates a local username "admin" with privilege level 15 and sets the password as "p@ss1234". The privilege level 15 grants administrative access to the user. R1(config)#line vty 0 4: This command enters the configuration mode for the virtual terminal lines (vty) from 0 to 4, which are used for Telnet access. R1(config-line)#login local: This command enables local authentication for Telnet access on the vty lines, meaning the switch will use the locally configured username and password for authentication.

alejandro12Option: A

Answer A Its the unique that enable telnet (transport input telnet)

ike110

Telnet is enabled by default, so no need to enable it again

DatBroNZOption: B

B is correct. Level 15 is Privileged Exec Mode, which is what the question is asking about.

Ciscoman021Option: B

B is right

GigaGremlinOption: B

....authenticate directly to enable privilege mode via Telnet using a local username and password

guynetworkOption: B

"authenticate directly"

sasquatchshrimpOption: C

My guess is C https://community.cisco.com/t5/other-network-architecture/how-do-i-set-telnet-password/td-p/42975

WilaskyOption: B

Level 15 is exec mode :)

SeMo0o0oOption: B

B is correct

picho707Option: B

Tested in my lab. B is the answer. However, the same configuration will not work on a router.

[Removed]Option: B

B. R1(config)#username admin privilege 15 secret p@ss1234 R1(config-if)#line vty 0 4 R1(config-line)#login local

EtidicOption: B

The answer is B

GarfieldcatOption: B

question request a privilege execution and password but have not mentioned sec password. why need to use key word sec instead of password