02-13-2015 05:57 AM - edited 03-07-2019 10:38 PM
What is the Command to check arp table in nexus switch?
For example - In catalyst switch if I type below command I will get mac-address of the IP
Switch#sh arp | in 195.168.10.50
How to see the mac-address of particular IP address in nexus switch?
Solved! Go to Solution.
02-13-2015 05:44 PM
Hi ,
you can use same command in nexus also . Below are few example.
show ip arp ----> you can see all the arp in switch
sh ip arp x.x.x.x ----> for particular ip address.
sh ip arp x.x.x.x vrf <name> ---- if you have multiple vrf then you can use this command.
HTH
Regards,
VS.Suresh.
*Plz rate the usefull posts *
02-13-2015 06:09 AM
#show ip arp <IP ADDRESS>
02-13-2015 06:11 AM
(This is from a Nexus 3064)
nx0# show ip arp 10.21.68.1
Flags: * - Adjacencies learnt on non-active FHRP router
+ - Adjacencies synced via CFSoE
# - Adjacencies Throttled for Glean
D - Static Adjacencies attached to down interface
IP ARP Table
Total number of entries: 1
Address Age MAC Address Interface
10.21.68.1 00:12:03 001d.7198.8480 Vlan666
02-13-2015 05:44 PM
Hi ,
you can use same command in nexus also . Below are few example.
show ip arp ----> you can see all the arp in switch
sh ip arp x.x.x.x ----> for particular ip address.
sh ip arp x.x.x.x vrf <name> ---- if you have multiple vrf then you can use this command.
HTH
Regards,
VS.Suresh.
*Plz rate the usefull posts *
05-25-2017 03:15 PM
As mentioned above command one changes required.
sh ip arp vrf <name> x.x.x.x ---- if you have multiple vrf then you can use this command.
Thanks regards
Saurabh Srivastava
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