bobbyforhire
Technical User
I have setup the Cisco Secure ACS server. I am not having any issues with the login part but when I go to try to use the enable mode it doesn't take my password.
If I just hit enter it will ask for the old password, then the new, then to confirm then end's up with auth failed.
Using the following script.
enable secret *****
username admin privilege 15 password 0 *****
!
aaa new-model
!
aaa authentication login REMOTE_AUTH group tacacs+
aaa authentication login CON_AUTH group tacacs+ local
!
aaa authentication enable default group tacacs+ local
!
tacacs-server host 1*.*.*.* key **********
!
Line Con 0
!
login authentication CON_AUTH
!
line vty 0 4
login authentication REMOTE_AUTH
!
line vty 5 15
login authentication REMOTE_AUTH
What am I missing here?
If I just hit enter it will ask for the old password, then the new, then to confirm then end's up with auth failed.
Using the following script.
enable secret *****
username admin privilege 15 password 0 *****
!
aaa new-model
!
aaa authentication login REMOTE_AUTH group tacacs+
aaa authentication login CON_AUTH group tacacs+ local
!
aaa authentication enable default group tacacs+ local
!
tacacs-server host 1*.*.*.* key **********
!
Line Con 0
!
login authentication CON_AUTH
!
line vty 0 4
login authentication REMOTE_AUTH
!
line vty 5 15
login authentication REMOTE_AUTH
What am I missing here?