When configuring login using aaa on the switch:
aaa authentication login default local group TACACS_SERVER_1 TACACS_SERVER_2
If the user enters the credentials of a user defined locally on the switch, TACACS_SERVER_1 and TACACS_SERVER_2 won't be queried, but if the user was not defined locally, will the switch try TACACS_SERVER_1 then TACACS_SERVER_2? or will it reply with an authentication error?
I know that local can be used as a fallback authentication method, I wonder about the authentication flow in the above command.
I know that the switch will proceed to try the next TACACS server group if the previous one failed with an error (servers are down, or unreachable), what about local users on the switch? when will local be skipped over to TACACS groups?