cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
21862
Views
0
Helpful
10
Replies

How to use Duo with Cisco TACACS

avs1
Level 1
Level 1
10 Replies 10

Dooley
Level 3
Level 3

Hi Al,

Our Sales Engineers have gotten this working before with a Cisco ISE via the following process. Please let us know if this works for you and we can look into making some documentation public in our KB:

  1. Log in to the Duo Admin Panel and navigate to Applications.

  2. Click Protect an Application and locate RADIUS in the applications list. Click Protect this Application to get your integration key, secret key, and API hostname. See Getting Started for help.

  3. Install the Duo Authentication Proxy

  4. Configure the Proxy:
    [ad_client]
    host=1.2.3.4
    service_account_username=duoservice
    service_account_password=password1
    search_dn=cn=Users,dc=example,dc=com
    [radius_server_auto]
    ikey=■■■■■■■■■■■■■■■■■■■■
    ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    api_host=■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    radius_ip_1=
    radius_secret_1=thi■■■■■■■■■■■■■■■■■■■■
    client=ad_client
    port=1812
    failmode=safe

  5. Start the Proxy by running: net start DuoAuthProxy

  6. Login to Cisco ISE

  7. Now change your Authentication Policy to use the External Identity Source you created for Duo. This is done under Work Centers > Device Administration > Device Admin Policy Sets.

  8. Now configure the network device to talk TACACS+ to the Cisco ISE server. The key thing with the commands is that the authentication timeout for the network device is configured for 60 seconds. The default is 5 seconds.
    Run the following:
    tacacs-server login-timeout 60
    tacacs-server host 10.10.1.1 timeout 60

captain118
Level 1
Level 1

I understand how to configure Diagram 1 but I am having difficulty figuring out how to configure Diagram 2 on the Cisco ISE side. Do you have any documentation you can refer me to?

Hey Kirk,

We do not have any tested or supported TACACS documentation, as you’ve found, but we do have an internal guide that may be useful for your circumstances. Please be aware our Support Team will not be able to help you troubleshoot this configuration if you have issues.

Here is the guide for your reference:
Duo-CiscoACSISEGuide.pdf (943.7 KB)

Thanks for the guide, that looks like it is using the same workflow as Diagram 1. I will continue to use that method till I have more time to look into it, since it is working. Thank you for providing what resources you have available.

With this setup are you able to do multi factor authentication? We use ISE and I am playing around with the auth proxy but I have it before ISE and I have not been able to get it to work. I do see attempts in ISE and there are entries in the auth proxy log. I am getting this in the log [RadiusClient (UDP)] dropping packet from 10.200.1.30:1812 - response packet has invalid authenticator.

It works great. Basically you use the Duo rule for both 2fa and ad auth.

Would you mind sharing some of your config information? What kind of account do I need to get the AD part working?

mcbridea
Level 1
Level 1

Adding the 60 second timeout wiped out our shared key and broke TACACS.

avs1
Level 1
Level 1

Any notes on how to use Tacacs+ free Tacacs server with Duo?
http://tacacs.net/

isos83
Level 1
Level 1

Clearpass can be used, here you will find the details: From zero to demo - Clearpass, DUO and 2FA

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links