cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2625
Views
0
Helpful
3
Replies

AAA Command Console

ciscomoderator
Community Manager
Community Manager

(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.

3 Replies 3

b.speltz
Level 4
Level 4

config tline con 0 login authentication NO_AUTHENT

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

melars
Level 1
Level 1

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