11-28-2016 10:14 PM - edited 03-11-2019 12:15 AM
Hi
I have the following commands configured on my switches
aaa new-model
aaa authentication login default group tacacs+ enable
aaa accounting commands 15 default stop-only group tacacs+
aaa session-id common
tacacs-server host 1.1.1.1 key 7 0532091A0C595D1D3B00351D190900
tacacs-server host 2.2.2.2 key 7 0532091A0C595D1D3B00351D190900
tacacs-server directed-request
I need to know when does the TACACS server host failback to the 2.2.2.2 IP. The request goes only to the 1.1.1.1, and if the authentication fails, it won't let you in. Please tell me how the sequence of servers work.
Solved! Go to Solution.
11-29-2016 10:43 AM
Hello Jahas-
The TACACS/AAA servers are processed in a top-down fashion. Thus, the network device in your example will always use 1.1.1.1 unless it becomes unavailable. If the 1.1.1.1 becomes unavailable then the network device will start using 2.2.2.2.
I hope this helps!
Thank you for rating helpful posts!
11-29-2016 10:43 AM
Hello Jahas-
The TACACS/AAA servers are processed in a top-down fashion. Thus, the network device in your example will always use 1.1.1.1 unless it becomes unavailable. If the 1.1.1.1 becomes unavailable then the network device will start using 2.2.2.2.
I hope this helps!
Thank you for rating helpful posts!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide