On-premises agent for Cisco Identity Intelligence. Connects your ISE deployment to Cisco Identity Intelligence.
- Docker (with Compose) or Podman
- Network access to your ISE ERS/MNT APIs
The easiest way to install is via the one-line command provided in the Cisco Identity Intelligence UI after creating an ISE integration. The command looks like:
curl -fsSL "https://github.com/duosecurity/ise-agent/v0.1/install.sh" | bash -s "<bundle>"This will:
- Decode your IoT credentials from the bundle
- Write
.envandcerts/to~/ise-agent/ - Download
docker-compose.ymlandstart.sh - Start the agent
Alternatively, download the agent package ZIP from the UI and run ./start.sh manually.
./start.sh # Start the agent (prompts for ISE credentials on first run)
./start.sh --reconfigure # Re-enter ISE credentials
./start.sh --stop # Stop the agent| File | Description |
|---|---|
install.sh |
Bootstrap script for one-line installation |
start.sh |
Start/stop the agent container |
docker-compose.yml |
Container definition (populated by install or ZIP package) |