Hello everyone,
I was curious if anyone has any experience or similar issues. Here is the problem:
I can enable tacacs on the switch with:
aaa authentication telnet login tacacs local
aaa authentication telnet enable tacacs local
tacacs-server key password
tacacs-server host 10.10.10.151
and I can telnet into the device using my credentials. But when I attempt to enable myself with the same credentials I'm told the password is incorrect.
The TACACS server we use is from:
http://www.shrubbery.net/tac_plus/ and we use this one so we can auth against an LDAP/Kerberos setup.
Here are the logs from our TACACS servers:
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_value: name= isuser=1 attr=enable rec=1
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_value: no user/group named
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_pvalue: returns NULL
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_hvalue: name=10.10.10.156 attr=enable
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_phvalue: returns cleartext password
Thu Jan 29 12:41:21 2009 [7533]: verify daemon password == NAS supersecretpassword
Thu Jan 29 12:41:21 2009 [7533]: Password is incorrect
Thu Jan 29 12:41:21 2009 [7533]: enable query for 'unknown' unknown from 10.10.10.156 rejected
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_hvalue: name=10.10.10.156 attr=key
Thu Jan 29 12:41:21 2009 [7533]: cfg_get_phvalue: returns password
The TACACS server is a production server and is known to work.
If anyone has any insight or any further questions, please let me know.