How to add Cisco ISE to eve-ng

This post is about how to add Cisco ISE to Eve-ng. Cisco Identity Services Engine (ISE) is a powerful tool for identity, access control, and policy management. It helps enterprises ensure compliance, improve security, and streamline operations. Cisco ISE’s unique architecture gathers real-time information from networks, users, and devices.

Today, Cisco ISE is widely used in enterprise networks. You can use it to practice for certifications, learn, and test changes before implementing them in production, and validate your designs.

Steps to Add Cisco ISE to Eve-ng

  1. Download the Cisco ISE image
  2. Create the Cisco ISE directory
  3. Use Filezilla/SCP to upload the Cisco ISE image to a directory
  4. Fix the permissions
  5. Add the Cisco ISE node to Eve-ng

1. Download the Cisco ISE image

The table shows supported images for eve-ng. These images are tested and verified in the lab.

EVE Image NameDownloaded FilenameVersionvCPUsvRAMConsoleHDD
ise-2.7.0.356.SPAise-2.7.0.356.SPA.x86_64.iso2.7.0.356416384vnc/httpsvirtioa
ise-3.0.0.458.SPAise-3.0.0.458.SPA.x86_64.iso3.0.0.458416348vnc/httpsvirtioa

To download the Converted Cisco ISE image for Eve-ng.

2. Create the Cisco ISE directory

Login to your Eve-ng and create the directory for the Cisco VIRL image as shown below.

mkdir /opt/unetlab/addons/qemu/ise-2.7.0.356.SPA

3. Use Filezilla/SCP to upload the Cisco ISE image to the directory

Upload the downloaded image to the EVE using for example FileZilla or WinSCP to: /opt/unetlab/addons/qemu/ ise-2.7.0.356.SPA /

4. Fix the Permission

Use the below command to fix the permissions. After fixing the permission open Eve-ng GUI and check the node by adding it.

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

5. Add the Cisco ISE node to Eve-NG and Enjoy

To add Cisco ISE nodes in EVE-NG via the GUI, follow these steps:

  1. Open EVE-NG: Launch the EVE-NG web interface in your browser.
  2. Create a New Lab: Click on “Lab” from the top menu and select “New Lab.” Fill in the lab details and click “Save.”
  3. Add a Node: Click on the “Add an Object” button (plus icon) on the toolbar and select “Node.”
  4. Select Cisco ISE: In the “Node” window, choose “Cisco ISE” from the list of node types.
  5. Configure Node: Set the desired node name, image, and other parameters such as RAM and CPU. Click “Save.”
  6. Repeat: Add additional Cisco ISE nodes as needed by repeating steps 3-5.
  7. Connect Nodes: Use the “Add a Link” button to connect the nodes to other devices in your lab.
  8. Start Nodes: Click the “Start” button to power on all the nodes.

Your Cisco ISE nodes are now added and ready for use in your EVE-NG lab.

Leave a Comment