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.
Hello,I'd like to use Terraform to configure interfaces with the resource "aci_interface_config" and later configure a static port with "aci_bulk_epg_to_static_path".However, for "aci_bulk_epg_to_static_path" I need the interface_dn for the specific ...
Hello, I'd like to query information about the SFPs connected to a specific leaf node via Rest API (using Python).I know I can get the information for all leafs by a sinple query for the class, "/api/class/ethpmFcot.json", but that is not very effici...
Hello,
I have a scenario where 2 Nexus9k are acting as vPC pair and a NetApp appliance is connected to both switches. The port on 1 switch is disabled due to vPC inconsistencies. The only difference I can spot is the number 32 and 52, respectively,...
Hello,
when implementing configuration with a script or Ansible on an APIC I'd like to check if any new faults have been created. The easiest way I can think of is to get a list of faults that have been created within the last 10 minutes or so. But I...
Hello,
I'm having some troubling creating and adding Tags to MO's.
I'm following the example given on "http://cobra.readthedocs.io/en/latest/api-ref/request.html#tag-request" and get this error message:
File "./tags_request_test.py", line 17, in <...
@Lennart Jung :I've opened a bug report on github and got the reply that it is fixed. But I got distracted by other problems and never really followed up. This is the bug report in github: https://github.com/CiscoDevNet/terraform-provider-aci/issues/...
Hello again,I've stumbled upon the object infraPortConfig that can be checked using Visore/Object store browser and can be used to configure or delete interfaces configurations. Maybe this is helpful for you. (https://www.cisco.com/c/en/us/td/docs/dc...
Hello,I'm facing the same problem and I'm wondering if you found a solution yet. The good old API inspector shows nothing when configuring a new interface manually. I'm a bit lost what happens under the hood when the new configuration is used.Dirk
Hello, we have that setup quite often, although with Juniper firewalls and not Cisco ASA. I guess the trick is to use an SVI in the L3Out interface policy instead of routed subinterfaces. Every border leaf will get an unique IP adress within the netw...
You could try "/api/node/mo/uni/infra/funcprof/accbundle-xxxx.json?rsp-subtree-include=relations" where xxxx is the name of the Interface policy group. I'm not sure if this is what you're looking for. But it contains CDP and LLDP policies.