Note
After this step, TACACS+ will failover to secondary server.Note
Only after configuring shared-secret password for primary server, TACACS+ will fallback to primary server from secondary.To unconfigure the existing TACACS+ server, use the following command:
unconfigure tacacs server [primary | secondary]
To configure a TACACS+ server, use the following command:
configure tacacs [primary | secondary] server [ipaddress | hostname] {tcp_port} client-ip ipaddress {vr vr_name}
To configure shared-secret password for TACACS+ server, use the following command.
configure tacacs [primary | secondary] shared-secret {encrypted} string
When only a single TACACS+ server is configured, it is essential to disable tacacs-authorization(if enabled) before reconfiguring TACACS+ server.
Note
Command disable tacacs is not required while changing TACACS+ servers. And it is recommended to disable tacacs-authorization (if enabled), before disabling TACACS+.