- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 04:52 AM
hello - I have only the MAC address of the endpoint. I have been asked to find which interface of the Leaf Switch it is connected to. I dont any other details like which EPG or Leaf Switch the endpoint is associated with. How to find the location of the endpoint?
Please help me getting this using CLI or GUI
regards,RB
Solved! Go to Solution.
- Labels:
-
APIC
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 05:56 AM
Sure, below command works on APIC CLI
# show endpoint mac <mac add>
Mac address can be specified in below formats:
E.E.E MAC address (Option 1)
EE-EE-EE-EE-EE-EE MAC address (Option 2)
EE:EE:EE:EE:EE:EE MAC address (Option 3)
EEEE.EEEE.EEEE MAC address (Option 4)
Regards,
Jayesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 05:09 AM
Hi Kumar,
One quick method is to check that in EP Tracker. GUI Path is as below:
Operations > EP Tracker > You can mention the IP/MAC/VM name in the search box and get the detailed information about the endpoint.
Regards.
Jayesh
***Rate all posts that are helpful, mark it as a solution if that solves your problem***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 05:46 AM
Thanks Jayesh. It works in GUI as you said. It is helpful. Any idea how to achieve this using CLI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 05:56 AM
Sure, below command works on APIC CLI
# show endpoint mac <mac add>
Mac address can be specified in below formats:
E.E.E MAC address (Option 1)
EE-EE-EE-EE-EE-EE MAC address (Option 2)
EE:EE:EE:EE:EE:EE MAC address (Option 3)
EEEE.EEEE.EEEE MAC address (Option 4)
Regards,
Jayesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2019 09:41 PM
Thanks again, Jayesh
