05-16-2025 04:42 AM
Hi
I am using Cisco ACI version 5.3(2c) in my DC infrastructure.
I need to compare the list of ‘Deployed EPGs’ on each port of several Leaf switches. I would like to download a list of ‘Deployed EPGs’ from each port of a Leaf switch and compare such a list from different Leaf switches. The point is that on each Leaf switch, I need to have an identical ‘Deployed EPGs’ list on the first 20 ports.
Unfortunately I have no idea how to do this.
Kind regards.
05-17-2025 11:41 AM
Hi there,
one way to see all the deployed EPGs on the interface of a specific node would be with the following moquery:
leaf01# moquery -c fvIfConn | grep dn | grep node-101 | grep eth1/48
leaf01# moquery -c fvIfConn | grep dn | grep node-101
First one show you all EPGs on the specific interface, the second one all of them on the specific node.
I hope this helps.
05-18-2025 01:23 AM
Thank you very much Daniel for your answer !!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide