hi,
I'm implementing Authentication with a tacacs server, all is working fine but I have a very specific question :
My conf iguation :
aaa new-model
aaa authentication password-prompt Password:
aaa authentication login securid group tacacs+ local
aaa authentication login console group radius local
aaa authentication enable default group radius enable
The problem is when the tacacs server is down, there is no message to inform the user. So when the server is down and I try to go into the enable mode, the first prompt is :
Password :
I think that at this point he checks the password with the server (the server is down) then he try the local mode and prompt :
Password:
and only now, I have access to the enable mode with the local password.
Is there any way to inform the user that the server is down (like CatOs) or to go directly in the local mode when the server is down and don't ask me 2 times the enable password
thanks....