Configuring TACACS+ Authentication on Cisco Devices
# Configure TACACS+ server aaa new-model tacacs-server host 192.168.1.100 tacacs-server key mysecretkey # Define authentication method for login aaa authentication login default group tacacs+ local # First attempt TACACS+; fall back to local if TACACS+ is unreachable # Define authentication method f...