350-401 Exam QuestionsBrowse all questions from this exam

350-401 Exam - Question 971


Refer to the exhibit. Which action automatically enables privilege exec mode when logging in via SSH?

Show Answer
Correct Answer: CD

To automatically enable privilege exec mode when logging in via SSH for any user, configuring privilege level 15 under the line configuration is necessary. This configuration ensures that any user, upon successful authentication, is placed into privilege exec mode without needing to specify a particular user. While configuring a specific user (like 'cisco') with privilege level 15 would also work for that user, it would not apply universally to all users.

Discussion

12 comments
Sign in to comment
slacker_at_workOption: C
Mar 10, 2024

MaxF1(config)# line vty 0 4 MaxF1(config-line)# login local MaxF1(config-line)# privilege level 15 With this configuration, the device prompts for a username and password when accessing the vty lines, and upon successful authentication, the user is placed into privilege exec mode automatically.

Mekai2020Option: D
Jan 20, 2024

https://learningnetwork.cisco.com/s/blogs/a0D3i000002eeWTEAY/cisco-ios-privilege-levels

Mekai2020Option: D
Jan 20, 2024

https://learningnetwork.cisco.com/s/question/0D53i00000KstA2CAJ/privilege-level-when-username-command-is-configured

gorillaenhancedOption: C
Feb 14, 2024

D applies to user cisco only C applies to all users C and D are correct but C is better IMO

JasperOption: D
Feb 22, 2024

Because of the Cisco username is shown in the output as the only user, but C is the right option all users that aren't there.

yasmiineOption: D
May 21, 2024

Answer D seems correct. #username cisco privilege 15 secret 5 yyyyy

gorillaenhanced
Feb 11, 2024

Why C is wrong ?

slacker_at_workOption: C
Mar 16, 2024

So the answer is C, it is not stated that only user cisco needs to gain privillige access

night_wolf_inOption: C
Mar 18, 2024

It didnt specify which user, so any user will be option C.

SeMo0o0oOption: D
May 26, 2024

D looks correct for me

apetrovOption: C
Jun 28, 2024

The privilege command on the vty lines override all the privilege levels sent via RADIUS or set in the local database. And because the question implies "automatically" the clear answer is C

a197cbfOption: C
Jul 19, 2024

I'm going with C. The question asks "Which action automatically enables privilege exec mode when logging in via SSH?". This sounds like they're asking REGARDLESS of the account you use to log in, not just limited to the user "cisco". C seems more accurate in this regard. If they were asking specifically how to give the user "cisco" privileged access when logging in via SSH, then D would be more accurate.