Have a Cisco 3550 that has tacacs+ authentication setup on it. When the Cisco ACS goes down, I can not login local to it and it appears that it goes into a loop trying to find the ACS. Here is what I have setup. Can someone please tell me what I have wrong here?
enable secret 5 XXXXXXXXXXX
!
aaa new-model
aaa authentication login default group tacacs+
aaa authentication enable default group tacacs+
aaa authorization exec default group tacacs+ local
!
aaa session-id common
_______________
tacacs-server host x.x.x.x timeout 20
tacacs-server host x.x.x.x
tacacs-server directed-request
tacacs-server key 7 **********
radius-server source-ports 1645-1646
Any help will be greatly appreciated.
enable secret 5 XXXXXXXXXXX
!
aaa new-model
aaa authentication login default group tacacs+
aaa authentication enable default group tacacs+
aaa authorization exec default group tacacs+ local
!
aaa session-id common
_______________
tacacs-server host x.x.x.x timeout 20
tacacs-server host x.x.x.x
tacacs-server directed-request
tacacs-server key 7 **********
radius-server source-ports 1645-1646
Any help will be greatly appreciated.