10-11-2021 02:02 AM
Hey there !
I have a problem when trying to access 2960X switches that are configured with TACACS when we turn them on without connection to network. So it is trying to talk to the TACACS server for a long time (20-30 minutes) before I can login with the local method.
The thing is - we prefer using local creds when using console.
Help !
10-11-2021 03:11 AM
Hello,
the below should bypass TACACS for the console port:
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication login BYPASS_TACACS line
!
line con 0
login authentication BYPASS_TACACS
10-12-2021 01:29 AM
Thanks for the response, However it didn't work.
When you say BYPASS_TACACS- Do you mean a local username on the SW, right ?
like: username test secret 9 $9$ukWt..................................
10-12-2021 02:56 AM
Hello
sorry for the confusion. Yes, you need a local username and passworf...
10-12-2021 03:09 AM
Well I have it and still cannot login when the router is missing.
Is there something else I need to configure ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide