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

aaa authentication doubt

enriquebs
Level 1
Level 1

Hi all,

We have a line unused in the aaa config:

aaa authentication login default group tacacs+ local

the one used in the vty is:

aaa authentication login Tacacs group tacacs+ local

Does it make sense maintain that line while is not being used? Or maybe it's there for any special purpose?

Thanks in advance,

1 Reply 1

Jagdeep Gambhir
Level 10
Level 10

Hi

There is no need for

aaa authentication login Tacacs group tacacs+ local

Since first command (default)covers VTY.

Thanks