cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2573
Views
0
Helpful
1
Replies

authentication for console access

Arvin.hsu
Level 1
Level 1

Hi ,

I have couple of switch’s configured for tatacs authentications.

When i try to access using console, I am able to login using the local credentials but its not accepting the enable password.

I can’t remove this command “aaa authentication enable default group tacacs+” that is for other users using VTY line .

How do it bypass or disable so that console access doesn't prompt for enable password or take the enable password configured locally?

 

 

username admin privilege 15 password test123

aaa new-model

aaa authentication login default group tacacs+

aaa authentication login CONSOLE local

aaa authentication enable default group tacacs+ enable

line console 0

 login authentication CONSOLE

thanks,

1 Reply 1

agapitca19
Level 1
Level 1

For example:

no aaa authentication enable default group tacacs+ enable

aaa authentication login LINE-VTY group [method 1] [method2] [method 3]....

line vty 0 15

 login authentication LINE-VTY

*** Please rate and mark the comment correct if you find it helpful ***