cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6700
Views
5
Helpful
2
Replies

Removing Tacacs+ ????

persepolis77
Level 1
Level 1

Hello,

I removed Tacacs from my router config by "no aaa new-model" but I am not anymore able to login by the username and password that I had already configured on my router.

How can I activate this username and password?

1 Accepted Solution

Accepted Solutions

romeocz
Level 1
Level 1

Persepolis77,

You need to re-enable aaa new-model.

You need this command to be able to use your local username and password command. You don't need to run TACACS on your routers. You can use LOCAL authentication. I think that is what you are trying to do anyway.

Right now your router is local for only the password on your vty lines and enable password.

Most likely you didn't set up a password for your "line vty" so you will have to console into the equipment.

Sorry

View solution in original post

2 Replies 2

romeocz
Level 1
Level 1

Persepolis77,

You need to re-enable aaa new-model.

You need this command to be able to use your local username and password command. You don't need to run TACACS on your routers. You can use LOCAL authentication. I think that is what you are trying to do anyway.

Right now your router is local for only the password on your vty lines and enable password.

Most likely you didn't set up a password for your "line vty" so you will have to console into the equipment.

Sorry

Thanks alot romeocz,

I re-enabled aaa new-model and diabled my Tacacs only by :

no aaa authentication login xxx group tacacs+ local

no aaa authentication enable default group tacacs+ enable

no aaa authorization exec default group tacacs+ none

no aaa accounting commands 15 default start-stop group tacacs+

then added :

aaa authentication login default local

and my local username and password work fine.

Thank you again.