02-15-2018 01:52 PM - edited 03-08-2019 01:52 PM
Anyone know how to configure a switch/router so if I login locally I must enter one password to login then another to enter privileged mode?
Solved! Go to Solution.
02-15-2018 02:08 PM
A second password can be used for getting to enable mode:
In config mode:
enable secret [level level] {password | [encryption-type] encrypted-password}
HTH
03-07-2018 02:06 PM
Thanks for the update letting us know that you have resolved the issue by re-doing the user IDs in the configs.
HTH
Rick
02-15-2018 02:08 PM
A second password can be used for getting to enable mode:
In config mode:
enable secret [level level] {password | [encryption-type] encrypted-password}
HTH
03-07-2018 07:53 AM
I configured enable secret level 5 like what you said and it still would not work. Even tried not entering level number.
So here are my configs (I am giving example of password I want to work):
aaa authentication login default group tacacs+ local line enable
aaa authentication enable default group tacacs+ enable
aaa authorization exec default group tacacs+ if-authenticated
aaa authorization commands 15 default group tacacs+ if-authenticated
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
username administrator level 15 secret PPPPPP
enable secret JJJJJJJ
03-07-2018 09:33 AM
To answer this question we need to see more of the configuration. In particular I am looking to see whether the line vty configuration might specify privilege-level.
HTH
Rick
03-07-2018 11:44 AM
Sorry disregard I figured it out. There were too many other configs conflictin or something.
I removed password config from line vty.
Removed and re-did local username accounts and now it works.
03-07-2018 02:06 PM
Thanks for the update letting us know that you have resolved the issue by re-doing the user IDs in the configs.
HTH
Rick
03-08-2018 02:00 PM
03-08-2018 02:10 PM
You are very welcome. I am glad that our suggestions pointed you in the right direction. And even more glad that you were able to resolve your own problem (those are the best kind of discussions on the forum). Thanks for marking this discussion as solved. This will help other readers in the forum to identify discussions which have helpful information.
HTH
Rick
03-09-2018 12:49 PM
03-09-2018 01:02 PM
The Nexus is little different. You need to enable the feature first:
feature privilege
enable secret 5 <password> priv 15
username test priv 15
HTH
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