04-06-2001 01:53 PM - edited 02-21-2020 09:56 AM
(Note: This message was posted as part of the "Ask the Expert" Event on AAA that took place March 26 to April 6. Feel free to respond to or form discussions around this question)
Posted by dcalvin - SENIOR SYSTEMS ANALYIST, CISCO CONSULTANT
Using a 2511 and configuring AAA/Radius, what command is used so the console port will not prompt for a userid and password?? Same for telneting, want to use the Secret password like before using AAA. Please help. Thank You.
04-13-2001 07:40 AM
config tline con 0 login authentication NO_AUTHENT
06-22-2001 04:07 AM
and also you should add this line to your router :
aaa authentication login NO_AUTHENT none
line con 0
login authentication NO_AUTHENT
line vty 0 4
login authentication NO_AUTHENT
06-27-2001 09:20 AM
make sure you also create a groupp for any authorization or accounting to be by-passed also. You could be ending up being logged in but not being able to issue any commands.
ex
aaa authorization commands 15 NO-AUTHOR none
line con 0
authorization commands 15 NO-AUTHOR
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