На стенде SSH + Tacacs работает на прошивке 2.91.B03.
Проверьте, чтобы настройки были вида:
Код:
enable ssh
create authen server_host 192.168.0.221 protocol tacacs+ port 49 key "testing" timeout 5 retransmit 2
config authen server_group tacacs+ delete server_host 192.168.0.221 protocol tacacs+
config authen server_group tacacs+ add server_host 192.168.0.221 protocol tacacs+
config authen_login default method local
create authen_login method_list_name tac_plus
config authen_login method_list_name tac_plus method tacacs+
config authen_enable default method local_enable
create authen_enable method_list_name tac_plus_ena
config authen_enable method_list_name tac_plus_ena method tacacs+
config authen application ssh login method_list_name tac_plus
config authen application ssh enable method_list_name tac_plus_ena
config authen parameter response_timeout 30
config authen parameter attempt 3
enable authen_policy
И заодно посмотрите, что пишется в лог TACACS+ сервера.