DES-7200 Configuration Guide Chapter 3 TACACS+ Configuration
3-9
server 192.168.12.219
server 192.168.12.218
!
aaa authentication enable default group tacgroup1
!
!
tacacs-server host 192.168.12.219
tacacs-server host 192.168.12.218
tacacs-server host 192.168.12.217
tacacs-server key aaa
!
line con 0
line vty 0 4
!
3.4.3 Using TACACS+ by Login
Authorization
1. Enables aaa first:
DES-7200# configure terminal
DES-7200(config)# aaa new-model
2. Then configures tacacs+ server information:
DES-7200(config)# tacacs-server host 192.168.12.219
DES-7200(config)# tacacs-server key aaa
3. Configures the authorization method of using tacacs+:
DES-7200(config)# aaa authorization exec test group tacacs+
4. Applies the authorization on the interface:
DES-7200(config)# line vty 0 4
DES-7200 (config-line)# authorization exec test
Through the above configuration, you implement to configure to use tacacs+ by login
authorization. The configuration is shown as follows:
DES-7200#show running-config