I have the following config on my switch...
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication login CONSOLE line
aaa authorization config-commands
aaa authorization exec default group tacacs+ local
aaa authorization commands 1 default group tacacs+ if-authenticated
aaa authorization commands 10 default group tacacs+ if-authenticated
aaa authorization commands 15 default group tacacs+ if-authenticated
The problem is that when I log into the switch via console port, and I enter these commands in, I instantly get "Command Authorization Failed" on any commands there after. It's mind boggling because there is no possible way the switch is talking to my Cisco ACS. I didn't even put in the tacacs-server key. I'm being forced to reboot the box each time. What am I missing?
Thank you for your time. I'm using IOS Version 12.2(25)SEB4.
-Andrew