Skip to content

cober2019/ACIApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

image

ACI Apps

Usage

  • Run requirements.txt to install requred python modules: pip3 install -r requirements.txt
  • If using guicorn go to root directory and run: gunicorn --bind 0.0.0.0:5000 run:app
  • If you just want to launch the app, use run.py in the main folder. To access the app use http://127.0.0.1:5000/
  • Don't have ACI? Visit Cisco Devent Sandbox and take it for a test drive.

Description:

ACI apps is an easy to use set of tools for Cisco ACI. The following modules are included in this app are:

- Encap Finder

Finds L2 encapsulation and all fabric policies assigned to them. It will also show you where the encap is locationed in your fabric.

image

- Endpoint Finder

Finds an endpoint within your fabric and gives the location. It will also provide a reverse look for the endpoint as well.

image

image

- Subnet Finder

Find where a subnet/unicast gateway is located in your fabric and displays the information.

image

- Infrastructure Info

Shows your pod information along with node IDs, health statuses, and serial numbers.

image