DES-7200 Configuration Guide Chapter 3 TACACS+ Configuration
3-8
tacacs-server key aaa
!
line con 0
line vty 0 4
login authentication test
!
3.4.2 Using TACACS+ by
Enable Authentication
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 host 192.168.12.218
DES-7200(config)# tacacs-server host 192.168.12.217
DES-7200(config)# tacacs-server key aaa
Configures tacacs+ server group using a part of the servers in the server list:
DES-7200(config)# aaa group server tacacs+ tacgroup1
DES-7200(config-gs-tacacs)# server 192.168.12.219
DES-7200(config-gs-tacacs)# server 192.168.12.218
3. Configures authentication method of using tacgroup1:
DES-7200(config)# aaa authentication enable default group tacgroup1
Through the above configuration, you implement to configure enable authentication
of some tacacs+ servers. The configuration is shown as follows;
DES-7200#show running-config
!
aaa new-model
!
!
aaa group server tacacs+ tacgroup1