11-29-2010 02:33 PM - edited 03-06-2019 02:16 PM
Hello to all,
I would like to know if it possible to create an account with the username command where the user we log directly into the Privileged Exec Mode. How can we create an account that we log directly into privileged Exec Mode but would not have access to all the commands.
I was only able to create some account where we log into the User Exec mode and we had to used the enable password to have acces to more commands but the problem is that the access was for all command. Should we create more than one enable secret and assign the secret to user having different security level or there is a way of creating an account that would log directly into the Privileged Exec mode with a limited set of available commands.
Thanks for your help
Stephane
11-29-2010 02:43 PM
Try role based interface access.
Manish
11-29-2010 02:58 PM
Stephane,
You need to create a user with a specified privelege (for example 7), and then configure the privilege to have special commands for EXEC or CONFIG or Interface Level commands.
Please refer to cisco documentation or feel free to ask if you need further assistance,
HTH
Mohamed
11-29-2010 03:21 PM
Hello,
does anybody knows how we can provide different administrative privilege levels for http or https access on catalyst switches for local and radius accounts?
I could only find some documents about http server activating/deactivating.
regards
Thilo
11-30-2010 02:33 AM
Stephane,
How can we create an account that we log directly into privileged Exec Mode but would not have access to all the commands
then you can do something like this:
username lol privilege level X secret passlol where X can be any level from 2 to 14
line con 0
privilege level 15
login local
your user lol will be in privileged mode without knowing enable password but with a privilege of 7 as you will see when issuing show priv
Regards.
11-30-2010 02:51 AM
Thilo,
ip http authentication[enable| local | tacacs] as you can see there is no radius here.
then look for tacacs authentication in configuration guide for your switch platform.
regards
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