cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1408
Views
0
Helpful
1
Replies

aaa authorization

elite2010
Level 3
Level 3

Hi,

aaa authorization config-commands

aaa authorization exec default group tacacs+ local

aaa authorization commands 0 default group tacacs+ local

aaa authorization commands 10 default group tacacs+ local

aaa authorization commands 15 default group tacacs+ local

 

Am I missing any commands from the above. What if tacacs (ise failed ), All the commands will be authorized ? .

I want users will be able to login and enter commands in case  tacacs failed ?

 

Thanks

 

 

 

 

1 Accepted Solution

Accepted Solutions

Anurag Sharma
Cisco Employee
Cisco Employee

Hi @elite2010 ,

 

Assuming you already have the aaa authentication commands in place, I have a small suggestion:

 

aaa authorization commands 10 default group tacacs+ local 

 

Change it to:

 

aaa authorization commands 1 default group tacacs+ local 

 

Once you configure (one or more) privilege level 15 user, locally on the switch, it will work fine in case of TACACS server going unresponsive.

Hope that helps!
Please 'RATE' and 'MARK ACCEPTED', if applicable.

View solution in original post

1 Reply 1

Anurag Sharma
Cisco Employee
Cisco Employee

Hi @elite2010 ,

 

Assuming you already have the aaa authentication commands in place, I have a small suggestion:

 

aaa authorization commands 10 default group tacacs+ local 

 

Change it to:

 

aaa authorization commands 1 default group tacacs+ local 

 

Once you configure (one or more) privilege level 15 user, locally on the switch, it will work fine in case of TACACS server going unresponsive.

Hope that helps!
Please 'RATE' and 'MARK ACCEPTED', if applicable.