11-15-2021 05:57 AM
How to Login to directly into "privilege mode" for a specific user and not for ALL users?
how can it be done?
Solved! Go to Solution.
11-16-2021 01:09 AM - edited 11-16-2021 01:10 AM
After providing the following command, it worked
(config)#username backupuser privilege 15 password backupuser1!
(config)#aaa authorization exec default local
now only the above user login directly to privilege mode.
11-15-2021 06:46 AM
- Try
(config)#username <user> privilege 15 password <password>
M.
11-15-2021 07:05 AM
This didnt work.... already tried that
i dont know why
11-15-2021 07:20 AM - edited 11-15-2021 01:54 PM
it should worked, but the way, try it
(config)#username <user> privilege 15 secret <password> << change password to secret.
regards,
11-15-2021 10:08 AM
Not sure why it did not work. It would help us understand the issue better if you would post the running config (after disguising sensitive information). If you do not want to post the complete config then a starting point might be to post the output of show run | section aaa.
11-16-2021 12:58 AM
As requested, this is the aaa
CORESW#show running-config | sec aaa
aaa new-model
aaa authentication login default local
aaa session-id common
11-16-2021 01:09 AM - edited 11-16-2021 01:10 AM
After providing the following command, it worked
(config)#username backupuser privilege 15 password backupuser1!
(config)#aaa authorization exec default local
now only the above user login directly to privilege mode.
11-16-2021 10:49 AM
Thanks for the update. Glad to know that you found a solution for this issue.
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