# Cisco ISE

{% stepper %}
{% step %}

### IP

IP address of the Cisco ISE.
{% endstep %}

{% step %}

### Port

Port number (optional, default: 9060).
{% endstep %}

{% step %}

### ERS Username

The username which is going to be used by OctoXLabs CSAM PLATFORM Asset to fetch data from Cisco ISE.

{% hint style="info" %}
The user needs to have **"admin"** rights and access hosts on Cisco ISE to read details.
{% endhint %}

To create an Admin User:

* Choose Administration > System > Admin Access > Administrators > Admin Users > Add.
* Select "Create an Admin User".
* Enter values in the fields.
* The user must be assigned to either "ERS Operator" administrator group in "Admin Groups".
* "Submit" admin user.

To activate ERS:

* Go to Administration > Settings > API Settings and enable the ERS (Read/Write).
* Select "Disable CSRF For ERS Request" in CSRF Check.
  {% endstep %}

{% step %}

### ERS Password

The Password of the provided username.
{% endstep %}

{% step %}

### pxGrid (Enable pxGrid)

If you want to use pxGrid, follow these steps:

* Log into the ISE Admin GUI, navigate to Administration > Deployment.
* Select the ISE node to be used for pxGrid persona.
* Enable pxGrid service and click Save.

After that:

* Navigate to Administration > pxGrid Services > Settings.
* Check the box: "Automatically approve new certificate-based accounts" and click Save.
  {% endstep %}

{% step %}

### pxGrid Client Certificate and Private Key File

The Client Certificate and Private Key File for the access to pxGrid.

To export Certificate:

* Navigate to Administration > Certificates > System Certificates.
* Expand the Primary Monitoring (MNT) node if not enabled on the Primary Administration node.
* Select the certificate with the Used-By "Admin" field.
* Click Export.
* Choose the option to Export Certificate and Private Key.
* Set an encryption key.
* Export and Save the file.
* Download the certificate with "admin" in it.
  {% endstep %}

{% step %}

### pxGrid Private Key Passphrase

The Passphrase for the access Private Key File.
{% endstep %}

{% step %}

### Thread Count

(default: 32).
{% endstep %}

{% step %}

### Thread Sleep Time

(default: 0).
{% endstep %}

{% step %}

### Enable pxGrid

To use pxGrid (default: Disable).
{% endstep %}

{% step %}

### Use IP in pxGrid

To use IP Address in pxGrid. (default: Disable).
{% endstep %}

{% step %}

### Enable ERS Detail

Fetch ERS Detail. (default: Disable)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a **connection test** to ensure there is a valid connection to the host. When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.octoxlabs.com/adapters/adapters/cisco-ise.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
