05-07-2019 07:48 AM - edited 02-21-2020 11:05 AM
I'm migrating my devices from TACACS ACS to ISE. I have a 6509 that I've migrated. TACACS works and when consoling in global password takes but when I check the login via enable mode it keeps giving me an error in authentication message.
Ex:
User Access Verification
Password:
Sw1> en
username: xxxx
password:
%Error in authentication
I think it's a problem with my line con 0 configs:
line con 0
exec-timeout 15 0
password 7 xxxxxxx
authorization commands 0 no_aaa_authorization
authorization commands 1 no_aaa_authorization
authorization commands 15 no_aaa_authorization
authorization exec CONSOLE
logging synchronous
login authentication no_aaa_authentication
stopbits 1
Here's my AAA config:
aaa new-model
aaa group server tacacs+ TACACS-GROUP
aaa authentication login default group TACACS-GROUP local
aaa authentication login no_aaa_authentication line
aaa authentication login CONSOLE line
aaa authentication login LOGIN local enable
aaa authentication enable default enable group TACACS-GROUP
aaa authentication dot1x default group radius
aaa authorization config-commands
aaa authorization exec default group TACACS-GROUP if-authenticated
aaa authorization exec Console local
aaa authorization commands 0 default group TACACS-GROUP if-authenticated
aaa authorization commands 0 no_aaa_authorization none
aaa authorization commands 1 default group TACACS-GROUP if-authenticated
aaa authorization commands 1 no_aaa_authorization none
aaa authorization commands 15 default group TACACS-GROUP if-authenticated
aaa authorization commands 15 no_aaa_authorization none
aaa accounting exec default start-stop group TACACS-GROUP
aaa accounting commands 1 default start-stop group TACACS-GROUP
aaa accounting commands 15 default start-stop group TACACS-GROUP
aaa accounting system default start-stop group TACACS-GROUP
aaa session-id common
authorization commands 0 no_aaa_authorization
authorization commands 1 no_aaa_authorization
authorization commands 15 no_aaa_authorization
login authentication no_aaa_authentication
Any thoughts?
Solved! Go to Solution.
05-07-2019 07:58 AM
What kind of error do you see in ISE for this?
Also please verify the configuration with this guide.
05-07-2019 07:58 AM
What kind of error do you see in ISE for this?
Also please verify the configuration with this guide.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide