09-28-2023 04:01 AM
09-28-2023 04:10 AM - edited 09-28-2023 04:19 AM
It is privilege level where 15 is the highest, and goes straight to config mode, aka privileged mode, u can add privilege level into username or add separate under console or/and telnet lines
username martin privilege 15 password cisco that is command; go to CLI, enable, config t, then add that command. then add following:
! to use console cable
line con 0
login local
privilege level 15
! to use telnet
line vty 0 4
password C1sc0
login
! or use login local which ask for above martin's password
privilege level 15
Regards, ML
**Please Rate All Helpful Responses **
09-28-2023 04:18 AM
He probably used a user with privilege 15. So just add privilege level to you user.
BR
09-28-2023 06:27 AM
Since you're learning Cisco, just want to mention there's NO privileged MODE but there are 16 (?) privilege LEVELS. The ENABLE command allows you to select a privilege level.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide