cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
647
Views
0
Helpful
3
Replies

How to use the acitoolkit

243093874839
Level 1
Level 1

Hello I wanted to ask if anyone is currently using the ACItoolkit. It seems to me that there are many functions under the applications, such as the snapback, that make work easier. Unfortunately I can't get this to work. Has anyone had any experience with this?

3 Replies 3

243093874839
Level 1
Level 1

Really nobody know how to use it?

Sergiu.Daniluk
VIP Alumni
VIP Alumni

Did you checked the documentation: https://acitoolkit.readthedocs.io/en/latest/snapback.html  ?

Cheers,

Sergiu

 

First thanks for your answer. Yes ich checked the documentation. The most parts of the acitoolkit work, but the Applications like snapback or aci diagram dont work. 

I get warnings like this ".\snapback.py:573: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(data['snapshots']) is 0:" and a the error "ModuleNotFoundError: No module named 'StringIO'" when i execute the file "snapback.py". I tried some thinks like change the "is" to "==" and import the Module StringIO with "

try:
    from StringIO import StringIO ## for Python 2
except ImportError:
    from io import StringIO ## for Python 3" but it dont worked 

Review Cisco Networking for a $25 gift card

Save 25% on Day-2 Operations Add-On License