I had the typical configuration:
aaa new-model
username cisco privilege 15 password cisco
username test privilege 1 password cisco
aaa authentication login default local
aaa authorization exec default local
However, user cisco would still log in on console as a non-enabled user.
There is an additional command
aaa authorization console required at the global configuration level.
Once I added that line everything works as expected.
User Access Verification
Username: test
Username: test
Password:
R1>
R1>exit
R1>
R1>exit
User Access Verification
Username: cisco
Password: Username: cisco
R1#
No comments:
Post a Comment