07-23-2007 06:30 AM - edited 03-03-2019 05:59 PM
Hello,
I have played a bit with assigning different privilege level to a user, but seems not working because always get the default level assigned to the particular line.
Config:
username dummy privilege 7 password dummy
aaa authentication login enhanced local
!
line vty 1
login authentication enhanced
after login into the router through line 1 with the dummy user I get privilege level 1.
Line User Host(s) Idle Location
2 vty 0 idle 00:00:50
* 3 vty 1 dummy idle 00:00:00
router>s priv
Current privilege level is 1
Is it a bug or i have missed something?
Thanks,
Krisztian
Solved! Go to Solution.
07-23-2007 07:22 AM
You are missing the authorization piece of the AAA.
aaa authorization exec enhanced local if-authenticated
07-23-2007 07:22 AM
You are missing the authorization piece of the AAA.
aaa authorization exec enhanced local if-authenticated
07-23-2007 07:37 AM
Hi,
Yes it is working now, but I had to add the authorization exec enhanced under the particular line.
Thanks,
Krisztian
07-23-2007 10:35 AM
Hi ,
Since you are using named method list, that is why you had to add it in particular line.
Regards,
~JG
07-23-2007 12:38 PM
Yes, if you would use method that is named "default", you wouldn't have to configure it under the line, only in global.
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