DES-7200 Configuration Guide Chapter 3 TACACS+ Configuration
3-10
!
aaa new-model
!
!
aaa authorization exec test group tacacs+
!
tacacs-server host 192.168.12.219
tacacs-server key aaa
!
line con 0
line vty 0 4
authorization exec test
!
3.4.4 Using TACACS+ by Level
15 Command Audit
z Enables aaa first:
DES-7200# configure terminal
DES-7200(config)# aaa new-model
z Then configures tacacs+ server information:
DES-7200(config)# tacacs-server host 192.168.12.219
DES-7200(config)# tacacs-server key aaa
z Configures command audit method of using tacacs+:
DES-7200(config)# aaa accounting commands 15 test start-stop group tacacs+
z Applies the authorization on the interface:
DES-7200(config)# line vty 0 4
DES-7200 (config-line)# accounting commands 15 test
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
!