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

tacacs + and local account

kfulen
Level 1
Level 1

Hello all.. Im trying to set up my cisco switch not to use the local account if the tacacs server is up. Here is what I have so far..thanks

aaa new-model
aaa authentication login default group tacacs+ local
aaa authorization config-commands
aaa authorization exec default group tacacs+ if-authenticated
aaa authorization commands 15 default group tacacs+ local
aaa accounting send stop-record authentication failure
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+

1 Accepted Solution

Accepted Solutions

Jatin Katyal
Cisco Employee
Cisco Employee

The current configuration you have will work in your favor.


aaa authentication login default group tacacs+ local


This command says user will be able to login via local username //password only if tacacs server goes down.


Conclusion : local user will not be able to authenticate in tacacs server presence.


HTH


Regds, Jatin


Do rate helpful posts~

~Jatin

View solution in original post

4 Replies 4

Jatin Katyal
Cisco Employee
Cisco Employee

The current configuration you have will work in your favor.


aaa authentication login default group tacacs+ local


This command says user will be able to login via local username //password only if tacacs server goes down.


Conclusion : local user will not be able to authenticate in tacacs server presence.


HTH


Regds, Jatin


Do rate helpful posts~

~Jatin

Thanks for your help!

I would really appreciate if you mark this thread resolved so that other can take help out of it.

~Jatin

Thanks