This article provides information about the configuration for TACACS Plus.
Information about the configuration for TACACS Plus.
To configure TACACS Plus, perform the following procedure:
user@switch #set system authentication-order tacplus
user@switch #set system authentication-order password
user@switch #set system tacplus-server 10.1.110.150 port 49
user@switch #set system tacplus-server 10.1.110.150 secret “$ABC123"
user@switch #set system tacplus-server 10.1.110.150 timeout 5
user@switch #set system tacplus-server 10.1.110.150 source-address 10.96.105.208
user@switch #set system accounting events login
user@switch #set system accounting events change-log
user@switch #set system accounting events interactive-commands
user@switch #set system accounting destination tacplus server 10.1.110.150 secret “$ABC123"
user@switch #set system accounting destination tacplus server 10.1.110.150 source-address 10.96.105.208
2020-02-23: Changed encrypted password to “$ABC123".