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,i am looking for a python script for rest api to know the VPC policy group configurations. by using this "api/mo/uni/infra/funcprof/vpc-xxxx.json" all it return its own properties but not list about the child policies like cdp, lldp.
Hi,Please help me to best python script to find out health score of APIC. i mean its not only to find the health score, as well need to find the unused objects, BD, EPG. e.g like if an policy group created, but no binded to the interface, in that cas...
Hi,After providing the VTEP pool /16 assignment to apic, by default what interfaces are created, as i can see l0, l1, l1023?Also how do i check the loopback 0 and loopback 1 IP address of leaf switches from APIC CLI ?.
Thanks,admin@apic1:~> moquery -c vpcDom | egrep "virtualIp|dn|#"This resulted me with loopback1 IP address which is the VPC as well. tunnel is formed between lo and l1(if VPC configured). if not tunnel is formed between l0 to l0.
Sorry guys, that was short break, admin@apic1:~> apic1moquery -c vpcDom | egrep "virtualIp|dn|#"this command will show only VPC address, how about the loopback 1 ip address ? Secondly from the APIC, i difficult to sneak all the fabric switches to sho...
Hi, First thanks for your reply. Yes "acidiag fvnread" displays the vtep address assigned to fabrics, but it's a loopback 0 IP address only displayed, i believe its not showing loopback 1 IP address, so how to check that one? The reason why i came u...