Hey,
I'm trying to add TACACS+ authorization and authentication to my 2960x and my 4451. I followed the new configuration examples but when I try to log in my with ssh I get an authorization failure and the local database never kicks in so the only way to get back in is to reboot. Is there something that needs to be changed on this config?
Ex config I mimicked:
tacacs-server host 192.168.9.25
tacacs-server key rycserdOb
!
aaa group server tacacs+ TAC_PLUS
server 192.168.9.25
aaa new-model
aaa authentication login default group tacacs+ local
aaa authorization console
aaa authorization exec default group tacacs+ local
Thanks