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

Console Authentication

wasiimcisco
Level 1
Level 1

HI, I have cisco 1841 Router configured for AAA authentication.

Everything is fine only problem with console authentication. I dont want to have AAA authentication console. I want to use local console password prompt when somone console the router. Below mention is my configuration but still it is asking for the username and password. I want only password prompt and password that I have configured on the line console. But It is not working for me. Please tell me what I am missing.

aaa authentication login default group tacacs+ local enable
aaa authentication login console none
aaa authentication login notacacs local
aaa authentication enable default group tacacs+ enable
aaa authorization exec default group tacacs+ local

line con 0
password cisco
login authentication notacacs

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

wasiimcisco wrote:

HI, I have cisco 1841 Router configured for AAA authentication.

Everything is fine only problem with console authentication. I dont want to have AAA authentication console. I want to use local console password prompt when somone console the router. Below mention is my configuration but still it is asking for the username and password. I want only password prompt and password that I have configured on the line console. But It is not working for me. Please tell me what I am missing.

aaa authentication login default group tacacs+ local enable
aaa authentication login console none
aaa authentication login notacacs local
aaa authentication enable default group tacacs+ enable
aaa authorization exec default group tacacs+ local

line con 0
password cisco
login authentication notacacs

change

aaa authentication login notacacs local

to

aaa authentication login notacacs line

local means use username/password.

Jon

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi,

For your query i have given some suggestion in https://supportforums.cisco.com/message/3003188#3003188 hope that clear out your problem.

Regards

Ganesh.H

krishnakumarr
Level 1
Level 1

hi

pl find the configuration

aaa new-model

aaa authentication login default none

aaa authentication login 123 group tacacs+ local

aaa authorization exec 123 group tacacs+ local

aaa authorization commands 15 123 group tacacs+ local

aaa accounting exec 123 stop-only group tacacs+

aaa accounting commands 15 123 stop-only group tacacs+

tacacs-server host  x.x.x.x key

tacacs-server host x.x.x.x key

ip tacacs source-interface 

line vty 0 4

login authentication 123

transport input ssh

line vty 5 15

login authentication 123

transport input ssh

line con 0

password

regards

krishna

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:

Review Cisco Networking products for a $25 gift card