Application Delivery Management

Add Citrix ADM as device manager in Cisco APIC

May 24, 2018

Citrix Application Delivery Management (ADM) acts as a centralized device manager for Citrix ADC deployed on Cisco ACI. You need to add Citrix ADM as a device manager in the Cisco APIC.

To add Citrix ADM as a device manager in the APIC using the APIC GUI:

  1. On the menu bar, go to Tenants > All Tenants.

  2. In the Work pane, double-click the tenant’s name.

  3. In the Navigation pane, select tenant_name > L4-L7 Services.

  4. Right-click on Device Managers and click Create Device Manager.

    localized image

  5. In the Create Device Manager dialog box, do the following:

    1. In the Device Manager Name field, enter a name for the Citrix ADM deployment that you want register as a device manager.

    2. In the Management EPG drop-down list, select the management EPG.

    3. In the Device Manager Type drop-down list, select Citrix-DevMgr-1.0.

    4. In the Management field, click + and add the IP address and port details of the Citrix ADM deployment.

    5. In the Username field, enter the user name to access Citrix ADM.

    6. In the Password and Confirm Password fields, enter the password to access Citrix ADM.

    7. Click SUBMIT.

      localized image

Once the Citrix ADM is successfully registered as a device manager in the APIC, the device manager is added and is displayed in the Navigation pane.  To view the registered device manager, in the Navigation pane, go to tenant_name > L4-L7 Services > Device Manager.

localized image

Note

Make sure that there are no connectivity issues between the Cisco APIC and Citrix ADM and that you provide the same credentials that you use to access the Citrix ADM. Also make sure that the account has admin privileges.

Important

After you import the device package, make sure that there are no faults in the APIC. You can view the faults by clicking the Faults tab in the Device Types window.

You can also register Citrix ADM as a device manager by using APIs. Following is a sample XML payload that shows how you can use APIs to add Citrix ADM as a device manager.

<polUni>
    <fvTenant name="coke">
        <vnsDevMgr name="MAS1">
            <vnsRsDevMgrToMDevMgr tDn="uni/infra/mDevMgr-Citrix-DevMgr-1.0" />
            <vnsCMgmts name="devMgmt" host="10.102.102.81" port="80"/>
            <vnsCCred name="username" value="nsroot"/>
            <vnsCCredSecret name="password" value="*****("/>
        </vnsDevMgr>
    </fvTenant>
</polUni>
Add Citrix ADM as device manager in Cisco APIC