Hi all,Recently our core infrastructure was upgraded to use an ACI multi-pod design.I'm entirely new to scripting/automation and connecting to the APIC. I've used some easy postman tutorials so far to help out but postman seems to be less powerful th...
-
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
Hello colleagues! I have got experience with developing custom web-services for automation routine task with Cisco ACI.But now I would like to share my applications with community and I would like to publish it to ACI Application Center.But how can I...
While trying to run the setup for acitoolkit (python setup.py install) i am getting following error message: C:\Users\Image\AppData\Local\Programs\Python\Python38\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such fi...
Allright, first, I am brand new to Devnet. I am looking for a starting point and a direction to follow. E.g: Level 0.1 knowledge. I have played with the restconf and the netconf APIs on the 9300 series switches and I am starting to understand their c...
Hi Guys, Can someone give me an example snippet of creating an EGP in MSO using Patch method (I am using Postman)? I have been trying this but keep getting the following error no matter what I do.I can create BDs fine, only getting the following erro...
I am developing l4-l7 device pakcage using aci simulaotr (version 5.1-4c)when I upload my device pakcage, i got error all the time. Also, I know that debug.log is created in the device pakcage path (/data/devicescript/MYCOM.TEST.1.0/logs)However ther...
Hi, I am trying to install aci-toolkit on my windows 10 ent - 64 bit Getting below error, i am unable to resolve it. Please help Building wheels for collected packages: py-radixBuilding wheel for py-radix (setup.py): startedBuilding wheel for py-radi...
Hi, I'm trying to create a l3extDefaultRouteLeakP in Cisco ACI with terraform without results.This is a json example: "l3extDefaultRouteLeakP": { "attributes": { "always": "no", "annotation": ...
Hi all, I was wondering the other day if there is a API call that can increase the API token timeout. Right now it is 600sec=10mins which is okay but could be more. I came across this managed object "/uni/userext/pkiext/webtokendata" while googling o...
Hi all, i'm trying to make Postman script to delete static binding from MSO/NDO for VPC. If I want to delete static binding from MSO for individual port, script is working. But if I modify path for VPC I'm always getting same error: "message": "Bad...
hi , i would like to test out the aci with l2out , l3out scenarios. i dont see any sandboxes with those options available. the topology i see is fixed with spines, leafs and APICs. i dont see an option to add a regular switch /router to the topolo...
How can I get all interfaces from a specific Cisco ACI Node (Leaf and Spine) from API? I can get all interfaces from all nodes with the following URL, but not for a specific node. /api/node/class/l1PhysIf.json?&order-by=l1PhysIf.modTs|desc Can you pl...
Resolved! Binding EPG through AEP Ansible
Hello, I´m working on an Ansible playbook and one of the tasks to automate is to map EPGs through AEPs.I have seen a module to do static bindings (aci_static_binding_to_epg) and bind an EPG to a domain (aci_epg_to_domain) but I can´t find one to do t...
We are receiving response code 400 on the following operation on MSO: If Recorded BDS L2Stretch == false Update existing BDS instance using configuration version checkPATCH /api/v1/schemas/{recorded Schema ID}?enableVersionCheck=trueExample: PATCH ...
The company I work already has a CI/CD IaC platform in place. We are using Terraform, Azure Devops, and Octopus Deploy to push code to environments. I am new to Terraform development so my questions may seem elementary to some. We have an existing AC...