02-05-2025 11:27 AM
Is there a way for each admin account to have its own unique secret to log into the switch and also a unique enable password to enter privilege exec mode?
As of now we have a few username accounts with their own unique secrets to logon but we all share the same enable password ?
thanks for the help.
Solved! Go to Solution.
02-05-2025 12:29 PM
If all those users are good to go into privilege 15 mode then what you can do is configuring the command "privilege level 15" under all the VTY lines. This will take the authenticated user directly to privilege 15 without having to type enable.
Alternatively, if only some of them would be allowed to privilege 15 then you can rely on the rotary feature which would allow you to specify a rotary ID alongside a port for the VTY lines. Example:
ip ssh port 2001 rotary 1
line vty 5 15
rotary 1
privilege level 15
In that case the users that would go into privilege 15 directly would need to use port 2001 to SSH into the device. If a user don't specify port 2001 they will be taken to VTY lines from 0 to 4 where they had to type enable before they go into privilege 15 level.
02-05-2025 11:33 AM
You can not have multiple enable password.
What you should do actually is add a TACACS server to your network to overcome this limitation and security issue.
02-05-2025 12:29 PM
If all those users are good to go into privilege 15 mode then what you can do is configuring the command "privilege level 15" under all the VTY lines. This will take the authenticated user directly to privilege 15 without having to type enable.
Alternatively, if only some of them would be allowed to privilege 15 then you can rely on the rotary feature which would allow you to specify a rotary ID alongside a port for the VTY lines. Example:
ip ssh port 2001 rotary 1
line vty 5 15
rotary 1
privilege level 15
In that case the users that would go into privilege 15 directly would need to use port 2001 to SSH into the device. If a user don't specify port 2001 they will be taken to VTY lines from 0 to 4 where they had to type enable before they go into privilege 15 level.
02-05-2025 12:40 PM
Thanks for the options. These will all be privileged users, so i will use your recommendation thank you.
02-05-2025 12:45 PM
You're welcome.
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