02-16-2012 07:16 AM - edited 02-21-2020 05:53 PM
I'm using a terminal server to access the serial output from a device. I don't want to require a username and password when accessing one of the serial lines (it's just streaming output), but I want to use tacacs+ for authentication when accessing the vty. Any time I add "aaa new-model" it always starts asking for a username when I telnet to port 2015. Is there any way to get tacacs+ only on the vty/console?
02-16-2012 11:19 AM
OK, I figured it out. I added the following to my aaa config to define a separate authentication type:
aaa authentication login serial none
Then, on the serial lines where I wanted to disable the username/password I added the following:
login authentication serial
02-19-2012 06:07 PM
Gregg
I am glad that you figured out the solution to your own problem. (frequently the things that we learn the best are the things that we figure out on our own). Thanks for posting back to the thread and telling us how you solved this problem.
HTH
Rick
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