does anyone know if a newer version of the app center tools for python 3?https://github.com/FServais/aciapp/blob/master/README.mdwe have an application that does a DR failover in ACI but i need to rebuild the app and it looks like the 1.1 tools link ...
-
ACI
(131) -
ACI-toolkit
(45) -
APIC
(576) -
Cisco Software
(1) -
Cloud Controller
(3) -
Data Center Network Manager (DCNM)
(4) -
General
(3) -
Online Tools and Resources
(1) -
Open Source and Open Standards
(2) -
OpenDaylight
(1) -
Other ACI
(6) -
Other Analytics and Automation Topics
(2) -
Other Automation Analytics Topics
(5) -
Prime Infrastructure
(3) -
WAN Automation Engine
(2)
Forum Posts
Hi AllI've cerated a baisc Ansible playbook that will create the following:- Tenent, VRF, App Profile, BD, BD Gateway Address, EPG, Contracts (Provider and Consumer for full mesh between EPG's), Conracts associate (prov/cons). It does this from aroun...
Is there a way to extract the Event and Alarm logs from vManage for a long period like last 6 months? When i extract from the vManage, I get logs for a very short time since the row limit for the extract is 10000 and it is filled within very short ti...
Hi! I am familiar with both cobra sdk and acitoolkit a bit. I know that provisioning, configuration of the managed objects of the ACI can be done through these libraries. I want to get info such as cpu performance, temperature of a switch etc., using...
Hello, I'm Running into the following errors when trying to install Pygraphviz in CentOS: (venv) [johbarbe@localhost acitoolkit]$ pip install pygraphvizCollecting pygraphvizDownloading pygraphviz-1.7.zip (118 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
Working with the NDO API, trying to perform some pre-deployment checks, and there's a few documented. Best I can tell, none of them work. Additionally, none of these methods appear to be supported in the Ansible packages.GET /api/v2/schemas/{id}/poli...
Hi there. Please, could you tell me if it's possible to get an ACI's backup by an API REST call an save it as a .tar.gz file in my local PC? I read that It is possible by an Ansible playbook, but what about an API REST call using ACI-Toolkit? Thanks ...
Hi Team,To manage Cisco ACI using ansible do we need to some integration with ansible or only SSH is enough to manage. I am new to cisco ACI so please provide this information that will save my time. Thank you.
I was wondering if anyone is managing Cisco ACI with IaC with a tool like Terraform and then doing CI/CD with another tool on top of that?Thanks,Alex
Hi everyone, I am just studying for DevNet Associate exam and I am currently trying out DC Automation with Python. So i downloaded ACIToolkit and imported it into my script. I can list tenants, EPGs you name it... However when I try to list endpoint...
Hi, we wrote ansible script to create 200 vlan pool in ACI APIC, but execution is too slow. it take more than one hour to finish the job! With postman it take 2 minutes to create 200 vlan pool. how can we improve ansible time execution?
Hi everyone,After successfully provisioning a new switch from APIC-EM, I see in the switch logs that there is a lot of error messages "error opening tftp://..", and wonder if this is common, and if so, is there any way to remove it? Is it related to ...
Hi@all,i make an update of my APIC-EM to version 1.2 and my Smartphone App can connect to the APIC but there are no entries in the App. Is it plan to update the App or any workaround?I am using this to push Configs via Bootstrap to the Switches.Thank...
Hi, First, I tried to add device using discovery range option, and device was found successfully (SNMP, CLI, everything was correct) but device wasn't shown in Device inventory. After that, I manually added device using Add device option in inventory...
Hi all, I'm trying to receive a list of network IDs with a single python query: dna/intent/api/v1/network-device based on a list of approx. 300+ hostnames. So far I tried to use a single array or a single string: 'hostname': ','.join(hostnames). Is ...