|
| ||||||||||
| Tags: authentication, login, password, tacas, troubleshoot |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| AAA enable password authentication failed
Code: my configurations for AAA as below: aaa authentication login ACS group tacacs+ local aaa authentication enable default group tacacs+ enable aaa authorization config-commands aaa authorization exec ACS group tacacs+ local aaa authorization commands 0 ACS group tacacs+ local aaa authorization commands 15 ACS group tacacs+ local aaa accounting commands 1 ACS start-stop group tacacs+ aaa accounting commands 15 ACS start-stop group tacacs+ |
|
#2
| |||
| |||
| Re: AAA enable password authentication failed
I think when I did this with RADIUS is was a setting on the RADIUS server that I had to set to tell the router to concede privilege access. I'd begin with taking a gander at your TACACS server for the setting. |
|
#3
| |||
| |||
| Re: AAA enable password authentication failed
My Radius Configurations are as follows: It's the Cisco-AVpair line that does it- Code: server ~ # cat /etc/raddb/users
username Cleartext-Password := "letmein"
Service-Type = Nas-Prompt-User,
Cisco-Avpair = "shell:priv-lvl=15" |
|
#4
| |||
| |||
| Re: AAA enable password authentication failed
This is what I was intuition. In the event that you have ' privilege level 15' in the vty line arrangement and your username is arranged with this priv. level then when you mark in you will mark in at priv-exec. |
|
#5
| |||
| |||
| Re: AAA enable password authentication failed
Here are my entire users DataBase: Code: server ~ # cat /etc/raddb/users
username Cleartext-Password := "letmein"
Service-Type = Nas-Prompt-User,
Cisco-Avpair = "shell:priv-lvl=15"
rview Cleartext-Password := "rview"
Service-Type = NAS-Prompt-User,
cisco-avpair = "shell:priv-lvl=0"
DEFAULT Group == "disabled", Auth-Type := Reject
Reply-Message = "Your account has been disabled." Code: aaa new-model ! ! aaa authentication login default group radius local aaa authentication login CON group radius local none aaa authorization exec default group radius local ! line con 0 privilege level 15 logging synchronous login authentication CON |
|
#6
| |||
| |||
| Re: AAA enable password authentication failed
I did connected ACS gather under VTY line, misguided. This was my new AAA unique-model. What I need after all it will put me in priv-exc model if my TACACS id is arranged for level 15. Abnormal is that, I connected same sets of AAA summons on switches too, but it do request from me prepare secret key. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "AAA enable password authentication failed" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Authentication failed on users who shutdown | lionfish37 | Networking & Security | 1 | 12-01-2011 01:15 AM |
| Enable Kernel mode Authentication | jennifer | Networking & Security | 3 | 27-06-2009 05:20 PM |
| Registry Key to enable NTLM authentication on 2008 DC | Pratim | Active Directory | 1 | 05-05-2009 04:55 PM |
| Enable Kerberos Authentication | Tom | Windows Server Help | 2 | 08-11-2008 02:37 AM |
| Authentication issues with the .NET Password | Arkad | Software Development | 3 | 23-10-2008 03:07 PM |