12-06-2017 03:44 AM
Can some one tell me the show command that shows EPGs bound to a VPC policy group
We are running build 12.2(3r) code on our production environment
01-05-2018 05:49 AM
Hi PhaniDeepak,
you can use the following command, this will shows the vpc and the epg associations.
show running-config vpc context leaf (add both leaf that are part of the switch selector) int vpc
************************************************************************************************************
APIC1#show running-config vpc context leaf 101 102 int vpc
vpc context leaf 101 102
interface vpc MYVPC
switchport trunk allowed vlan 20 tenant TEST application TEST epg TEST-EPG
*******************************************************************************************************
Thanks
Hope this what you looking for.
01-30-2018 06:20 AM
Could do a api call as well to check upon tagging information for vPC's.
{{protocol}}://{{apic}}/api/node/class/vpcIf.json?query-target-filter=and(wcard(vpcIf.accBndlGrpDn,""))
Or approach from the epg side and request all static bindings for a specific epg.
{{protocol}}://{{apic}}/api/mo/uni/tn-LAB.json?query-target=subtree&target-subtree-class=fvRsPathAtt&query-target-filter=wcard(fvRsPathAtt.dn,"uni/tn-LAB/ap-anp_LAB/epg-epg_LAB")
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