Modify the Client-Side TACACS+ Server Configuration

Learn how to modify the client-side TACACS+ server configuration.

Before you begin

You must have the admin role to perform this task.

Procedure

  1. Display the configured server IP addresses.
    device# show running-config tacacs-server 
    tacacs-server host 10.2.3.5
       encrypted-key "jahasjikjdoaskjuihuhiaoljsiaknkaiua="
    
    tacacs-server host 1.2.3.4 
       encrypted-key JMeYDVdBN4Vb-wx35d7HnXIE8BL9KLUcEcePFwMNGo
  2. Run the configure terminal command to access Config mode.
    The command line changes to configuration mode.
    device(config)# 
  3. Enter TACACS+ server configuration mode.
    device(config)# tacacs-server host 10.2.3.5
    device(config-tacacs-config)#
    After running the command, you are in TACACS server configuration mode.
  4. Specify the parameters that you want to modify. This example shows how to modify the shared secret key.
    device(config-tacacs-config)# plain-key "changedsec" 
  5. Return to privileged EXEC mode.
    device(config-tacacs-config)# end
  6. Run the show running-config tacacs-server command to verify the configuration.
    device# show running-config tacacs-server 
    tacacs-server host 10.2.3.5 
        encrypted-key "jahasjikjdoaskjuihuhiaoljsiaknkaiua="