The Foundation Summary is a collection of tables that provides a convenient review of many key concepts in this chapter. If you are already comfortable with the topics in this chapter, this summary can help you recall a few details. If you just read this chapter, this review should help solidify some key facts. If you are doing your final preparation before the exam, these tables and figures are a convenient way to review the day before the exam.
Table 17-2. AAA Configuration Commands
Task | Command Syntax |
|---|
Enable AAA on a switch | aaa new-model |
Use local authentication | username username password password |
Define individual authentication servers | radius-server host {hostname | ip-address} [key string] tacacs-server host {hostname | ip-address} [key string] |
Define a group of authentication servers | aaa group server {radius | tacacs+} group-name server ip-address |
Define a list of authentication methods to try | aaa authentication login {default | list-name} method1 [method2 ...] |
Apply an authentication method list to a line | login authentication {default | list-name} |
Define a list of authorization methods to try | aaa authorization {commands | config-commands | configuration | exec | network | reverse-access} {default | list-name} method1 [method2 ...] |
Apply an authorization method list to a line | authorization {commands level | exec | reverse-access} {default | list-name} |
Define a list of accounting methods to try | aaa accounting {system | exec | commands level} {default | list-name} {start-stop | stop-only | wait-start | none} method1 [method2...] |
Apply an accounting method list to a line | accounting {commands level | connection | exec} {default | list-name} |