Configuration Guide TACACS+ Configuration
tacacs-server host 192.168.12.218
tacacs-server host 192.168.12.217
tacacs-server key aaa
!
line con 0
line vty 0
line vty 1 4
!
Using TACACS+ by Login Authorization
1. Enables aaa first:
Ruijie# configure terminal
Ruijie(config)# aaa new-model
2. Then configures tacacs+ server information:
Ruijie(config)# tacacs-server host 192.168.12.219
Ruijie(config)# tacacs-server key aaa
3. Configures the authorization method of using tacacs+:
Ruijie(config)# aaa authorization exex test group tacacs+
4. Applies the authorization on the interface:
Ruijie(config)# line vty 0 4
Ruijie (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:
Ruijie#show running-config
!
aaa new-model
!
!
aaa authorization exec test group tacacs+
!
tacacs-server host 192.168.12.219