Hello, I have configured Authentication/Authorization on my Ruckus ICX 7150 swithes via AAA (Tacacs+(Cisco ACS)). Authentication/Authorization works fine via SSH, but as I have discovered console doesn't work anymore. I connect the cable to console port but nothing happend
Here is my config:
aaa authentication login default tacacs+ local
aaa authentication login privilege-mode
aaa authorization commands 0 default tacacs+ none
aaa authorization exec default tacacs+ none
aaa accounting exec default start-stop tacacs+
Which command I have missed?
Thanks.