Skip to content

automateyournetwork/brainfreeze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

published

Brainfreeze

logo

Mind maps for Cisco ISE APIs

dACLS

Installation

In your project directory, create your virtual environment

python3 -m venv env

Activate (use) your new virtual environment (Linux):

source env/bin/activate

Download or clone the brainfreeze repository:

git clone https://github.com/automateyournetwork/brainfreeze.git

Update your target ISE IP Address on lines 20-21

ise = "10.10.20.70:9060"
mnt = "10.10.20.70:443"

Update your target ISE Credentials (find and replace)

auth=('admin', 'C1sco12345!')

Change into the MindMaps folder and run the BrainFreeze.py file

python3 BrainFreeze.py

Try it with a Sandbox

Brainfreeze is ready-to-go with the Cisco DevNet Always On Sandbox

Simply reserve the PxGrid 2.0 with ISE Sanbox

Sandbox

Sandbox

Establish the VPN

Important!

Enable the External RESTful Service (ESR) in ISE by visiting

ISE

Log-in as

admin C1sco12345!

Then navigating to

ISE_Admin

Then select ERS Settings

Check Enable ERS for Read/Write

Acknoweldge

ERS_Enable

Save

Save

You are now ready to run Brainfreeze

View the Mindmaps

Install the markmap VS Code Extension

Mark Map

Open the markdown file and click the "Open as markmap"

About

Mind maps for Cisco ISE APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published