Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We have deployed multiple APIC simulator on to our vmware host where the APIC doing tons of DNS query. We are seeing for all the deployed Simulator.The query is for "kafka.service.apic.local.uhc.com"APIC version: 4.2(4i)
I did download the postman sd-wan collection & tried to do few operations like:- login to vManage (/j_security_check)- Get all Feature Template (/dataservice/template/feature)This is good but then there are no documents available to Construct the bod...
Hi Experts,I am looking for thoughts on how to automate the Cisco APIC initial configuration which is running on Cisco UCS C-series servers.As you might know when the controller boots up this is what it get displayed (snapshot below) & I need to auto...
Hi, Has anybody tried comparing the configuration between two different APIC controllers.Example. I just need to compare the policy config (say AEP policy) between two controllers & say if that is following the standards ?Is there a suggestion/ideas ...
I am using http method GET to get the AEP details by using the below API:/api/node/mo/uni/infra/attentp-<AEP_NAME>-aep/fltCnts.json?subscription=yesHere, very rare I get a response & most of the time I get error 405.{"totalCount": "1","imdata": [{"er...
There are lots, these sites helped me to learn/refresh the basics.https://learningnetwork.cisco.com/community/learning_center/aci-training-videos/videos --> Basic to ACI programmabilityhttps://adamraffe.com/learning-aci/ --> Basics & conceptshttps://...
Hope you have seen this:General Usage GuidelinesObserve the following guidelines when using this software release:■ The Cisco ACI Simulator appliance software cannot be installed separately on a standard Cisco UCS C220 Server or on other servers. The...
Thanks for your response. FYI: we are in the deployment phase as we have a Test & Prod setup where we use the Test Setup to try out & then use the same Template to deploy in the Prod setup. The Doc will help in quick deployment.
Thanks @joezerskThis is exactly I am doing with python starting from adding a Remote Location on APIC-1 --> Get all snapshot from APIC-2 --> Filter the latest snapshot --> Import the snapshot to APIC-1 --> Run the diff between both the snapshots…I cr...
Thanks @Claudia de LunaWhat I did using python was I will check for specific ‘key’: ‘value’ on a GET response for each profile & validate.What I was looking for is that:? Does cisco has a standard doc for which we can compare the configs.FYI…as we cr...