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.
Hi everyone, I am trying to get the list of configured VRfs and BDs per leaf switch in my aci fabric. I did not manage to produce a piece of code that fulfill this. below if the short python code i have. import sys
import acitoolkit.acitoolkit as AC...
Hi everyone, I am looking for some help as I am stuck writing a smal script that helps me get the list of configured BDs per leaf switch in the aci fabric. I managed to do few things with acitoolkit but it is not what I want to have as output. I am n...
Hello everyone, I want to know if it is possible to get a specific portion of a child object. I use the following piece of code for the purpose but I end up have a printing of the Tenant-name, VRF-name, BD-name and VLAN-name. All I wanted to get was...
Hi, exact! the script works but not the correct way. Actually, leaf 1201 has the following:common copy default and leaf 1202 has k_sandbox-3_ten std_vrf server2_bdk_sandbox-3_ten std_vrf server1_bdbut what i get is somehow the list of tenants, VRFs, ...