652
Views
10
Helpful
3
Replies
What is the command for find Ip address by mac in core L2/L3 cisco switch
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2018 11:24 PM - edited 03-08-2019 03:34 PM
Hello, what is the command for find Ip address by mac in core L2/L3 cisco switch?
Labels:
- Labels:
-
Other Switching
3 Replies 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2018 11:37 PM
hi,
try issuing a show arp and pipe it with the MAC address (if known).
sample below:
show arp | i 1234.aaaa.bbbb
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 12:02 AM
If IP Device Tracking is enabled on the port, then it is "sh ip device tracking <PORT>".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2018 02:32 AM
Thank you.
