05-09-2005 06:35 PM - edited 03-10-2019 02:08 PM
I have following configured on the PIX:
user user1 password cisco1 privilege 1
user user15 password cisco15 privilege 15
aaa authentication telnet console LOCAL
aaa authorization command LOCAL
I used both user1 and user15 login(via telnet), there's no difference between these 2 users in term of privilege level.
Is this the correct way to do authorization on PIX? I would like to let some users to only be able to look at the ocnfigurations, and let other users to be able to change the configuration. How can I do that?
Thanks
05-13-2005 11:42 AM
Follow these steps to configure Telnet console access:
Authentication Steps For Local Usernames
(config)# username user1 password cisco1 privilege 15
(config)# aaa-server LOCAL protocol local
(config)# aaa authentication telnet console LOCAL
05-13-2005 04:23 PM
I have no problem with Authentication. My question is how to configure the authorization on PIX. It seems the local authorization doesn't work.
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