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

how to configure AAA Local authentication for console and tacacs authentication for vty line in switches and routers

Senthil Murugan
Level 1
Level 1

Hi - I am currently implementing AAA server (ISE) in our infra and i would like to configure in such a way that; line vty aaa can be done via tacacs server. But the console access will be only to local authentication.

 

Please let me know the best way to configure without losing the access.

 

Thanks

Senthil Murugan

1 Reply 1

Seb Rupik
VIP Alumni
VIP Alumni

Something like this:

!
aaa new-model
!
aaa authentication login NO-TACACS local
!
line con 0
 login authentication NO-TACACS
!

cheers,

Seb.