cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
85358
Views
30
Helpful
4
Replies

What is the Command to check arp table in nexus switch?

Murugan Pambulu
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

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 *

 

View solution in original post

4 Replies 4

#show ip arp <IP ADDRESS>

Iulian Vaideanu
Level 4
Level 4

(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

 

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 *

 

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

Review Cisco Networking products for a $25 gift card