cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13468
Views
10
Helpful
5
Replies

How do you turn off aaa authentication/authorization on a console port?

Eamon.Moran
Level 1
Level 1

I have aaa running on my router but do not want it on the console port. How do I turn it off

5 Replies 5

4brown
Level 1
Level 1

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

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

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

This is working .I just enable console using this.Thanks . 

on top of what 4brown has suggested, youll need
 aaa authorization console

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: