02-12-2020 03:56 AM
Hello,
I'm having a problem going to enable mode when my tacacs+ server is down.
I have cisco ISE in place working as my tacacs server, which is working correctly, the problem I'm having is when the switch loses connectivity to ISE and I need to login with the console cable, I can login using a local account on the switch but when I try to change the prompt to enable I get the "Error in Authentication".
Extra Info:
Radius is being used in ISE for basic mab port authentication
____________________________________
username xxxxxxxx privilege 15 secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
aaa new-model
!
!
aaa group server radius RAD_CTSCISE
server name RAD_CTSCISE
!
aaa authentication login default group tacacs+ local
aaa authentication login console local
aaa authentication enable default group tacacs+ enable
aaa authentication dot1x default group RAD_CTSCISE
aaa authorization exec default group tacacs+ local
aaa authorization network default group RAD_CTSCISE
aaa authorization auth-proxy default group RAD_CTSCISE
aaa accounting update newinfo
aaa accounting dot1x default start-stop group RAD_CTSCISE
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 7 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
!
!
line con 0
logging synchronous
login authentication console
_____________________________________________________
Thank You,
Solved! Go to Solution.
02-12-2020 04:44 AM
- It's always advisable to have local accounts and or privileged mode , not being dependent on external authentication sources , that being said could you flip aaa authentication login default group tacacs+ local into aaa authentication login default group local tacacs+
M.
02-12-2020 05:24 AM
Thanks.
I changed it to "aaa authentication login default local group tacacs+"
02-12-2020 04:44 AM
- It's always advisable to have local accounts and or privileged mode , not being dependent on external authentication sources , that being said could you flip aaa authentication login default group tacacs+ local into aaa authentication login default group local tacacs+
M.
02-12-2020 05:24 AM
Thanks.
I changed it to "aaa authentication login default local group tacacs+"
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