Add NetScaler Console as device manager in Cisco APIC

May 24, 2018

NetScaler Console acts as a centralized device manager for NetScaler deployed on Cisco ACI. You need to add NetScaler Console as a device manager in the Cisco APIC.

To add NetScaler Console 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 NetScaler Console 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 NetScaler Console deployment.

    5. In the Username field, enter the user name to access NetScaler Console.

    6. In the Password and Confirm Password fields, enter the password to access NetScaler Console.

    7. Click SUBMIT.

      localized image

Once the NetScaler Console 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 NetScaler Console and that you provide the same credentials that you use to access the NetScaler Console. 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 NetScaler Console as a device manager by using APIs. Following is a sample XML payload that shows how you can use APIs to add NetScaler Console 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 NetScaler Console as device manager in Cisco APIC

In this article