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 t...
Hi, I have difficulties configuring vpc port to a couple of leaf-switches.I'm using Network As Code trying to do this. (https://netascode.cisco.com/data_model/apic/interface_policies/new_interface_config)But I'm not able to understand how to do it.I ...
ACII have a JSON list of APIC FQDNs:[ "apic1.fabric1.somewhere.net", "apic2.fabric1.somewhere.net", "apic3.fabric1.somewhere.net", "apic1.fabric2.somewhere.net", ...] I can step through that list and login to each APIC and get the list of A...
ACI have a JSON list of APIC FQDNs: [ "apic1.fabric1.test.net", "apic2.fabric1.test.net", "apic3.fabric1.test.net", "apic1.fabric2.test.net", ... ] I can step through that list and login to each APIC and get the list of APICs in that fabric's contr...
python telnet client response how to decode it I think it is a specific response as all cisco servers have the same response . What is the name of this text and how do I decrypt it '\xff\xfb\x01\xff\xfb\x03\xff\xfd\x18\xff\xfd\x1f' import socket ...
I would like to test out the aci with l2out , l3out scenarios.The topology i see is fixed with spines, leafs and APICs. i dont see an option to add a regular switch /router to the topology to test out l2/l3 out?
Dear community members,I have a pair of switches configured as a single Port Channel using vPC. However, I am facing an issue where packets from the same flow (same source/destination IP and port) arriving at each switch are being forwarded through d...
Hi. I got Nexus as code working on my Company desktop without internetaccess.I configured some objects in ACI with the simple-example as base.Added l3out and now I am looking at service graph.Have done some config, but 3 things I can not find any inf...
Hi all,I'm new to nac, do you know how to configure epg static port using VPC? Could you provide an example?I search everywhere without any success, the NAC documentation does not provide one.Thank you.
Hi,In our organization we are using 5.2(8e) version APIC,s with multi pod environment. I need steps and prerequisites for any API tool wants management console and integration with our production ACI. What prerequisites and configuration can be done...
The certificate on the always on APIC https://sandboxapicdc.cisco.com/ expired 2/4/2025. Can someone take a look? Websites prove their identity via certificates, which are valid for a set time period. The certificate for sandboxapicdc.cisco.com ex...
Hi , We recently connected a Maraki 9300L switch against our Nexus 9000. A trunk al vlans is connected between them.Nothing is connected to Maraki yet except the Nexus and we get error messages on the Nexus. Does anyone have an idea what the problem ...
We run a fairly big Intersight Tenant with multiple different Organization.Most of the operational tasks are automated using the Powershell SDK.We however face an issue if edit Policies which are in production, i.e. adding additional VLans to the Pol...
i use this doc and make service like uploaded pic with n9khttps://www.cisco.com/c/en/us/td/docs/dcn/nx-os/nexus9000/103x/configuration/itd/cisco-nexus-9000-series-nx-os-intelligent-traffic-director-configuration-guide-103-x/m-configuring-itd.html but...
Looking at doing some api posts. Starting with ND 3.1, it seems a X-Csrf-Token header needs to be included. How does one get/create the X-Csrf-Token? what is the difference between a authcookie and cookie?