What is this?

  • This is the session delete of CISCO ISE script.
  • you can see the active session in CISCO ISE

Installation and Run

1. Clone the repo

git clone https://github.com/JungnamKim-dev/ise_session.git

2. change into directory

cd ise_session

3. Create the virtual environment in a sub dir in the same directory

python3 -m venv venv

4. Start the virtual environment and install requirements.txt from the <ise_session>

source venv/bin/activate
pip install -r requirements.txt 

5. Runtime compiler C++2015

install the Runtime Compiler C++2015

Run

this support is tow mode.

  • cli mode : only delete(session, mac, ip)
  • gui mode : any function(show session, delete session/mac/ip)

cli example

python3 ise_session.py

gui example

python3 ise_session_gui.py

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details.

View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.