What does TACACS+ stand for?
Terminal Access Control Access Control Server
What does RADIUS stand for?
Remote Authentication Dial-In User Service
What are some key differences between the way TACACS+ and RADIUS operate in regard to AAA?
When setting up AAA via an ACS server, what step should you always to do avoid getting locked out of a router?
Be sure to always configure a local user in case the ACS server becomes unreachable or is not yet configured.
(config)# username admin privilege 15 secret cisco
What command would tell a router to check an ACS server for authentication before trying the local database?
(config)# aaa authentication login AUTH_via_tacacs group tacacs+ local
What command configures a router to authentication / authorize with an ACS server?
(config)# tacacs-server host 192.168.1.251 key password123
What is the maximum amount of ways a user can be authenticated using method list?
Four
What command must be issued on a router before any ACS functions can be used?
(confg)# aaa new-model