Controllers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Hi experts,In order to manage an ACI Fabric, I'm currently setting up an environment with ansible inside a python venv on a linux Alma 8 platform.Below, the steps I used to install the components :# Venv creation[MyUser@MyAnsibleVm ~]$python3 -m venv...

ju.mahieu by Level 1
  • 1389 Views
  • 2 replies
  • 0 Helpful votes

Hello,the commande "Show external-l3 interfaces detail" retrun many informations :Mode, Tenant, VRF, L3Out, Interface, Operationnal Interface and IP AddressI need these informations with moquery commandPlease, can you help me ?I found for some info l...

valentik by Level 1
  • 1145 Views
  • 4 replies
  • 0 Helpful votes

Hi,   When I tried to install ACI Toolkit with #python setup.py install , I got this error:   byte-compiling build\bdist.win-amd64\egg\acitoolkit\acibaseobject.py to acibaseobject.cpython-37.pycerror: [Errno 2] No such file or directory: 'build\\bdis...

HiI have been programmming my own Python script to list EPG's, The Associated Subjects and Filters. If push this a bit more I could maybe write a connectivity check between two EPG's. Before I go down this road which will be painful (I am a Python no...