02-05-2003 08:01 AM - edited 03-10-2019 07:08 AM
I have aaa running on my router but do not want it on the console port. How do I turn it off
02-05-2003 08:10 AM
Assuming you are using exec and command authorization, create custom lists like:
aaa authentication login NO_AUTHEN none
aaa authorization exec NO_AUTHOR none
aaa authorization commands 15 NO_AUTHOR none
Then assign the lists to the console port:
line con 0
authorization commands 15 NO_AUTHOR
authorization exec NO_AUTHOR
login authentication NO_AUTHEN
02-05-2003 08:32 AM
didn't work, I already have aaa running on this router for all telnet users. I want to disable aaa for the console port and only using the line password
02-05-2003 08:58 AM
What I sent disables aaa altogether on the console port. It will take you right in with no authentication or authorization.
If you want to use the line password for authentication then do this:
aaa authentication login LINE line
line con 0
login authentication LINE
password xxxxxx
02-09-2016 11:56 PM
This is working .I just enable console using this.Thanks .
05-31-2017 05:58 PM
on top of what 4brown has suggested, youll need
aaa authorization console
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