Login Local Account

I have created a local login account (default is Tacas+)
e.g. username user password cisco.
How do I check if the password has expired?
The command : aaa authentication login default group tacacs+ local
authenticates user by tacas+ then local account.
But when I use my local login, it says tacas authentication failed but it does not try the local account.
Any ideas as why is this happen?
e.g. username user password cisco.
How do I check if the password has expired?
The command : aaa authentication login default group tacacs+ local
authenticates user by tacas+ then local account.
But when I use my local login, it says tacas authentication failed but it does not try the local account.
Any ideas as why is this happen?
Tagged:
Comments
-
afrod Registered Users Posts: 4 ■■■□□□□□□□
It will not use the local as long as it can reach the tacacs server, hinder it's ability to reach tacacs and it should then fall back to local. -
foreverlearning Member Posts: 42 ■■■□□□□□□□
In that case how do you test if the local login is working?
What if it expires and how do you check it?
I would like to bypass the tacas for testing.