exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 304 discussion

Actual exam question from Cisco's 350-401
Question #: 304
Topic #: 1
[All 350-401 Questions]

Refer to the exhibit.

Which privilege level is assigned to VTY users?

  • A. 1
  • B. 7
  • C. 13
  • D. 15
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
error_909
Highly Voted 3 years, 7 months ago
if we assume that the enable password is set, then the vty will have the privilege of 15. If enable password is not set, then the vty privilege level will be 1. I would assume that is there is no enable password exist since its not shown. I would choose A
upvoted 11 times
...
edg
Highly Voted 4 years, 9 months ago
The answer is letter "A": 1. https://www.oreilly.com/library/view/hardening-cisco-routers/0596001665/ch04.html "Default Privilege Levels The bottom and least privileged level is level 0. This is the only other level besides 1 and 15 that is configured by default on Cisco routers. Next is level 1, the default user level. This level provides the user with many more commands that allow the user to display router information, telnet to other systems, and test network connectivity with ping and traceroute. Level 2, which is not enabled by default, adds a few additional show and clear commands, but provides no opportunity for a user to reconfigure the router. Finally, level 15 allows full access to all router commands."
upvoted 11 times
...
AbdullahMohammad251
Most Recent 8 months ago
Selected Answer: A
Tested in Packet Tracer: If the privilege level doesn't show up under the line settings, then it's set to '1'.
upvoted 1 times
...
[Removed]
11 months, 2 weeks ago
Selected Answer: A
A is correct default is 1
upvoted 1 times
...
nobodyknows11
1 year, 4 months ago
Selected Answer: A
The answer A is correct.
upvoted 2 times
...
teems5uk
1 year, 4 months ago
Selected Answer: A
The configuration snippet provided doesn't explicitly mention a privilege level for VTY users. However, based on the configuration shown: The line vty 0 4 and line vty 5 15 configurations set passwords for VTY lines but don't explicitly assign privilege levels. By default, when a privilege level isn't configured explicitly for VTY lines, they default to privilege level 1. Therefore, looking at the provided configuration, the correct answer would be: A. 1
upvoted 3 times
...
ibogovic
1 year, 10 months ago
Selected Answer: D
D. 15 In the given configuration, the "line vty 0 4" and "line vty 5 15" commands are used to configure the virtual terminal lines (VTY) for remote access. The "login" command is enabled under both VTY lines, which means that authentication is required for VTY access. Since the privilege level is not explicitly specified under the VTY lines, it defaults to the highest privilege level, which is 15. Therefore, VTY users will have privilege level 15 when accessing the router.
upvoted 1 times
Toob93
1 year, 8 months ago
i think you studying the wrong CCNP. The default is 1 and NOT 15.
upvoted 2 times
mgiuseppe86
1 year, 7 months ago
this comment made me laugh out loud
upvoted 3 times
...
...
...
nushadu
2 years, 4 months ago
Selected Answer: A
sw1# sw1#telnet 192.168.255.55 Trying 192.168.255.55 ... Open User Access Verification Password: cisco_R5>show privilege Current privilege level is 1 <<<<<<<<<<<<<<<<<<<<<<< cisco_R5> cisco_R5>ena Password: cisco_R5#sh runn | i aaa no aaa new-model cisco_R5#sh runn | s line line con 0 exec-timeout 60 0 logging synchronous line aux 0 line vty 0 4 password 777 login transport input telnet cisco_R5# cisco_R5#show users Line User Host(s) Idle Location 0 con 0 idle 00:01:21 * 2 vty 0 idle 00:00:00 192.168.255.2 Interface User Mode Idle Peer Address cisco_R5#
upvoted 2 times
nushadu
2 years, 4 months ago
enable mode == 15 cisco_R5#show privilege Current privilege level is 15 cisco_R5#
upvoted 1 times
...
...
tckoon
2 years, 7 months ago
Selected Answer: A
show run all , will reveal the default privilege of the con & vty line con 0 exec-timeout 10 0 timeout login response 30 privilege level 1 line vty 0 4 exec-timeout 10 0 timeout login response 30 privilege level 1 flush-at-activation
upvoted 3 times
...
sOI852POL
3 years, 8 months ago
Given answer is correct, Lines (CON, AUX, VTY) default to level 1 privileges
upvoted 1 times
...
[Removed]
3 years, 12 months ago
The given answer is correct The vty user will have privi 1. Enable command required to elevate to privi 15.
upvoted 2 times
...
whiteherondance
3 years, 12 months ago
I think the answer is A - 1. Some people are arguing that it is D -15 because you require level 15 for privilege to perform the 'show run' command, but that argument assumes that the output was generated from a vty connection. If you look at the config for console and aux, they have priv 15 set, meaning we can probably assume the show run command was executed from the con or aux lines, and not the vty line (because it has the default privilege of 1). For this reason, I think it's A.
upvoted 2 times
...
MarkJames
4 years, 1 month ago
the answer is 15, not 1. # is level 15 and > level one. You cant run show commands in user exc mode.
upvoted 2 times
masterminion
4 years, 1 month ago
How do you know that the connection was made through the VTY line to execute the command and not the Console line
upvoted 5 times
...
...
renegade_xt
4 years, 2 months ago
its 15, you cant do ''sh run'' in level 1 :) plus the sign is ''#'' not ''>'' https://learningnetwork.cisco.com/s/blogs/a0D3i000002eeWTEAY/cisco-ios-privilege-levels
upvoted 1 times
renegade_xt
4 years, 2 months ago
Cancel that, Lines (CON, AUX, VTY) default to level 1 privileges. https://www.oreilly.com/library/view/hardening-cisco-routers/0596001665/ch04.html
upvoted 4 times
...
...
anonymous1966
4 years, 3 months ago
Book: CCNP and CCIE Enterprise Core ENCOR 350-401 Official Cert Guide Page: 761 Privilege level 1: Also known as User EXEC mode. The command prompt in this mode includes a greater-than sign (R1>). From this mode it is not possible to make configuration changes; in other words, the command configure terminal is not available.
upvoted 1 times
...
jarz
4 years, 5 months ago
I agree with A being the correct answer.
upvoted 1 times
...
Thelma05
4 years, 6 months ago
Answer is Level 15 privilege mode, Level 1 is an executive mode
upvoted 1 times
timtgh
2 years, 11 months ago
All of the levels are referred to as privilege levels, even though Level 15 has nicknames ("enabled mode" and "privileged mode").
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago