cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
5
Helpful
2
Replies

Local authorization configuration

networker99
Level 1
Level 1

I have our ASA's authenticating against ACS (tacacs+) and using ACS authorization which all works, but when the ACS server is unavailable I can log in using local authentication but I have no authorization rights. Is there a way to grant full authorization rights to the local user if ACS is unavailable?

I am using

aaa authentication ssh console <tacacs> LOCAL

aaa authorization ssh console <tacacs> LOCAL

1 Accepted Solution

Accepted Solutions

Jatin Katyal
Cisco Employee
Cisco Employee

Hi,

You should have a local user on the ASA with privilege 15

You can add local user like this:

(config)#username password privilege 15

so this user account will have full access when your tacacs goes down.

HTH

JK

Plz rate helpful posts-

~Jatin

View solution in original post

2 Replies 2

Jatin Katyal
Cisco Employee
Cisco Employee

Hi,

You should have a local user on the ASA with privilege 15

You can add local user like this:

(config)#username password privilege 15

so this user account will have full access when your tacacs goes down.

HTH

JK

Plz rate helpful posts-

~Jatin

Yea I did have that user.. it was becuase I had not fully logged out after applying the commands.. all okay now.. thanks