Hi @aditgup4 ,
In ACI there is no literally "endpoint part of an L3Out".
It is instead either an endpoint part of an EPG, or an IP falling into an L3Out External EPG ranges.
To figure that out using APIC CLI, you can run the following:
- show endpoints ip x.x.x.x - If the EP is part of an EPG, it will be shown here.
- show external-l3 epg - and search for a matching External EPG subnet. Not very handy, but as you requested one CLI command, and without knowing more about VRFs and Border Leaf deployment, that's a way to do.
Regards
Remi Astruc