12-28-2016 10:15 AM - edited 03-08-2019 08:44 AM
While configuring tacacs on a new 2960x with 15.2(2)E4, I got the message that the cli is being deprecated:
So I did this:
tacacs server Deer
address ipv4 10.1.1.1
key key 0 blah 1
timeout 5
tacacs server Hunter
address ipv4 10.1.1.2
key 0 blah 2
timeout 5
So my question is, can I use the arbitrary names or do I need to use the actual names of the servers? And if I use the actual names of the servers, do I still need to include their ipv4 addresses?
Solved! Go to Solution.
12-28-2016 10:56 AM
For names, you can use anything you want. What is important is the IP address of the actual server.
HTH
12-28-2016 12:07 PM
You can also group the servers together under one group
example:
aaa group server tacacs+ blah
server-private 1.1.50.1 key 7 (key)
server-private 1.1.80.1 key 7 (key)
Thanks for the rating and good luck!
12-28-2016 10:56 AM
For names, you can use anything you want. What is important is the IP address of the actual server.
HTH
12-28-2016 11:33 AM
Perfect, thank you very much!
12-28-2016 12:07 PM
You can also group the servers together under one group
example:
aaa group server tacacs+ blah
server-private 1.1.50.1 key 7 (key)
server-private 1.1.80.1 key 7 (key)
Thanks for the rating and good luck!
12-28-2016 12:12 PM
I'd also wondered about that. Grazie
03-27-2018 01:04 AM
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