> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Cisco Catalyst Center connector

> C1 provides identity governance for Cisco Catalyst Center. Integrate your Catalyst Center instance with C1 for unified visibility and governance over administrator access.

C1 provides identity governance for Cisco Catalyst Center (formerly DNA Center).
Integrate your Catalyst Center instance with C1 for unified visibility and
governance over administrator accounts and RBAC roles.

## Capabilities

| Resource | Sync                                                          | Provision |
| -------- | ------------------------------------------------------------- | --------- |
| Users    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Roles    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector reads each Catalyst Center administrator account, each RBAC role,
and the roles assigned to every account through the Catalyst Center Intent API.
Each role is exposed as an entitlement, and a grant is emitted for every account
assigned that role.

## Gather Cisco Catalyst Center credentials

<Warning>
  You need a Catalyst Center account with read access to the **User and Roles**
  administration area so the connector can list administrators and roles.
</Warning>

<Steps>
  <Step>
    Note the base URL of your Catalyst Center instance, for example
    `https://sandboxdnac.cisco.com`. This is the address you use to reach the
    Catalyst Center web UI.
  </Step>

  <Step>
    Identify (or create) a Catalyst Center account with read access to the
    **User and Roles** area, and record its **username** and **password**.
  </Step>
</Steps>

## Configure the Cisco Catalyst Center connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Cisco Catalyst Center** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Cisco Catalyst Center connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Cisco Catalyst Center credentials:

        * **Catalyst Center base URL**: the base URL of your instance, for example `https://sandboxdnac.cisco.com`.
        * **Username**: the account username.
        * **Password**: the account password.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Cisco Catalyst Center connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Cisco Catalyst Center connector in your
    own environment.

    <Steps>
      <Step>
        Create a secret for the Catalyst Center account password.
      </Step>

      <Step>
        Configure the connector with your Catalyst Center base URL, username, and
        the password secret.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Cisco Catalyst Center connector is now pulling access data into C1.
  </Tab>
</Tabs>
