cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
515
Views
4
Helpful
4
Replies

Using TACACS+ Authorization

juniorrookie
Level 1
Level 1

I am trying to allow specific users to have limited priviledges when logging on to AAA clients. I have the authentication working, however I am unable to specify what commands they can use. I have tried using a per command authorization sets with no luck. Has anyone had any success with this?

4 Replies 4

darpotter
Level 5
Level 5

Hi

I personally know of 100s of customers who use this feature. So yes it does work.

Can you provide any more info?

My experience with tacacs command authorization is that once you give up "conf t" that's it, you've given them everything. Tac seems unable to delve further down the command chain than one level, so you can choose to allow "conf net" instead, but anything beyond that and your configuration is irrelavent.

rajakumar.P
Level 1
Level 1

Hi Rookie,

Try like this it will help you:

aaa authorization config-commands

aaa authorization exec default group tacacs+ local

aaa authorization commands 1 default group tacacs+ local

aaa authorization commands 15 default group tacacs+ group windows-users local

aaa accounting exec default start-stop group tacacs+

Regards,

Arun