Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | aaa authorization exec default group tacacs+ |
2 | Use TACACS+ for authorizing CLI access | ||||
3 | |||||
4 | aaa authorization exec default local | ||||
5 | Use local UNIX /etc/passwd for authorizing CLI access | ||||
6 | |||||
7 | aaa authorization exec default group tacacs+ local | ||||
8 | Use both TACACS+ and /etc/passwd for CLI authorization | ||||
9 | |||||
10 | no aaa authorization exec default | ||||
11 | Reset authorization sources for SSH CLI access. | ||||
12 | |||||
13 | |||||
14 |