...
|
Configuring TACACS+
Procedure
Step1 Enable TACACS+ function.
...
Step10 Commit the configurations.
commit
TACACS+ Configuration Example
...
As shown in Figure 1, PC1, PC2, and PC3 connect to the internet through the PICA8 Switch. Configure TACACS+ function on PICA8 Switch to accomplish authentication, authorization, and accounting of PC1, PC2, and PC3 through TACACS + server1 and TACACS + server2. Suppose PICA8 Switch connects to the TACACS + servers through management interface eth0.
Figure 1. TACACS+ Networking Topology
Procedure
Step1 Enable TACACS+ function.
...
Code Block |
---|
admin@XorPlus# commit |
Check the Configuration
- You can use the show system aaa tacacs-plus command to view the configuration information of TACACS+.
Code Block |
---|
admin@XorPlus# show system aaa tacacs-plus Waiting for building configuration. authorization disable: truefalse accounting: true server-ip 10.10.51.2 server-ip 10.10.51.3 key: "QT09cGljYThwaWNhOA==Y0ds" source-interface: "eth0" |