08-29-2017 10:24 AM - edited 02-21-2020 06:15 AM
Hi:
I have one simple question, I want to implement a secondary instance to my server ACS. Those servers have to be in the same network?? This is necesarry for replication?.
Because right now each one have its own net.
Thanks.
Solved! Go to Solution.
08-29-2017 11:15 AM
08-30-2017 12:58 AM
So as an example here is a snip from my own config for the actual servers, then you would add your aaa commands. I believe the first server in group is tried first and then the second one if the first is down, however both your primary instance and secodary instance will be able to serve TACACs requests on demand (e.g if you only had your secondary listed below, authentication will still work)
aaa group server tacacs+ ABZ_ACS
server name TAC1
server name TAC2
tacacs server TAC1
address ipv4 x.x.x.x
key 7 .....
tacacs server TAC2
address ipv4 y.y.y.y
key 7 ......
08-29-2017 11:15 AM
08-29-2017 02:10 PM
Thanks a lot! GRANT3779 just one more question. How is the configuration for the devices? I have to configure the tacacs server lines for the primary and secondary instance?
08-30-2017 12:58 AM
So as an example here is a snip from my own config for the actual servers, then you would add your aaa commands. I believe the first server in group is tried first and then the second one if the first is down, however both your primary instance and secodary instance will be able to serve TACACs requests on demand (e.g if you only had your secondary listed below, authentication will still work)
aaa group server tacacs+ ABZ_ACS
server name TAC1
server name TAC2
tacacs server TAC1
address ipv4 x.x.x.x
key 7 .....
tacacs server TAC2
address ipv4 y.y.y.y
key 7 ......
08-30-2017 07:03 AM
Thanks so much
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