cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
530
Views
2
Helpful
1
Replies

ISE MAB export/import tool

ServerWrangler
Level 1
Level 1

Created a quick script to help migrate MAB endpoints from one ISE server to a new one. 
Written in Python and should be cross-platform if the required modules are installed.   There are many comments in the source code to allow other users to modify it.  We needed this in our organization, and this was a quick and dirty project, but we thought it might help someone.

https://github.com/serverwrangler/ise-mab-export-import-tool/ 

Regards

1 Reply 1

Arne Bier
VIP
VIP

Hi @ServerWrangler 

This is great! Just what I should have used for my ISE 3.0 to ISE 3.2 rebuild. I built the CSV manually with Excel copy and pasting columns!  Not very DevOps-like. Next time I will use this script. I tested it in the lab and it's very cool. I also heard about pandas on a podcast the other day. Seems nifty. Thanks for sharing!