cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2352
Views
0
Helpful
1
Replies

Cisco Nexus FEX IP and MAC

kamlesh yadav
Level 1
Level 1

Dear All,

i wanted to know the way to find the IP and MAC connected on the particular interface of the FEX.

I tried below commands but not getting any output  for that particular interface.

#sh mac address-table | i Ethernet100/1/2

#sh ip arp detail | i Ethernet100/1/2

#sh mac address-table dynamic interface e100/1/2

Regards,

Kamlesh Yadav

1 Reply 1

Mark Malone
VIP Alumni
VIP Alumni

Hi on 5k mines L2 just do the below and then jump to L3 7K for arp

5KA# sh mac address-table interface Eth108/1/1
Legend:
        * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC
        age - seconds since last seen,+ - primary entry using vPC Peer-Link
   VLAN     MAC Address      Type      age     Secure NTFY   Ports/SWID.SSID.LID
---------+-----------------+--------+---------+------+----+------------------
* 72       00a0.983a.edfa    dynamic   190        F    F  Eth108/1/1
5KA#

7KA# sh ip arp | i 00a0.983a.edfa
172.x.x.x   00:10:44  00a0.983a.edfa  Vlan72           *
7KA#