cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
381
Views
0
Helpful
2
Replies

AAA configuration assitance needed

matthewmphc
Level 1
Level 1

I am trying to setup TACACS authentication on a Cisco switch. I want the primary method to use TACACS for authentication, and I want the local username that I define in the switch to take over authentication should the AAA server become unavailable. I also would like for the enable password to use the same as my TACACS password. I'm not sure how to setup the enable pw to do this. What is the command? If I do a "aaa authentication enable default", the only options after that are "enable", "group", "line" and "none". Is there a way I can make the enable password use the TACACS pw, and use the local database pw if TACACS is unavailable?

2 Replies 2

Jagdeep Gambhir
Level 10
Level 10

Here are the commands that you would need,

Router(config)# username [username] password [password]

tacacs-server host [ip]

tacacs-server key [key]

aaa new-model

aaa authentication login default group tacacs+ local

aaa authentication enable default group tacacs+ none

On ACS ---> user set up---> Go to TACACS+ Enable Password

Click on "Use CiscoSecure PAP password"

Hope that helps !

Regards

Premdeep Banga
Level 7
Level 7

If you need that you should be able to use device's enable password when TACACS server is unavailable, then I would suggest to change the command,

aaa authentication enable default group tacacs+ none

to

aaa authentication enable default group tacacs+ enable

Rest remains the same.

Regards,

Prem

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: