This repository is deprecated; please follow the main search page or use the ‘Related code repos’ widget on the right side of the current page.

What is this?

This is the aci endpoint search tool python 3.6.

Installation and Run

1. Clone the repo

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

2. change into directory

cd aci_endpoint

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

pip install -r requirements.txt 

Run

change of the config (DevNet SendBox)

file : endpint.py

# Setting
APIC_IP = "sandboxapicdc.cisco.com"
APIC_ID = "admin"
APIC_PWD = "ciscopsdt"

DevNet Sandbox

Cisco has an 'always on' APIC here you can test this sript on.

It really does work;

cli example

python3 endpoint.py

License

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

View code on GitHub
  • Owner

  • Contributors

    +1Github contributor
  • Categories

  • Products

    ACI
  • Programming Languages

    Python
  • License

    Apache License 2.0

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.