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
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."
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
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.
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#
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
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.
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
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.
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
error_909
Highly Voted 3 years, 7 months agoedg
Highly Voted 4 years, 9 months agoAbdullahMohammad251
Most Recent 8 months ago[Removed]
11 months, 2 weeks agonobodyknows11
1 year, 4 months agoteems5uk
1 year, 4 months agoibogovic
1 year, 10 months agoToob93
1 year, 8 months agomgiuseppe86
1 year, 7 months agonushadu
2 years, 4 months agonushadu
2 years, 4 months agotckoon
2 years, 7 months agosOI852POL
3 years, 8 months ago[Removed]
3 years, 12 months agowhiteherondance
3 years, 12 months agoMarkJames
4 years, 1 month agomasterminion
4 years, 1 month agorenegade_xt
4 years, 2 months agorenegade_xt
4 years, 2 months agoanonymous1966
4 years, 3 months agojarz
4 years, 5 months agoThelma05
4 years, 6 months agotimtgh
2 years, 11 months ago