Configuration Guide                                                                                  TACACS+ Configuration 
tacacs-server key aaa 
! 
line con 0 
line vty 0 
authorization exec test 
line vty 1 4 
authorization exec test 
! 
Using TACACS+ by Level 15 Command Audit   
  Enables aaa first: 
Ruijie# configure terminal 
Ruijie(config)# aaa new-model 
  Then configures tacacs+ server information: 
Ruijie(config)# tacacs-server host 192.168.12.219  
Ruijie(config)# tacacs-server key aaa 
  Configures command audit method of using tacacs+: 
Ruijie(config)# aaa accounting commands 15 default group start-stop tacacs+ 
  Applies the authorization on the interface:   
Ruijie(config)# line vty 0 4  
Ruijie (config-line)# accounting commands 15 default 
Through the above configuration, you implement to configure enable authentication 
of some tacacs+ servers. The configuration is shown as follows;   
Ruijie# show running-config 
! 
aaa new-model 
! 
! 
aaa accounting commands 15 default group tacacs+ 
! 
!