12-12-2006 04:09 PM - edited 03-10-2019 02:52 PM
I've setup my AAA config as follows "aaa authentication login default group tacacs+ enable". When I test config with SSH (ACS turned off)to the router I cannot login using the enable password. The same does not work when trying to connect with Con0. How can I correct this problem. Forum help is much appreciated, thanks all.
12-12-2006 11:19 PM
You have authorization only with tacacs+, can you try following command
aaa authorization exec default group tacacs+ none
M.
12-13-2006 10:03 AM
I agree that the configuration of aaa authentication login looks ok (I would probably use line as the alternative method instead of enable - but it should work with either) and that the issue is the configuration of authorization:
aaa authorization exec default group tacacs+
this provides no alternative method. And I suspect that if you look carefully at the error message when you attempt to login without TACACS the error is actually about authorization rather than about authentication. The suggestion of:
aaa authorization exec default group tacacs+ none
should be ok. I have used this way with success:
aaa authorization exec default group tacacs+ if-authenticated
HTH
Rick
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