Modify TACACS+ Server Configuration

Before you begin

Only admin users can perform this procedure.

About this task

Perform this procedure modify the client-side TACACS+ server configuration.

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. Enter the Config mode.
    device(config)# 
  3. Enter TACACS+ server configuration mode.
    device(config)# tacacs-server host 10.2.3.5
    device(config-tacacs-config)#
  4. Modify the required the parameters.
    • host
    • plain-key
    • encrypted-key
    device(config-tacacs-config)# plain-key "changedsec"
  5. Return to the Exec mode and verify the configuration.
    device(config-tacacs-config)# end
    device# show running-config tacacs-server tacacs-server host 10.2.3.5 encrypted-key "jahasjikjdoaskjuihuhiaoljsiaknkaiua="