04-19-2012 12:23 PM - edited 03-07-2019 06:14 AM
Hello Support Community;
Is there a way to configure aaa for vty lines and not async lines? Our vty lines are used for Network admins to access the routers. Our async lines (line 0/0/0 to 0/0/15) are used for RS-232 devices. They are also access via reverse telnet connections. I don't want to be asked for passwords.
Thank You
Sean B.
Solved! Go to Solution.
04-19-2012 01:03 PM
Hi Sean ,
You could configure the default authentication as wanted for general use ( ssh/telnet ), and configure a list that does not require any authentication :
aaa authentication login default group tacacs local
aaa authentication login ASYNC none
line x y
login authen ASYNC
Dan
04-19-2012 01:03 PM
Hi Sean ,
You could configure the default authentication as wanted for general use ( ssh/telnet ), and configure a list that does not require any authentication :
aaa authentication login default group tacacs local
aaa authentication login ASYNC none
line x y
login authen ASYNC
Dan
04-20-2012 06:18 AM
Hello Dan;
Thank you for the answer.
Sean
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